[Scons-dev] Alpha release 3.0.5a2

2019-03-05 Thread Bill Deegan
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:

. venv/bin/activate
pip install --index-url https://test.pypi.org/simple/
scons==3.0.0.alpha.20170821
scons --version

Please let us know if you run into any issues

-Bill

SCons, Co-Manager
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


Re: [Scons-dev] Alpha release 3.0.5a2

2019-03-05 Thread Jason Kenny
Do we have a list of what is new?

Get Outlook for Android<https://aka.ms/ghei36>


From: Scons-dev  on behalf of Bill Deegan 

Sent: Tuesday, March 5, 2019 10:13:18 AM
To: SCons users mailing list; SCons developer list
Subject: [Scons-dev] Alpha release 3.0.5a2

Please give this alpha release a try if you can.

https://github.com/SCons/scons/releases/tag/3.0.5a2<https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Fgithub.com%2FSCons%2Fscons%2Freleases%2Ftag%2F3.0.5a2&data=02%7C01%7C%7Cde8e87df4fea4ac919da08d6a185856e%7C84df9e7fe9f640afb435%7C1%7C0%7C636873992173375968&sdata=r4HzSw%2BIkP4dt3VsBPvUGo1%2BjBFVhUQICYXTA7cAcUU%3D&reserved=0>


You can also try via:

. venv/bin/activate
pip install --index-url 
https://test.pypi.org/simple/<https://apc01.safelinks.protection.outlook.com/?url=https%3A%2F%2Ftest.pypi.org%2Fsimple%2F&data=02%7C01%7C%7Cde8e87df4fea4ac919da08d6a185856e%7C84df9e7fe9f640afb435%7C1%7C0%7C636873992173375968&sdata=nltPqROnGDBOAsIJrTamDuEXXkic3j0zoEpuU16CY6A%3D&reserved=0>
 scons==3.0.0.alpha.20170821
scons --version


Please let us know if you run into any issues

-Bill

SCons, Co-Manager

___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


Re: [Scons-dev] Alpha release 3.0.5a2

2019-03-05 Thread Mats Wichmann
On 3/5/19 9:57 AM, Jason Kenny wrote:
> Do we have a list of what is new?

don't have Bill's official list, but here's the info from the changlog.
decider-related things appear to be the main motivation for doing a drop.


- Fix Issue #3283 - Handle using --config=force in combination with
Decider('MD5-timestamp').
  3.0.2 in fix for issue #2980 added that deciders can throw
DeciderNeedsNode exception.
  The Configure logic directly calls the decider when using
--config=force but wasn't handling
  that exception.  This would yield minimally configure tests using
TryLink() not running and
  leaving TypeError Nonetype exception in config.log
- Fix Issue #3303 - Handle --config=force overwriting the
Environment passed into Configure()'s
  Decider and not clearing it when the configure context is completed.
- Add default paths for yacc tool on windows to include cygwin,
mingw, and chocolatey
- Change the default for AppendENVPath to delete_existing=0, so path
  order will not be changed, unless explicitly set (Issue #3276)
- Fixed bug which threw error when running SCons on windows system
with no MSVC installed.
- Update link tool to convert target to node before accessing node
member
- Update mingw tool to remove MSVC like nologo CCFLAG
- Add default paths for lex tool on windows to include cygwin,
mingw, and chocolatey
- Add lex construction variable LEXUNISTD for turning off unix
headers on windows
- Update lex tool to use win_flex on windows if available
- Quiet open file ResourceWarnings on Python >= 3.6 caused by
  not using a context manager around Popen.stdout
- Add the textfile tool to the default tool list
- Fix syntax on is/is not clauses: should not use with a literal
- Properly retrieve exit code when catching SystemExit
- Do not store build host+user name if reproducible builds are wanted

___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


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:
>
> . venv/bin/activate
> pip install --index-url https://test.pypi.org/simple/ 
> scons==3.0.0.alpha.20170821
> scons --version
>
> Please let us know if you run into any issues
>
> -Bill
>
> SCons, Co-Manager
>
>
> ___
> Scons-dev mailing list
> Scons-dev@scons.org
> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev


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.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:
>>
>> . venv/bin/activate
>> pip install --index-url https://test.pypi.org/simple/ 
>> scons==3.0.0.alpha.20170821
>> scons --version
>>
>> Please let us know if you run into any issues
>>
>> -Bill
>>
>> SCons, Co-Manager
>>
>>
>> ___
>> Scons-dev mailing list
>> Scons-dev@scons.org
>> https://pairlist2.pair.net/mailman/listinfo/scons-dev
>>
>
___
Scons-dev mailing list
Scons-dev@scons.org
https://pairlist2.pair.net/mailman/listinfo/scons-dev