... Thanks. Moving that cd to after the rms seems to do the trick. :) Jonathan....
4796
Jon Kleiser
jon_kleiser
Nov 12, 2004 8:18 am
I see that the List methods "map" and "swapIndexWithIndex" have descriptions in the IoList.c file, but doing a "make docs" while in the...
4797
Fray Byte
fraybyte
Nov 16, 2004 3:35 am
Steve: I like Io. I like the general design of Io. I like that many functionalities are added, mainly if are useful. I would like that Io was small and...
4798
Steve Dekorte
stevedekorte
Nov 16, 2004 6:40 am
... Could you provide some details on the error so we can fix it? ... Depends on what you want to do with it. I think only LinkedList could be easily removed. ...
4799
Fray Byte
fraybyte
Nov 16, 2004 6:48 am
Segmentation Fault Demo on IoVM Please, see my previous post 4797. Where I told about the neccesity of a quasi perfet IoVM kernel... At the end of this post,...
4800
Quag
quagath
Nov 16, 2004 7:54 am
Hi Fray, I've been running a slightly modified version of your sgf.io script. I haven't managed to get it to segfault yet. So far it has produced the following...
4801
Fray Byte
fraybyte
Nov 16, 2004 10:03 am
I am using the 20040926 version; because the recents changes I think only afect the persistence. The variable aspects of the demo are the number of foo...
4802
Fray Byte
fraybyte
Nov 16, 2004 11:56 am
I had just compile (and adjust JFile) the recent 20041111 version. I changed 'LMT *= 2' to 'LMT = LMT * 2' in sgf.io... When I had run the program, I stop it...
4803
Fray Byte
fraybyte
Nov 16, 2004 5:14 pm
Hi Quag: A new IoVM version and a admirable output for sgf.io requires a less innocent test, you know? - - - - - - Here are: #!/usr/bin/env io # evil.io (c)...
4804
Quag
quagath
Nov 17, 2004 7:46 am
On Tue, 16 Nov 2004 17:13:46 -0000, Fray Byte ... Hi Fray, That new one segfaults for me too. Usually in the first one or two groups of cycles. Jonathan....
4805
Jon Kleiser
jon_kleiser
Nov 17, 2004 3:49 pm
Somewhere between IoDesktop-2004-09-11 and IoDesktop-2004-09-16 something must have happened to the Image code. When I do ioDesktop Image/_tests/test.io, using...
4806
Rob Rix
rx@...
Nov 17, 2004 3:51 pm
I believe that's my fault. I was seeing incorrect flipping when doing render-to-texture, and (incorrectly) figured the problem was in the draw methods... I'm...
4807
Mike Austin
mike_ekim
Nov 18, 2004 3:45 am
Oops, I sent the first message to langsmitsh. Anyway, I figured out how to print all slots, proto and all, without duplicating slots. Every time I write for...
4808
Jon Kleiser
jon_kleiser
Nov 18, 2004 2:05 pm
If I cd to my IoDesktop-2004-11-10/IoDesktop directory and do a ./ioDesktop Image/_tests/test.io Image/base/png_new/contrib/gregbook/toucan.png ... I sometimes...
4809
Jason Grossman
jas0ngr0ssman
Nov 18, 2004 6:36 pm
... This is a result of various speed improvements which Steve made. Of course when a car gets too fast it ends up upside-down. Jason...
4810
Rob Rix
rx@...
Nov 18, 2004 7:19 pm
I like that rather better than it being my fault. -- R ... The principal insight every person should have into economic theory is that it has nothing to do...
4811
Jon Kleiser
jon_kleiser
Nov 19, 2004 9:32 am
When I try to use the Image grab method, I get a Bus error. I inserted this line grabImg := image grab(5, 5, 10, 10, OpenGL GL_RGB) ... just before the line...
4812
Steve Dekorte
stevedekorte
Nov 21, 2004 3:34 am
... Thanks for putting this test together. I was able to reproduce the segfault and have been looking into the cause. I was able to reduce the test to: for(i,...
4813
David Vronay
davevronay
Nov 27, 2004 9:13 pm
Does anyone already have a visual studio build of IO? I saw Mike Austin's binary, but I didn't see the source......
4814
Steve Dekorte
stevedekorte
Nov 29, 2004 6:45 am
http://www.iolanguage.com/Downloads/ Release 2004 11 28 - important fixes ============================================= - fix for OpenHash bug that was causing...
4815
Steve Dekorte
stevedekorte
Nov 29, 2004 9:42 am
... Hi David, I think mingw or cygwin is typically used for compiling Io on Windows. -- Steve...
4816
Jon Kleiser
jon_kleiser
Nov 29, 2004 12:11 pm
... If I run ioServer or ioDesktop interactively, and type "exit" (not ctrl-C) to quit, I get a Bus error. (This does not happen if I only run io.) I also get...
4817
Sébastien Pierre
kaze_von_nk
Nov 29, 2004 8:04 pm
Hello there, In a C program where I create a IoMessage, the instance "data" member (message->data) unexpectedly points to NULL after around 10 seconds of ...
4818
Steve Dekorte
stevedekorte
Nov 29, 2004 8:22 pm
... I'd need to see the code. -- Steve...
4819
Sébastien Pierre
kaze_von_nk
Nov 29, 2004 9:25 pm
Hi Steve ! ... IoObject *PIo_makeAction1( IoObject *value, IoObject *locals, IoMessage *message) { IoBlock* block = IoMessage_locals_blockArgAt_(message,...
4820
Sébastien Pierre
kaze_von_nk
Nov 29, 2004 10:25 pm
... How do I do that ? Could you explain how Io GC works (what are marks, what occurs during a GC cycle, etc..) ? I will make a short document on the wiki to...
4821
Steve Dekorte
stevedekorte
Nov 29, 2004 10:26 pm
... Thanks for the bug reports. It looks like this is a bug with one of the IoServer primitives not cleaning up after itself properly when it's prototype is...
4822
Nick Welch
mackstann
Nov 30, 2004 6:06 pm
Hi, I am new to Io and I have to say that it's probably as close to my concept of an ideal language as I have seen. I have worked with Python quite a bit, and...