load_bytecode 'library/...'
Allison Randal
allison at parrot.org
Tue Apr 28 18:37:44 UTC 2009
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
More information about the parrot-dev
mailing list