Opened 15 years ago
Closed 15 years ago
#45 closed defect (fixed)
:reload-modules should work on PARs
Reported by: | nelhage@MIT.EDU | Owned by: | nelhage@mit.edu |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | internals | Keywords: | |
Cc: |
Description
Attempting to reload a PAR generates some checksum error. I fear that fixing this will involve delving into PAR and/or Archive::Zip internals and blowing away state on a reload, but it'd be really nice to have reloadable PARs.
Change History (1)
comment:1 Changed 15 years ago by nelhage@MIT.EDU
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Fixed in r822. Turns out PAR has a reload_libs() function for this purpose, it's just not doc'd