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. -- Seo Sanghyeon
Curious - why did you have to change the visibility of the NodeFlags enum? Thanks, -John -----Original Message----- From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Seo Sanghyeon Sent: Wednesday, August 13, 2008 12:11 AM To: ironruby-core at rubyforge.org Subject: [Ironruby-core] IronRuby r128 on Mono 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. -- Seo Sanghyeon _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core
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 -----Original Message----- From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Seo Sanghyeon Sent: Wednesday, August 13, 2008 12:11 AM To: ironruby-core at rubyforge.org Subject: [Ironruby-core] IronRuby r128 on Mono 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. -- Seo Sanghyeon _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org http://rubyforge.org/mailman/listinfo/ironruby-core
2008/8/13 John Lam (IRONRUBY) <jflam at 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?! -- Seo Sanghyeon
2008/8/13 John Lam (IRONRUBY) <jflam at 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. -- Seo Sanghyeon
Seems like it wouldn''t take too much work to canonicalize those paths, right?> -----Original Message----- > From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core- > bounces at rubyforge.org] On Behalf Of Seo Sanghyeon > Sent: Wednesday, August 13, 2008 10:26 AM > To: ironruby-core at rubyforge.org > Subject: Re: [Ironruby-core] IronRuby r128 on Mono > > 2008/8/13 John Lam (IRONRUBY) <jflam at 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?! > > -- > Seo Sanghyeon > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core
On Thu, Aug 14, 2008 at 02:30:45AM +0900, Seo Sanghyeon wrote:> 2008/8/13 John Lam (IRONRUBY) <jflam at 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.? -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: Digital signature URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20080902/6896d908/attachment.bin>
2008/9/3 C.J. Adams-Collier <cjac at colliertech.org>:> On Thu, Aug 14, 2008 at 02:30:45AM +0900, Seo Sanghyeon wrote: >> 2008/8/13 John Lam (IRONRUBY) <jflam at 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. -- Seo Sanghyeon