opeongo
opeongo
Sigh... this is so unfortunate. The original design decision in Bsh-0.0.1 to export block scope variables in to the parent was a bug. No other language is like this. It...
Looking over the road map in the project README it looks like we are pretty close. I think it would be helpful to triage and make a list of showstoppers...
I think that there are a couple of show stoppers in the code still that would preclude making an alpha release at this moment. #508 seems to point to something...
I like what you have said here and agree with most of it. I like BeanShell better than the alternative JVM scripting languages because it provides what seems to me...
@nickl- Yes you are correct that the exception needs to be wrapped in order to complete the callback trace. I have a fix in my tree for this and will...
Original test script [ScopeBug.java.txt](https://github.com/beanshell/beanshell/files/2303396/ScopeBug.java.txt)
It appears that the parsing problem has been corrected, but there is a problem with the variable lookup. Running the script yields the following output: ```text BeanShell 2.1.0-SNAPSHOT - by...
The best way to get this change in to the system is to fork the repository, make and test your change, and then send a pull request.
Hi @sergioszy. What is the work around that you have for this problem?
> It would be great if you can attach the geometries causing the problem, so that we can use them for testing in future development. I'm hoping to be able...