Brail Update
Okay, I got around (finally!) to work a little with Brail, and the end result is that there were a plenty of improvements:
- Removed useless error handling from Brail, now you'll get the noraml ASP.Net Yellow Screen Of Death on errors. More consistent with the rest of the framework. I can't really understand what I was thinking when I added this.
- Added support for <?brail ?> tags for Brail, so it can be valid XML documnets. The old way of using <% %> is still supported, but I would suggest using <?brail ?> for new stuff, it's much better, and it actually works in VS.Net. This also mean that you can use all sorts of XML processing on your Brail scripts.
- Added logging for Brail, so you can see the Boo code the preprocessor is generating. This is mostly useful for cases where you get an error and you can't figure out what / where / how.
- Added more verbose output to compiler errors in Brail. Should give a lot more information about problems.
- Changed the way Brail name the generated class, now the chances for name clashes are much lower. (View: Users.boo and a parameter Users will not cause problems).
- Fixed a bug with Brail not picking up changes that occured by VS.Net
You can get the latest stuff from the Castle Repository.
Have fun.
Comments
Comment preview