Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

iolanguage · Io

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
  Newest  |  < Newer  |  Older >  |  Oldest
Topics Messages Latest Post

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 'script&#39; output to...
1 Apr 17, 2005
12:37 pm

Bruce M. Axtens
bruce_axtens
Send Email

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...
18 Apr 17, 2005
4:04 am

Samuel A. Falvo II
falvosa
Send Email

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...
2 Apr 17, 2005
1:45 am

Jeremy Tregunna
jtregunna@...
Send Email

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...
3 Apr 15, 2005
10:24 pm

Doc O'Leary
doc_oleary
Send Email

http://www.iolanguage.com/downloads/ Release 2005 04 15 - fixes ================================================= - added Message removeCachedResult method...
4 Apr 15, 2005
7:20 pm

Steve Dekorte
stevedekorte
Send Email

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...
3 Apr 15, 2005
9:18 am

Jason Grossman
jas0ngr0ssman
Send Email

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...
2 Apr 15, 2005
7:37 am

Mike Austin
mike_ekim
Send Email

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...
4 Apr 14, 2005
1:11 am

bussiere bussiere
bussieresan
Send Email

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....
4 Apr 12, 2005
3:13 pm

Jeremy Tregunna
jtregunna@...
Send Email

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...
10 Apr 11, 2005
11:18 am

Jason Grossman
jas0ngr0ssman
Send Email

Dear List Whenever I try to run ioDesktop I get the following: dyld: ./ioDesktop can't open library: ...
3 Apr 11, 2005
11:16 am

Jason Grossman
jas0ngr0ssman
Send Email

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 ...
1 Apr 10, 2005
7:07 am

Mike Austin
mike_ekim
Send Email

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) ...
45 Apr 9, 2005
6:07 am

Samuel A. Falvo II
falvosa
Send Email

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...
2 Apr 8, 2005
5:26 am

Steve Dekorte
stevedekorte
Send Email

Hi, In http://www.iolanguage.com/SampleCode.html We see: Proxy = Object clone Proxy forward := method( methodName := thisMessage name args := thisMessage...
11 Apr 7, 2005
10:12 pm

Jeremy Tregunna
jtregunna@...
Send Email

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...
5 Apr 7, 2005
8:58 pm

bussiere bussiere
bussieresan
Send Email

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...
6 Apr 7, 2005
12:35 pm

Jason Grossman
jas0ngr0ssman
Send Email

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...
2 Apr 7, 2005
1:39 am

Steve Dekorte
stevedekorte
Send Email

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...
5 Apr 6, 2005
10:00 pm

Doc O'Leary
doc_oleary
Send Email

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...
8 Apr 6, 2005
6:22 pm

Samuel A. Falvo II
falvosa
Send Email

IoVM version 20050401 Io> "and this" asBuffer clipAfterStartOf("and") ==> as Should be " this". Jason...
3 Apr 6, 2005
7:10 am

Steve Dekorte
stevedekorte
Send Email

... A painful lack is eliminated by this move... Thanks. ... Why not both? The other half of it could be done in Io... Csaba...
2 Apr 5, 2005
5:05 pm

Daniel Wunsch
the.gray@...
Send Email

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....
2 Apr 5, 2005
6:44 am

Steve Dekorte
stevedekorte
Send Email

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...
1 Apr 4, 2005
10:16 pm

cp200205
Send Email

Did URL used to be documented, or is that a figment of my imagination? -- Rob Rix, medicine man...
2 Apr 4, 2005
10:38 am

Jon Kleiser
jon_kleiser
Send Email

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...
1 Apr 2, 2005
4:58 pm

Rob Rix
rix_rob
Send Email

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...
1 Apr 2, 2005
10:27 am

Quag
quagath
Send Email

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...
1 Apr 2, 2005
8:44 am

Quag
quagath
Send Email

http://www.iolanguage.com/Downloads/ Release 2005 04 01 - SQLite3, Point/Vector, fixes ================================================= - SQLite3 addon added...
1 Apr 1, 2005
1:27 pm

Steve Dekorte
stevedekorte
Send Email

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...
2 Apr 1, 2005
1:27 pm

Steve Dekorte
stevedekorte
Send Email
  Newest  |  < Newer  |  Older >  |  Oldest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help