Geomol / World

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

tcp scheme parser problem #8

Closed btiffin closed 12 years ago

btiffin commented 12 years ago

Missing the second colon borks.

w> lp: open tcp://8080
Segmentation fault (core dumped)
[btiffin@home World]$ ./world
Loading Cortex... Done
World/Cortex 0  Copyright (c) 2009-2011 John Niclasen, NicomSoft
build: Dec 11 2011 21:28:07
w> lp: open tcp://:8080
w> call "uname -a"
Linux home 2.6.35.14-106.fc14.x86_64 #1 SMP Wed Nov 23 13:07:52 UTC 2011 x86_64 x86_64 x86_64 GNU/Linux
== 0
w>
Geomol commented 12 years ago

Fixed at least under OS X. I'm not sure of the behaviour under Linux and Windows. Needs more testing.

btiffin commented 12 years ago

Linux ok now. Do I close the issue? Not sure how you want to manage tickets in that case.

Geomol commented 12 years ago

Yes, you close, if you find the issue solved.

btiffin commented 12 years ago

Closing...but I didn't test Windows