Jason,

Working on py3 port, so if a test is broken for something that's
deprecated.. I'm removing it.
Especially those things which have been deprecated for several release
cycles.

handling binary vs non-binary files has been the bulk of the test /code
fixing.

Down from 300+ tests failing to just over 100.
The bulk of the remaining are due to changes in module loading in py3.

The other tricky bit is \r\n vs \n.. in making tests work on both win32/64
and everything else.

Another thing that needs to happen is figuring out how to configure for
MSVS 2017 which no long writes to the registry.. And so our current method
won't work. There's some pages on how to do it, it might require a helper
program.

-Bill

On Tue, Mar 21, 2017 at 11:13 AM, Jason Kenny <[email protected]> wrote:

> I replaced it with something different in Parts as the issues with the
> “per-file” logic breaks on different systems like git and honestly slows
> the build down the way it is in SCons.
>
>
>
> I found it better to have this be a “startup” action which gets all the
> files, rather than get a file as needed, which requires lots of updates on
> a remote system.
>
>
>
> +1 for removing this
>
>
>
> Jason
>
>
>
> *From:* Scons-dev [mailto:[email protected]] *On Behalf Of *Bill
> Deegan
> *Sent:* Monday, March 20, 2017 1:07 PM
> *To:* SCons developer list <[email protected]>; SCons users mailing
> list <[email protected]>
> *Subject:* [Scons-dev] Is anyone using 
> Subversion/RCS/SCCS/BitKeeper/Perforce/CVS
> SCons tools?
>
>
>
> Greetings,
>
> They've been deprecated for many years.
>
> I'll be removing them in the next release (expected to be called 3.0)
>
> If this is going to break your builds, please speak up?
>
> We might consider migrating them to contrib.
>
>
>
> -Bill
>
> _______________________________________________
> Scons-users mailing list
> [email protected]
> https://pairlist4.pair.net/mailman/listinfo/scons-users
>
>
_______________________________________________
Scons-dev mailing list
[email protected]
https://pairlist2.pair.net/mailman/listinfo/scons-dev

Reply via email to