Questions tagged [rhino-dsl]
3 questions
3
votes
0 answers
Boo compiler throws "Attempted to read or write protected memory" occasionally
I sometimes get the following exception when compiling the Boo scripts:
A unexpexted thing happened, C:\Resources\temp\de4ee12533b34facbb80d007648a48f2.BackendRole\RoleTemp
output562348dc-eaec-41d3-9463-330b8bbe7ab8.bre(1,1): BCE0055:…

TheKotlet
- 71
- 2
2
votes
0 answers
Race condition in Rhino DSL?
In my current project I am working with Boo/Rhino DSL (what a great thing(s) by the way).
In digging in the code I came across the following piece of code:
engine.Cache.WriteLock( () =>
{
engine.Storage.NotifyOnChange(urls, delegate(string…

mfeingold
- 7,094
- 4
- 37
- 43
1
vote
1 answer
How can i use c# dynamic object in boo (Rhino DSL)?
I am using Rhino DSL and when I want to pass a dynamic object into script,
boo compiler throws the Exception below:
BCE0019: Boo.Lang.Compiler.CompilerError: 'Percent' is not a member of 'object'.
my boo code:
Result = Run().Percent
C# Dsl Base…

Omid.Hanjani
- 1,444
- 2
- 20
- 29