setup.py: add missing langkit.scripts package to wheel#651
Open
sad-poet wants to merge 1 commit intoAdaCore:masterfrom
Open
setup.py: add missing langkit.scripts package to wheel#651sad-poet wants to merge 1 commit intoAdaCore:masterfrom
sad-poet wants to merge 1 commit intoAdaCore:masterfrom
Conversation
The "create-project.py" executable wrapper file created by setuptools
was crashing with an error:
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "C:/Users/User/Documents/Programs/msys64-1/msys64/ucrt64/bin/create-project.exe/__main__.py", line 4, in <module>
ModuleNotFoundError: No module named 'langkit.scripts'
because the source file "langkit/scripts/create_project.py" was not
added to the wheel archive.
Member
|
Hello, Thank you for your contribution! We are in the process of reviewing it. |
asarhaddon
pushed a commit
to asarhaddon/langkit
that referenced
this pull request
Mar 13, 2024
Ada API: fix a stack overflow in Children_And_Trivia Closes AdaCore#651 See merge request eng/libadalang/langkit!742
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The "create-project.py" executable wrapper file created by setuptools was crashing with an error:
because the source file "langkit/scripts/create_project.py" was not added to the wheel archive.