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
mentioned on IRC that a similar .include "file" didn't work either.
Only a real world example or test revealed the problem, (which should
be fixed now (>= r10407).
A small test case is always a good thing, the more as it can live on
inside t/*/*.t
leo