-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
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
Toolset - Make NSSEditor.compileCurrentScript use Editor.save to write to RIM files etc. Fixes: #68 #70
Conversation
Print 'compiling script from nsseditor' before compile, not after.
8277bdd
to
e0d9241
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(I have no access to delete comments. Posted this is in the wrong place.)
|
||
msg = "Could not convert to bytes - nsseditor.build()" | ||
raise ValueError(msg) | ||
return compiled_bytes, b"" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure how to do stacked changes in github: this commit is also in #72 which should be pulled first.
This needs a some reworking, withdrawing for now. |
NSSEditor.build returns a bogus error after compileScript succeeds. Saving of compiled scripts works find if it just returns the data to the caller.