Re: load_bytecode no longer loads PBCs from the CWD

2005-12-08 Thread Bob Rogers
From: Leopold Toetsch <[EMAIL PROTECTED]> Date: Fri, 9 Dec 2005 00:11:25 +0100 On Dec 8, 2005, at 3:13, Bob Rogers wrote: >The change below means that the following code no longer works for > loading non-Parrot compiled libraries from the current directory: > >load_by

Re: load_bytecode no longer loads PBCs from the CWD

2005-12-08 Thread Leopold Toetsch
On Dec 8, 2005, at 3:13, Bob Rogers wrote: The change below means that the following code no longer works for loading non-Parrot compiled libraries from the current directory: load_bytecode "structures.pbc" I've tested above-like file loading and it worked. OTOH bernhard today me

Re: load_bytecode no longer loads PBCs from the CWD

2005-12-08 Thread Leopold Toetsch
On Dec 8, 2005, at 3:13, Bob Rogers wrote: The change below means that the following code no longer works for loading non-Parrot compiled libraries from the current directory: load_bytecode "structures.pbc" Works here w/o problems. The only issue was that it didn't fail for a mis