NotFound wrote:
yes, that was previously allowed, but probably won't work well going
forward.  any load_bytecode calls with library/ in them are likely
wrong and should be corrected.

For initial testing I dropped 'library/' in several examples/streams
files that worked fine for me at the first attempt, r38347

Indeed, it will be safe to drop 'library/' because Parrot currently searches both 'runtime/' and 'runtime/library/' for load_bytecode. Eventually it'll search only 'runtime/library/' and the calls to load_bytecode that start with 'library/' will stop working.

Allison
_______________________________________________
http://lists.parrot.org/mailman/listinfo/parrot-dev

Reply via email to