In the new Codec, isn't it better to prefix strings with "\1", "\2" etc instead of "s", "p" etc, to ensure no interference with resolving e.g. q->p->r?
Also, should we make the module dumper a Standalone Tool (i.e. NOT making it standalone but part of Pike), so that one can do "pike -x dump my_module.pmod"? Another idea is that "pike -x dump" redumps all module directories.
Since the first character always is interpreted as a flag, there's no such risk.
Yes, making a tool of the dumper would be nice.
/ Martin Stjernholm, Roxen IS
Previous text:
2003-06-01 00:18: Subject: Codec
In the new Codec, isn't it better to prefix strings with "\1", "\2" etc instead of "s", "p" etc, to ensure no interference with resolving e.g. q->p->r?
Also, should we make the module dumper a Standalone Tool (i.e. NOT making it standalone but part of Pike), so that one can do "pike -x dump my_module.pmod"? Another idea is that "pike -x dump" redumps all module directories.
/ Martin Nilsson (lambda)
Isn't it possible to put "p" nonfirst in an array?
/ Martin Nilsson (lambda)
Previous text:
2003-06-01 00:25: Subject: Codec
Since the first character always is interpreted as a flag, there's no such risk.
Yes, making a tool of the dumper would be nice.
/ Martin Stjernholm, Roxen IS
pike-devel@lists.lysator.liu.se