Geomol / World

World Programming Language
http://world-lang.org
22 stars 7 forks source link

load/all stops when null bytes in file #17

Closed btiffin closed 9 years ago

btiffin commented 12 years ago
[btiffin@hcn09 World]$ ./world
Loading Cortex... Done
World/Cortex 0  Copyright (c) 2009-2012 John Niclasen, NicomSoft
build: Jan 12 2012 12:13:51
w> load/all %world
== [#{7F454C46010101}]
w> q
[btiffin@hcn09 World]$ hexdump world | head
0000000 457f 464c 0101 0001 0000 0000 0000 0000
0000010 0002 0003 0001 0000 a68c 0804 0034 0000
Geomol commented 11 years ago

load/all should be able to load all now.

Close this, if it's ok now.

Geomol commented 9 years ago

Seems like this issue is present again.

Geomol commented 9 years ago

Fixed!

This issue can be closed.