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

setup.py: add missing langkit.scripts package to wheel #651

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sad-poet
Copy link
Contributor

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.

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.
@CLAassistant
Copy link

CLAassistant commented Jan 29, 2024

CLA assistant check
All committers have signed the CLA.

@pmderodat
Copy link
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
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.

3 participants