Thanks for doing this..I looked at the pre processor to do it but
didn't have time to grok it. Now I can learn :)
This puts RhinoTools and Castle in lockstep for right now doesn't it?

On Sep 28, 12:06 pm, "Ayende Rahien" <[EMAIL PROTECTED]> wrote:
> Hi,
> I just finished a major upgrade of Brail. In particular, the main change was
> migrating from version 9 months old to the current version.
> There was a breaking change in the process. Nullable expressions such as
> ?foo are no longer processed by the compiler, so I moved processing them
> into the pre processor.
> This is a fairly significant change, and I currently consider Brail to be
> experimental.
> All the tests are passing, and I have run my own tests, and everything seems
> to be fine.
> There is one breaking change that you should be aware of. Assuming that you
> had code like this:
> if x <?foo:
>
> It will not compile anymore. The solution is to change the code to have a
> space between the < and the ?.
> I consider this an uncommon scenario, which is why I am willing to tolerate
> this issue.
>
> Please, check this out and let me know if this change causes any problems.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Castle Project Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/castle-project-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to