Ticket #20 (closed enhancement: fixed)

Opened 11 months ago

Last modified 10 months ago

Module reloading

Reported by: JarrettBillingsley Assigned to: JarrettBillingsley
Priority: major Milestone: MiniD 2
Component: Interpreter Keywords:
Cc:

Description

Reload already-loaded modules. This one interacts with class-based vs. proto-based OO, in fact, since if this is made a proper feature and not just a quick hack for use in the interactive prompt, proto-based OO will hold up better. Then again, class-based could be made to hold up better..

Change History

01/15/08 21:19:01 changed by JarrettBillingsley

  • component changed from component1 to Interpreter.

02/11/08 11:25:14 changed by JarrettBillingsley

(In [271]) Basic module reloading. Partially addresses #20.

02/14/08 21:48:29 changed by JarrettBillingsley

  • status changed from new to closed.
  • resolution set to fixed.

I'm marking this as "closed", since it's in and functional. If any further functionality requests come in they'll be put into new tickets.