Hi <casualjim> hi, what''s wrong with this code <casualjim> http://gist.github.com/285354 <casualjim> when I generate things look right but of course I have no idea what right means <casualjim> there is content in the Initializer.generated.cs file Many many problems in my file and I can''t seem to work out why. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20100125/e38aad09/attachment.html>
There seems to be a bug in the generator. It generates a method name using invalid characters (::) Load__Singleton_TheLandOfChocolate::OompaLoompa_Instance Could you please file a bug? Thanks, Tomas From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Ivan Porto Carrero Sent: Monday, January 25, 2010 9:34 AM To: ironruby-core Subject: [Ironruby-core] can''t generate the initializers Hi <casualjim> hi, what''s wrong with this code <casualjim> http://gist.github.com/285354 <casualjim> when I generate things look right but of course I have no idea what right means <casualjim> there is content in the Initializer.generated.cs file Many many problems in my file and I can''t seem to work out why. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20100125/e6680af6/attachment.html>
http://wiki.github.com/ironruby/ironruby/modifying-the-sources (see the ?Adding a new Ruby library class or method? section) The easiest way to fix any issues with Initializer.Generated.cs is to delete all the contents of Initializers.Generated.cs (but not the file itself), build (debug mode), run ?geninit? to repopulate the Initializers.Generated.cs, and build again. ~js From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Ivan Porto Carrero Sent: Monday, January 25, 2010 9:34 AM To: ironruby-core Subject: [Ironruby-core] can''t generate the initializers Hi <casualjim> hi, what''s wrong with this code <casualjim> http://gist.github.com/285354 <casualjim> when I generate things look right but of course I have no idea what right means <casualjim> there is content in the Initializer.generated.cs file Many many problems in my file and I can''t seem to work out why. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20100125/63cd73c2/attachment.html>
this is outside the ironruby source tree and not a class of ironruby itself. Are you saying I have to put my sources in the ironruby source tree for me to use those attributes? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Mon, Jan 25, 2010 at 10:22 PM, Jimmy Schementi < Jimmy.Schementi at microsoft.com> wrote:> http://wiki.github.com/ironruby/ironruby/modifying-the-sources (see the > ?Adding a new Ruby library class or method? section) > > > > The easiest way to fix any issues with Initializer.Generated.cs is to > delete all the contents of Initializers.Generated.cs (but not the file > itself), build (debug mode), run ?geninit? to repopulate the > Initializers.Generated.cs, and build again. > > > > ~js > > > > *From:* ironruby-core-bounces at rubyforge.org [mailto: > ironruby-core-bounces at rubyforge.org] *On Behalf Of *Ivan Porto Carrero > *Sent:* Monday, January 25, 2010 9:34 AM > *To:* ironruby-core > *Subject:* [Ironruby-core] can''t generate the initializers > > > > Hi > > <casualjim> hi, what''s wrong with this code > > <casualjim> http://gist.github.com/285354 > > <casualjim> when I generate things look right but of course I have no idea > what right means > > <casualjim> there is content in the Initializer.generated.cs file > > > > Many many problems in my file and I can''t seem to work out why. > > > --- > Met vriendelijke groeten - Best regards - Salutations > Ivan Porto Carrero > Blog: http://flanders.co.nz > Twitter: http://twitter.com/casualjim > Author of IronRuby in Action (http://manning.com/carrero) > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20100125/dc5f309a/attachment-0001.html>
Ok will do --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Mon, Jan 25, 2010 at 10:19 PM, Tomas Matousek < Tomas.Matousek at microsoft.com> wrote:> There seems to be a bug in the generator. It generates a method name using > invalid characters (::) > > > > Load__Singleton_TheLandOfChocolate::OompaLoompa_Instance > > > > Could you please file a bug? > > > > Thanks, > > Tomas > > > > *From:* ironruby-core-bounces at rubyforge.org [mailto: > ironruby-core-bounces at rubyforge.org] *On Behalf Of *Ivan Porto Carrero > *Sent:* Monday, January 25, 2010 9:34 AM > *To:* ironruby-core > *Subject:* [Ironruby-core] can''t generate the initializers > > > > Hi > > <casualjim> hi, what''s wrong with this code > > <casualjim> http://gist.github.com/285354 > > <casualjim> when I generate things look right but of course I have no idea > what right means > > <casualjim> there is content in the Initializer.generated.cs file > > > > Many many problems in my file and I can''t seem to work out why. > > > --- > Met vriendelijke groeten - Best regards - Salutations > Ivan Porto Carrero > Blog: http://flanders.co.nz > Twitter: http://twitter.com/casualjim > Author of IronRuby in Action (http://manning.com/carrero) > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20100125/0a5af93f/attachment.html>
But the TheLandOfChocolate file is properly attributed? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Mon, Jan 25, 2010 at 10:19 PM, Tomas Matousek < Tomas.Matousek at microsoft.com> wrote:> There seems to be a bug in the generator. It generates a method name using > invalid characters (::) > > > > Load__Singleton_TheLandOfChocolate::OompaLoompa_Instance > > > > Could you please file a bug? > > > > Thanks, > > Tomas > > > > *From:* ironruby-core-bounces at rubyforge.org [mailto: > ironruby-core-bounces at rubyforge.org] *On Behalf Of *Ivan Porto Carrero > *Sent:* Monday, January 25, 2010 9:34 AM > *To:* ironruby-core > *Subject:* [Ironruby-core] can''t generate the initializers > > > > Hi > > <casualjim> hi, what''s wrong with this code > > <casualjim> http://gist.github.com/285354 > > <casualjim> when I generate things look right but of course I have no idea > what right means > > <casualjim> there is content in the Initializer.generated.cs file > > > > Many many problems in my file and I can''t seem to work out why. > > > --- > Met vriendelijke groeten - Best regards - Salutations > Ivan Porto Carrero > Blog: http://flanders.co.nz > Twitter: http://twitter.com/casualjim > Author of IronRuby in Action (http://manning.com/carrero) > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20100125/d67c8c79/attachment.html>
Sorry for the confusion, I didn?t realize you were just building an external IronRuby library. Can you also open a bug against the generator to not spit the ?Copyright (c) Microsoft Corporation? out into user-code? =P ~Jimmy From: ironruby-core-bounces at rubyforge.org [mailto:ironruby-core-bounces at rubyforge.org] On Behalf Of Ivan Porto Carrero Sent: Monday, January 25, 2010 1:28 PM To: ironruby-core at rubyforge.org Subject: Re: [Ironruby-core] can''t generate the initializers this is outside the ironruby source tree and not a class of ironruby itself. Are you saying I have to put my sources in the ironruby source tree for me to use those attributes? --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Mon, Jan 25, 2010 at 10:22 PM, Jimmy Schementi <Jimmy.Schementi at microsoft.com<mailto:Jimmy.Schementi at microsoft.com>> wrote: http://wiki.github.com/ironruby/ironruby/modifying-the-sources (see the ?Adding a new Ruby library class or method? section) The easiest way to fix any issues with Initializer.Generated.cs is to delete all the contents of Initializers.Generated.cs (but not the file itself), build (debug mode), run ?geninit? to repopulate the Initializers.Generated.cs, and build again. ~js From: ironruby-core-bounces at rubyforge.org<mailto:ironruby-core-bounces at rubyforge.org> [mailto:ironruby-core-bounces at rubyforge.org<mailto:ironruby-core-bounces at rubyforge.org>] On Behalf Of Ivan Porto Carrero Sent: Monday, January 25, 2010 9:34 AM To: ironruby-core Subject: [Ironruby-core] can''t generate the initializers Hi <casualjim> hi, what''s wrong with this code <casualjim> http://gist.github.com/285354 <casualjim> when I generate things look right but of course I have no idea what right means <casualjim> there is content in the Initializer.generated.cs file Many many problems in my file and I can''t seem to work out why. --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) _______________________________________________ Ironruby-core mailing list Ironruby-core at rubyforge.org<mailto:Ironruby-core at rubyforge.org> http://rubyforge.org/mailman/listinfo/ironruby-core -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20100126/055eb91b/attachment.html>
bugs have been submitted http://ironruby.codeplex.com/WorkItem/View.aspx?WorkItemId=3655 --- Met vriendelijke groeten - Best regards - Salutations Ivan Porto Carrero Blog: http://flanders.co.nz Twitter: http://twitter.com/casualjim Author of IronRuby in Action (http://manning.com/carrero) On Tue, Jan 26, 2010 at 9:52 AM, Jimmy Schementi < Jimmy.Schementi at microsoft.com> wrote:> Sorry for the confusion, I didn?t realize you were just building an > external IronRuby library. > > > > Can you also open a bug against the generator to not spit the ?Copyright > (c) Microsoft Corporation? out into user-code? =P > > > > ~Jimmy > > > > *From:* ironruby-core-bounces at rubyforge.org [mailto: > ironruby-core-bounces at rubyforge.org] *On Behalf Of *Ivan Porto Carrero > *Sent:* Monday, January 25, 2010 1:28 PM > *To:* ironruby-core at rubyforge.org > *Subject:* Re: [Ironruby-core] can''t generate the initializers > > > > this is outside the ironruby source tree and not a class of ironruby > itself. > > > > Are you saying I have to put my sources in the ironruby source tree for me > to use those attributes? > --- > Met vriendelijke groeten - Best regards - Salutations > Ivan Porto Carrero > Blog: http://flanders.co.nz > Twitter: http://twitter.com/casualjim > Author of IronRuby in Action (http://manning.com/carrero) > > > On Mon, Jan 25, 2010 at 10:22 PM, Jimmy Schementi < > Jimmy.Schementi at microsoft.com> wrote: > > http://wiki.github.com/ironruby/ironruby/modifying-the-sources (see the > ?Adding a new Ruby library class or method? section) > > > > The easiest way to fix any issues with Initializer.Generated.cs is to > delete all the contents of Initializers.Generated.cs (but not the file > itself), build (debug mode), run ?geninit? to repopulate the > Initializers.Generated.cs, and build again. > > > > ~js > > > > *From:* ironruby-core-bounces at rubyforge.org [mailto: > ironruby-core-bounces at rubyforge.org] *On Behalf Of *Ivan Porto Carrero > *Sent:* Monday, January 25, 2010 9:34 AM > *To:* ironruby-core > *Subject:* [Ironruby-core] can''t generate the initializers > > > > Hi > > <casualjim> hi, what''s wrong with this code > > <casualjim> http://gist.github.com/285354 > > <casualjim> when I generate things look right but of course I have no idea > what right means > > <casualjim> there is content in the Initializer.generated.cs file > > > > Many many problems in my file and I can''t seem to work out why. > > > --- > Met vriendelijke groeten - Best regards - Salutations > Ivan Porto Carrero > Blog: http://flanders.co.nz > Twitter: http://twitter.com/casualjim > Author of IronRuby in Action (http://manning.com/carrero) > > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > > > > _______________________________________________ > Ironruby-core mailing list > Ironruby-core at rubyforge.org > http://rubyforge.org/mailman/listinfo/ironruby-core > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://rubyforge.org/pipermail/ironruby-core/attachments/20100126/d70c1746/attachment.html>