Re: [Scons-dev] Github Project renamed from SConsProject to SCons

2017-11-22 Thread Eric Fahlgren
Special thanks to you, Bill, and all the others for reviving SCons and bringing it back to active life! It made my life *so* much easier being able to continue using SCons as part of our migration to Python 3. I had been right at the start of attempting to convert our build system over to CMake w

Re: [Scons-dev] [Scons-users] Feedback on issue creation template

2018-03-17 Thread Eric Fahlgren
Our procedure at work also calls for paragraphs on "what you see" and "what you expected to see". The former is often some unexpected behavior or a stack dump, the latter is a short description of how you think your reproducer should work. Of course, we don't vet things as well, users can just pu

Re: [Scons-dev] [Scons-users] Please try SCons 3.0.4.1 test package

2019-01-22 Thread Eric Fahlgren
Works for me (as 3.0.3 did), so at least no regression. > scons ... Microsoft (R) C/C++ Optimizing Compiler Version 19.14.26431 for x64 ... On Mon, Jan 21, 2019 at 9:31 PM Bill Deegan wrote: > Planning in releasing tomorrow. > This should fix the issue with 3.0.3 not finding VS/VC 2017 > > pip

Re: [Scons-dev] Alpha release 3.0.5a2

2019-03-05 Thread Eric Fahlgren
Bill, I think that should be: > pip install --index-url https://test.pypi.org/simple/ scons==3.0.5a2 On Tue, Mar 5, 2019 at 8:13 AM Bill Deegan wrote: > Please give this alpha release a try if you can. > > https://github.com/SCons/scons/releases/tag/3.0.5a2 > > > You can also try via: > > . ven

Re: [Scons-dev] Alpha release 3.0.5a2

2019-03-05 Thread Eric Fahlgren
And, yes, works for me. I don't think I'm testing any new functionality, but no regressions for our full build. On Tue, Mar 5, 2019 at 11:55 AM Eric Fahlgren wrote: > Bill, I think that should be: > > > pip install --index-url https://test.pypi.org/simple/ scons==3.0

Re: [Scons-dev] Twitter poll on dropping py27 support

2019-09-06 Thread Eric Fahlgren
I am also +1 to drop Python 2 support. On Fri, Sep 6, 2019 at 10:37 AM Jason Kenny wrote: > Being non Twitter as well > > +1 on dropping python 2 > > Get Outlook for Android > > -- > *From:* Scons-dev on behalf of Ivan Van > Laningham > *Sent

[Scons-dev] Bug in MSVC_BATCH handling

2019-12-15 Thread Eric Fahlgren
Py 3.7 64, Win 10 64 SCons 3.1.1 (but same as master in this case) While cleaning up some old scripts, I uncovered a bug that I've been working around for who knows how long and finally isolated it. Problem: When MSVC_BATCH is enabled globally, files with different target name are built individua

Re: [Scons-dev] Bug in MSVC_BATCH handling

2019-12-15 Thread Eric Fahlgren
ch. > Any chance you can put together a PR with a test? > -Bill > > On Sun, Dec 15, 2019 at 12:13 PM Eric Fahlgren > wrote: > >> Py 3.7 64, Win 10 64 >> SCons 3.1.1 (but same as master in this case) >> >> While cleaning up some old scripts, I uncovered a b

Re: [Scons-dev] SCons 3.1.2 Released

2019-12-21 Thread Eric Fahlgren
On Mon, Dec 16, 2019 at 7:02 PM Bill Deegan wrote: > - EXPERIMENTAL NEW FEATURE: Enable caching MSVC configuration > If SCONS_CACHE_MSVC_CONFIG shell environment variable is set, > SCons will cache the results of past calls to vcvarsall.bat to > a file; integrates with exist

Re: [Scons-dev] [Scons-users] SCons 4.0.0 Released

2020-07-04 Thread Eric Fahlgren
First, Bill and Mats and everyone else, thanks for your continued development of SCons! I ran into a strange, probably Windows-specific issue upon installing 4.0.0. I simply did "pip install scons==4.0.0" without issue, but when I ran "scons some_target", I got this: Traceback (most recent call

Re: [Scons-dev] [Scons-users] SCons 4.0.0 Released

2020-07-05 Thread Eric Fahlgren
at it on monday.. unless > someone else feels like taking a wack at fixing that.. ;) > > -Bill > > On Sat, Jul 4, 2020 at 7:41 PM Eric Fahlgren > wrote: > >> First, Bill and Mats and everyone else, thanks for your continued >> development of SCons! >> &g