Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix list-src,doc,examples for >= 6.8.0 #880

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

tsteven4
Copy link
Contributor

This resolves #879

@tsteven4
Copy link
Contributor Author

@Kidev was there a case that needed your changes that I am reverting in this PR?

Copy link
Contributor

@Kidev Kidev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well it did something at some point, maybe for the weird 6.7 versions. I'm not sure if there are any tests on those, but there should be.
Anyway it may just be an artifact of a previous version, if no tests fail it should be good hopefully

@tsteven4
Copy link
Contributor Author

Well it did something at some point, maybe for the weird 6.7 versions. I'm not sure if there are any tests on those, but there should be. Anyway it may just be an artifact of a previous version, if no tests fail it should be good hopefully

Maybe your mystery case works either way, i.e. category = "qt" and extension = None.

All checks passed.

@tsteven4
Copy link
Contributor Author

The command "aqt list-qt all_os wasm --modules 6.7.3 wasm_singlethread" works before and after this change.

$ aqt list-qt all_os wasm --modules 6.7.3 wasm_singlethread
qt5compat qtcharts qtdatavis3d qtgraphs qtgrpc qthttpserver qtimageformats qtlottie qtmultimedia qtquick3d qtquick3dphysics qtquicktimeline qtscxml qtshadertools qtspeech qtvirtualkeyboard qtwebchannel qtwebsockets qtwebview

@Kidev - The command "aqt list-qt all_os wasm" fails to find 6.7.x before and after this change:

$ aqt list-qt all_os wasm
6.8.0 6.8.1
6.9.0

@Kidev
Copy link
Contributor

Kidev commented Jan 10, 2025

The command "aqt list-qt all_os wasm --modules 6.7.3 wasm_singlethread" works before and after this change.


$ aqt list-qt all_os wasm --modules 6.7.3 wasm_singlethread

qt5compat qtcharts qtdatavis3d qtgraphs qtgrpc qthttpserver qtimageformats qtlottie qtmultimedia qtquick3d qtquick3dphysics qtquicktimeline qtscxml qtshadertools qtspeech qtvirtualkeyboard qtwebchannel qtwebsockets qtwebview

@Kidev - The command "aqt list-qt all_os wasm" fails to find 6.7.x before and after this change:


$ aqt list-qt all_os wasm

6.8.0 6.8.1

6.9.0

This is expected behavior, there is no "all_os" prior to 6.7

@Kidev
Copy link
Contributor

Kidev commented Jan 10, 2025

Does it still displays extensions like qtpdf in relevant archs?

@tsteven4
Copy link
Contributor Author

This is expected behavior, there is no "all_os" prior to 6.7

No, it should find 6.7.0, 6.7.1, 6.7.2, 6.7.3 which are all in https://download.qt.io/online/qtsdkrepository/all_os/wasm/

@tsteven4
Copy link
Contributor Author

Does it still displays extensions like qtpdf in relevant archs?

yes

$ aqt list-qt windows desktop --modules 6.8.1 win64_msvc2022_64
debug_info qt3d qt3d.debug_information qt5compat qt5compat.debug_information qtactiveqt qtactiveqt.debug_information qtcharts qtcharts.debug_information qtconnectivity qtconnectivity.debug_information qtdatavis3d qtdatavis3d.debug_information qtgraphs qtgraphs.debug_information qtgrpc qtgrpc.debug_information qthttpserver qthttpserver.debug_information qtimageformats qtimageformats.debug_information qtlanguageserver qtlocation qtlocation.debug_information qtlottie qtlottie.debug_information qtmultimedia qtmultimedia.debug_information qtnetworkauth qtnetworkauth.debug_information qtpdf qtpositioning qtpositioning.debug_information qtquick3d qtquick3d.debug_information qtquick3dphysics qtquick3dphysics.debug_information qtquickeffectmaker qtquickeffectmaker.debug_information qtquicktimeline qtquicktimeline.debug_information qtremoteobjects qtremoteobjects.debug_information qtscxml qtscxml.debug_information qtsensors qtsensors.debug_information qtserialbus qtserialbus.debug_information qtserialport qtserialport.debug_information qtshadertools qtshadertools.debug_information qtspeech qtspeech.debug_information qtvirtualkeyboard qtvirtualkeyboard.debug_information qtwebchannel qtwebchannel.debug_information qtwebengine qtwebsockets qtwebsockets.debug_information qtwebview qtwebview.debug_information

@Kidev
Copy link
Contributor

Kidev commented Jan 10, 2025

6.7 are in both folders? Qt's team confusemaxxing right now
https://download.qt.io/online/qtsdkrepository/linux_x64/wasm/
https://download.qt.io/online/qtsdkrepository/windows_x86/wasm/

The 6.7 have some serious quirks, called it the liminal Qt version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug]: install-src / list-src fails for qt 6.8.1
2 participants