0.9.2 ruining my day so far

View: New views
3 Messages — Rating Filter:   Alert me  

0.9.2 ruining my day so far

by Socrates877 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Existing code wouldn't compile...finally figured out why:

namespace bug

import System

class MyClass:
        [Property(Test)]
        private _test as date?

        def Explode():
                self.Test = null

Node 'self.get_Test()' has not been correctly processed. (BCE0015) - D:
\Documents\SharpDevelop Projects\bug\bug\MyClass.boo:10,9
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: 0.9.2 ruining my day so far

by Cedric Vivier :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Sep 15, 2009 at 11:44 AM, Socrates877 <socrates877@...> wrote:
Existing code wouldn't compile...finally figured out why:

class MyClass:
       [Property(Test)]
       private _test as date?

       def Explode():
               self.Test = null #!

Node 'self.get_Test()' has not been correctly processed. (BCE0015) - D:
\Documents\SharpDevelop Projects\bug\bug\MyClass.boo:10,9


Interesting regression indeed, please open a JIRA issue.



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang?hl=en
-~----------~----~----~----~------~----~------~--~---


Re: 0.9.2 ruining my day so far

by Socrates877 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


Done
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Boo Programming Language" group.
To post to this group, send email to boolang@...
To unsubscribe from this group, send email to boolang+unsubscribe@...
For more options, visit this group at http://groups.google.com/group/boolang?hl=en
-~----------~----~----~----~------~----~------~--~---