Ruby Forum IronRuby > IronRuby r128 on Mono

Posted by Seo Sanghyeon (Guest)
on 13.08.2008 09:11
(Received via mailing list)
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.
Posted by John Lam (IRONRUBY) (Guest)
on 13.08.2008 16:18
(Received via mailing list)
Curious - why did you have to change the visibility of the NodeFlags 
enum?

Thanks,
-John
Posted by John Lam (IRONRUBY) (Guest)
on 13.08.2008 16:27
(Received via mailing list)
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
Posted by Seo Sanghyeon (Guest)
on 13.08.2008 19:26
(Received via mailing list)
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?!
Posted by Seo Sanghyeon (Guest)
on 13.08.2008 19:31
(Received via mailing list)
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.
Posted by John Lam (IRONRUBY) (Guest)
on 14.08.2008 07:27
(Received via mailing list)
Seems like it wouldn't take too much work to canonicalize those paths, 
right?
Posted by C.J. Adams-Collier (Guest)
on 02.09.2008 23:56
(Received via mailing list)
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.?
Posted by Seo Sanghyeon (Guest)
on 03.09.2008 00:10
(Received via mailing list)
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.