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

Accept more scons as python language #12943

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

Conversation

wcampbell0x2a
Copy link

  • Change SConstruct, as many times in scons projects you end up with test.SConstruct, gmock.SConstruct, mock.SConstruct
  • Change SConscript, as many times in scons projects you end up with test.SConscript, gmock.SConscript, mock.SConscript
  • Add sconstruct, as this is epcifically called out in the manual:

By default, scons searches for a file named SConstruct, Sconstruct, or sconstruct (in that order)
in the current directory and reads its configuration from the first file found. An alternate file name may be specified via the -f option.

* Change SConstruct, as many times in scons projects you end up with test.SConstruct, gmock.SConstruct, mock.SConstruct
* Change SConscript, as many times in scons projects you end up with test.SConscript, gmock.SConscript, mock.SConscript
* Add sconstruct, as this is epcifically called out in the manual:

> By default, scons searches for a file named SConstruct, Sconstruct, or sconstruct (in that order)
  in the current directory and reads its configuration from the first file found.
  An alternate file name may be specified via the -f option.
@the-mikedavis the-mikedavis added the A-language-support Area: Support for programming/text languages label Feb 24, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-language-support Area: Support for programming/text languages
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants