load_bytecode 'library/...'

jerry gay jerry.gay at gmail.com
Fri Apr 24 18:13:12 UTC 2009


On Fri, Apr 24, 2009 at 05:48, Michael Schroeder <mls at suse.de> wrote:
>
> Hi Parrot People,
>
> I see a lot of load_bytecode 'library/<something>' in the
> parrot sources. I think that the library path already contains
> the "library" part, so is this a bug?
>
> I stumbled over this because Data/Dumper/Default.pir contains
> 'load_bytecode "library/Data/Dumper/Base.pir"' which gives me a
> "load_bytecode" couldn't find file 'library/Data/Dumper/Base.pir'
> error.
>
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.
~jerry


More information about the parrot-dev mailing list