... I don't get any errors on OSX either on the command line or via gdb: % ./io /Users/steve/IoProject/Io/IoVM/_tests/Concurrency/Continuation.io 1 - in main,...
6941
Mike Austin
mike_ekim
Sep 10, 2005 9:07 pm
It's basically the mapInPlace source, but uses and returns a new list. I can't understand why it hasn't been added. IoList *IoList_proto(void *state) { [...] ...
6940
Mike Austin
mike_ekim
Sep 10, 2005 8:37 pm
Somehow SkipDBRecord->key gets set to "1" instead of a ByteArray pointer when Continuation.io exits. This is as far as I've debuged, Steve can you look at it?...
6939
Steve Dekorte
stevedekorte
Sep 10, 2005 4:45 pm
http://www.iolanguage.com/downloads/ Release 2005 09 10 - updates ============================ - moved implementation of ? to Io - VM autodocs now auto include...
6938
Steve Dekorte
stevedekorte
Sep 10, 2005 1:49 pm
... Thanks Jon, I've added your change. -- Steve...
6937
QuantumG
trent_w16
Sep 10, 2005 7:51 am
... Yep, you need to apply my latest dynlib-extension.diff patch.. I turn off this check. I don't know why it fires.. I've asked Steve, no response as yet. ...
I've added an object browser app to the GTK+ bindings page. http://rtfm.insomnia.org/~qg/iogtk/ I havn't connected any action to double click.. I figure...
6934
Jon Kleiser
jon_kleiser
Sep 9, 2005 11:48 am
First the problem: If I have a script that does the following ... b := Box clone set(vector(0, 0), vector(6, 6)) c := b containsPoint(vector(1, 1)) v :=...
6933
QuantumG
trent_w16
Sep 9, 2005 6:03 am
... I've updated the page to now include the code for my debugger ported to GTK+. To get this to work I had to disable a check in IoObject_forward.. if (10000...
6932
Mike Austin
mike_ekim
Sep 8, 2005 7:30 pm
I thought there was once a width() or pad() type of function in Io to right align numbers when converting to a string, with an optional pad character. Am I...
6931
Steve Dekorte
stevedekorte
Sep 8, 2005 4:46 pm
... Nice work! I'm adding a link on the community page. -- Steve...
6930
Jon Kleiser
jon_kleiser
Sep 8, 2005 2:06 pm
... Here it is: <http://folk.uio.no/jkleiser/io/IoBox.c> ... a fix to allow Boxes with negative width, height, or depth to contain Points. In addition to the...
6929
QuantumG
trent_w16
Sep 8, 2005 12:17 pm
... Feel free to fix it. Trent...
6928
Jon Kleiser
jon_kleiser
Sep 8, 2005 11:55 am
In the current version of Io (20050830), Boxes with negative height or width don't contain any Points. At least that's what I conclude from this: Io> Box clone...
6927
Christian Thaeter
chth@...
Sep 8, 2005 11:34 am
After some discussions on Irc I posted a few notes on my wiki, please review them and add comments: http://www.pipapo.org/iowiki/NewInfrastructure Some Notes: ...
6926
Jon Kleiser
jon_kleiser
Sep 8, 2005 8:14 am
Some comments about what should be fixed (in the 20050830 Bin. docs): slot what to do ... addIfAbsent replace with appendIfAbsent anyOne...
6925
QuantumG
trent_w16
Sep 8, 2005 6:00 am
Available here: http://rtfm.insomnia.org/~qg/iogtk/ Based on a DynLib extension I've written that lets you call arbitary functions exported from shared...
6924
QuantumG
trent_w16
Sep 4, 2005 11:28 pm
Using my MessageView widget I've made a simple debugger for Io: http://rtfm.insomnia.org/~qg/iodebug/ Let me know if there's any problems. Trent...
6923
Steve Dekorte
stevedekorte
Sep 3, 2005 3:45 pm
... Sorry, I spoke too soon. The newer expression evaluator doesn't support this. -- Steve...
6922
Steve Dekorte
stevedekorte
Sep 3, 2005 3:16 pm
While thinking about ways to improve the expression evaluator, a simple way to implement a lexical do occurred to me: Object lexicalDo := method(thisMessage...
6921
mfeathers256
Sep 3, 2005 12:50 pm
Has this gone someplace else? It's the link through from io|docs|manual|english|vm http://www.iolanguage.com/source/Io/IoVM/_docs/index.html Michael...
6920
Kevin Edwards
edwakev
Sep 2, 2005 12:29 am
... It took me a while to figure it out, too; the terminology can be confusing. Maybe an example would help: ob := Object clone ob meth := method(a,b,print) ...
6919
therandthem
Sep 1, 2005 10:13 pm
When the time is right, this http://sqlrelay.sourceforge.net/ seems like the existing framework to use. Thanks, McKinley...
6918
Erik Max Francis
xihr
Sep 1, 2005 9:40 pm
... Yeah, same. Initially I was thinking it would be nice if you could quote it similar to way the way you can get around operators in Prolog, but that really...
6917
Mike Austin
mike_ekim
Sep 1, 2005 9:24 pm
... Oh I only do that with setSlot()ing a method, and sometimes with do(). It would be nice if I could say "Number \+ = method(...)" or something but it's not...
6916
Jason Grossman
jas0ngr0ssman
Sep 1, 2005 10:15 am
... Sure. Good idea. I think (not sure) that this is not far off the level at which LISP machines worked. They didn't really implement a VM either (I think)....
6915
Steve Dekorte
stevedekorte
Sep 1, 2005 9:39 am
... Actually, the mask only needs to tell it how many low bits should be non-zero in the output and the rest just needs to to a good job of mixing the bits of...
6914
Thomas Sutton
grimkor
Sep 1, 2005 8:24 am
... I was hoping that you weren't, but I wouldn't put it past some people. On the other hand, there are chips out there that do this sort of thing for other...