Updated as usual. http://sparcs.kaist.ac.kr/~tinuviel/download/IronRuby/patch-mono-r128 Tested against Mono 1.9.1 and Mono SVN r110339. Please report any problems. Patch is shrinking! I do appreciate Microsoft's efforts.
on 13.08.2008 09:11
on 13.08.2008 16:18
Curious - why did you have to change the visibility of the NodeFlags enum? Thanks, -John
on 13.08.2008 16:27
One other question - why are you not using get_compile_path_list? This gives us an extra level of protection in case someone leaves a file behind in a directory that doesn't need to be there (and this has happened plenty of times in the past). Thanks, -John
on 13.08.2008 19:26
2008/8/13 John Lam (IRONRUBY) <jflam@microsoft.com>:
> One other question - why are you not using get_compile_path_list? This gives us an extra level of protection in case someone leaves a file behind in a directory that doesn't need to be there (and this has happened plenty of times in the past).
Because *.csproj files are full of Windows paths, separated with
backslashes. Do I really need to explain that?!
on 13.08.2008 19:31
2008/8/13 John Lam (IRONRUBY) <jflam@microsoft.com>:
> Curious - why did you have to change the visibility of the NodeFlags enum?
A bug of Mono C# compiler. I am trying to find a small repro.
on 14.08.2008 07:27
Seems like it wouldn't take too much work to canonicalize those paths, right?
on 02.09.2008 23:56
On Thu, Aug 14, 2008 at 02:30:45AM +0900, Seo Sanghyeon wrote: > 2008/8/13 John Lam (IRONRUBY) <jflam@microsoft.com>: > > Curious - why did you have to change the visibility of the NodeFlags enum? > > A bug of Mono C# compiler. I am trying to find a small repro. Did this get reported to Marek & co.?
on 03.09.2008 00:10
2008/9/3 C.J. Adams-Collier <cjac@colliertech.org>: > On Thu, Aug 14, 2008 at 02:30:45AM +0900, Seo Sanghyeon wrote: >> 2008/8/13 John Lam (IRONRUBY) <jflam@microsoft.com>: >> > Curious - why did you have to change the visibility of the NodeFlags enum? >> >> A bug of Mono C# compiler. I am trying to find a small repro. > > Did this get reported to Marek & co.? No, I failed to reduce the case.