William Deegan

Results 317 comments of William Deegan

@jcbrill - As you're apparently unwilling to join any of the normal forms of discourse for this project, it's difficult to discuss this with you. Yes. I believe you are...

@jcbrill - scons-devel mailing list and #devel on our discord server are the typical places. Which I believe I've mentioned before. If not sorry for the oversight.

Perhaps clean all configure output files if interrupted? I think handling the simpler case has value..

There's no PR and it's not scheduled for any planned release at this time.

Hmm. Looking at the code, I'd guess it's still an issue. ifort.py sets FORTRANFILESUFFIXES, and then calls the default fortran initializers. ```py if 'FORTRANFILESUFFIXES' not in env: env['FORTRANFILESUFFIXES'] = ['.i']...

Yes, though it might make better sense to allow an API to access the Actions for a given source file type -> target file type?

Please set the shell variable SCONS_MSCOMMON_DEBUG to point to a file and attach that file to this issue.

Firstly: your command line `python buildscripts/scons.py` Is not running your installed scons. You're running the vendored version of scons in the mongodb source tree. (Which depending on which version of...

> > How to reproduce your issue? Please include a small self contained reproducer. Likely a SConstruct should do for most issues: > > Download the mongodb source code from...