It would appear that the makefile in IoDesktop presupposes Panther. I'll edit it and see what happens. In the meantime I'll be sending the 'script39; output to...
In summary: Do for Io what PyPy does for Python (but with the advantage that we'd be nipping the problem in the bud much earlier on). I've been lurking on this...
Okay looks like I'm going to have to beg. Building didn't work out. I'm looking into it and will send the transcript. In the meantime, can a Jaguar build be...
It's been a while since I last tried to do an update with rsync (on Mac OS X here), but when I tried with the latest release I got: rsync error: some files...
If you're like me and: A) get a lot of paypal payments and B) doing your US taxes at the last minute then this script might come in handy. // Script for...
Ok, I wanna start up the conversation again on how to solve the = vs setters dichotomy again. My suggestion is: compile o a = 5 into o setA(5) and extend the...
i'am thinking about binding sqlite in io to develop more easily some applicaiton (having a bd behind your prgram is always good i think) so first when i search...
I have a G3/500 iBook. One of the first-off-the-rank white "iceBook"(?) models. I do have developer tools so I'll get hold of the source and try building it....
Hi. A very minor suggestion: could we please have a method called File empty, which does the same thing as File truncateToSize(0)? It would be nice and...
Hey all. Not having high speed Internet for a little while really helps productivity! It would help if I had priorities though. :) I started writing a user ...
Hi Steve, I've attached a patch for "Object object" as described in http://pipapo.org/iowiki/PasteBin/object Examples of use: Io> o := object(a, b, c=3, d=4) ...
I'm sorry to say my C isn't up to debugging the following problem. ~> uname -a Darwin Macintosh.local 7.8.0 Darwin Kernel Version 7.8.0: Wed Dec 22 14:26:17...
i'am looking for a little software in io to a way to make a prompt in io like : ?->A if (A>10) { "good" print } else { "false" print } can someone tell me how...
Any thoughts on putting IoVM/_unitTests/UnitTest.io into the io binary? It would be very useful. I actuall wrote a very simple unit test system only then to...
I needed to know if certian views existed, so I created this patch by simply duplicating the tableNames function and assoc code. I hope this is an acceptable...
I seriously still want the old Date code made available. I don't care that it didn't do past 2038, because what we have now doesn't reliably do *now*. I hate...
I've been thinking about the Io OS concept again recently. At the moment, I'm wondering whether NetBSD might be a better choice than L4 for a 'host' It's not...
It seems a search/replace bug? found it's way into the new SQLite3 object. It affects tableNames. tableNames always returns Nil on SQLite3. Below is the patch....
It appears as though a search/replace got the best of us here. In the new SQLite3 module, a statement exists such as: IoString *s = IOSTRING("SELECT name FROM...
Hey all, just wanted to report on a bug found in the April 1st distro. (I used Steve's binary download for OS X). It's a pretty simple problem, really; I'm...
Hi Steve, Here is another tiny fix. When cloning blocks everything but the message itself is copied over into the clone. The message itself is currently set to...
Hi Steve, Currently newSlot("x", 13) returns the freshly created setX method. I think that instead it should (like setSlot and updateSlot) return the freshly...
IoDesktop v. 20050401 has Bus error problems on my Mac. I tried to run ./ioDesktop test.io and most of the tests failed. When I ran them individually, these...