adamralph / scriptcs-nancy

Nancy Script Pack for scriptcs
MIT License
34 stars 5 forks source link

Detection of module addition in REPL #28

Closed adamralph closed 11 years ago

adamralph commented 11 years ago

Dependent on #12 and https://github.com/scriptcs/scriptcs/issues/289

E.g. I call Go(), I enter the code for a new module, Go() is automatically called and the new module is hosted.

Should also include a Wait() method to suppress detection so that Go() needs to be called manually.

adamralph commented 11 years ago

Not worth the added complexity just to avoid calling Go() manually.