Closed kares closed 12 years ago
@cowboyd any chance we get a 1.9 compatible release soon ?
Quick question: why not make the default restrictable?
the genesis of restrictable would be, if I recall correctly:
timeout_limit
to be addedsetTimeout
)basically for most every day use it did not make much sense for the restrictable code to sit around + the code seems better manageable (with the timeout limit being added) to me when separated. than of course I retained backwards compatibility - that's probably why you ask seeing this :
def instruction_limit=(limit)
if restrictable?
@native.instruction_limit = limit
else
raise "setting an instruction_limit has no effect on this context, use " +
"Context.open(:restricted => true) to gain a restrictable instance"
end
end
@cowboyd could we also get out 1.73.2 release of master please (if you do not have more plans for it) ... thanks
Done. Thanks!
see the commits for details and as usual let me know if something bother your eye. especially due
jruby --1.9
incompatibilities a soonish release would be fine ...