Opened 9 years ago
Closed 7 years ago
#647 closed bug (fixed)
dump ignores bigints
Reported by: | gorzel | Owned by: | hannes |
---|---|---|---|
Priority: | minor | Milestone: | 4-1-0 and higher |
Component: | singular-kernel | Version: | 4-0-0 |
Keywords: | dump, bigint | Cc: |
Description
> bigint M = 1; > dump("session"); // ** Error dump data of type bigint // ** Error dump data of type nt
BTW, to keep the files short, wouldn't it be enough to dump only those procs ,which were defined during session, and for the others, which were loaded from a library, to write "LIB ...lib". The information to which libaryis already linked to the procs:
> split; // libname : inout.lib // procname : split // type : singular > proc pp(int i) {return(i+1);} > pp; // libname : // procname : pp // type : singular
Change History (2)
comment:1 Changed 8 years ago by
Owner: | changed from somebody to hannes |
---|
comment:2 Changed 7 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
revisit dumping for all types