We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As discussed in https://groups.google.com/forum/#!topic/mozilla-rhino/ez3kr8-o0oI : there is an issue in my specific way of using dynamic scopes initStandardObjects, namely NativeSymbol.
I prepared a testcase.
The text was updated successfully, but these errors were encountered:
To be clear: passing sealed = false to initStandardObjects(ScriptableObject scope, boolean sealed) makes the problem go away.
Sorry, something went wrong.
Here's a PR for this with a test case:
#381
Can you try it out? I'd like to merge it before we do Rhino 1.7.8 later this week.
Good news: This fixes both the test-case and our application. Perhaps you can accept both my and your PR? Doesn't hurt to have more tests :)
#377 currently failing test case
a9887da
Fixed this one in #378.
No branches or pull requests
As discussed in https://groups.google.com/forum/#!topic/mozilla-rhino/ez3kr8-o0oI : there is an issue in my specific way of using dynamic scopes initStandardObjects, namely NativeSymbol.
I prepared a testcase.
The text was updated successfully, but these errors were encountered: