Re: [Scons-dev] Unicode support in print_tree / render_tree

2013-07-14 Thread Remko Tronçon
Hi Dirk, On 14 July 2013 13:16, Dirk Bächle tshor...@gmx.de wrote: So it would help us a lot if you could create a simple testcase for this, which breaks with the current code but should run successfully in the end. Here's a failing case: env = Environment() env.Tool(textfile)

Re: [Scons-dev] Unicode support in print_tree / render_tree

2013-07-14 Thread Dirk Bächle
Remko, On 14.07.2013 13:46, Remko Tronçon wrote: Hi Dirk, On 14 July 2013 13:16, Dirk Bächle tshor...@gmx.de wrote: So it would help us a lot if you could create a simple testcase for this, which breaks with the current code but should run successfully in the end. Here's a failing case:

Re: [Scons-dev] Unicode support in print_tree / render_tree

2013-07-13 Thread Dirk Bächle
Hi Remko, On 13.07.2013 09:32, Remko Tronçon wrote: Hi, I filed a bug report for --tree=... crashing if the dependency tree contains unicode characters ( http://scons.tigris.org/issues/show_bug.cgi?id=2910 ) I fixed the bug locally by calling repr() on every element in the tree (which is also

Re: [Scons-dev] Unicode support in print_tree / render_tree

2013-07-13 Thread Remko Tronçon
Hi Dirk, On 13 July 2013 10:14, Dirk Bächle tshor...@gmx.de wrote: Have you tried to actually compile/build stuff that uses Unicode chars in filenames? Or are you only analyzing the dependencies? The real problem I have isn't with actually with files, but with Values() with unicode characters