Skip to content
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

resource scripts aren't recompiled when edited or imported via zip import #529

Open
djay opened this issue Feb 10, 2014 · 3 comments
Open

Comments

@djay
Copy link
Contributor

djay commented Feb 10, 2014

It's not clear why not. Can't it use event handlers on the script to remove the compiled version? or else just do a check of modification dates on db.callScriptMethod ?

@ebrehault
Copy link
Member

yes, we definitely need some event handlers here

@djay
Copy link
Contributor Author

djay commented Feb 10, 2014

Do you really need to do all this copying of scripts? Wouldn't it be cleaner to override the pythonscript code to manipulate the environment how you need? Same thing for the forumulas. Couldn't the compiled code just reside in the form and agent objects themselves?

@ebrehault
Copy link
Member

absolutely
that's the kind of things I will improve in rapido

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants