Search the web
Sign In
New User? Sign Up
iolanguage · Io
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 9954 - 9983 of 11910   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9954
Once an assignment error has occurred, the default front-end may not recover. Io 20070322 Io> Test := Object clone ==> Test_0x1038f6b8: type =...
Gordon Robert Shiplett
grshiplett2
Offline Send Email
May 4, 2007
11:30 pm
9955
Gorden, Not really sure what you mean by "That was CMD, the next is CYGWIN bash". However I don't see the problem you are having at all with the 20070410...
James Burgess
ljnrf
Offline Send Email
May 4, 2007
11:51 pm
9956
... Thanks for the bug report. I'm not able to repeat this using the current release, so it looks like it isn't a bug anymore. - Steve...
Steve Dekorte
stevedekorte
Offline Send Email
May 5, 2007
2:32 am
9957
Hi Guys, I think I fixed this bug (and a few other problems with the CLI) in commit 4ddf892fbf62cdc43d210a5b21a807a324d05231 Author: Jonathan Wright...
Quag
quagath
Offline Send Email
May 5, 2007
3:01 am
9958
Hi everybody, I've got a proposal for API cleanup for common function prefixes: I propose to move all "as*" and "is*" functions to a seperate slot. In short: ...
Bram Neijt
bneijt@...
Send Email
May 6, 2007
12:14 pm
9959
That would require the creation of an extra object at the "is" and "as" steps which would refer back to the original object, or reading ahead on the message...
Scott Baldwin
arrogantparagon
Offline Send Email
May 7, 2007
1:59 am
9960
From the online io reference it seems that the Socket addon has got brand new methods, completely without documentation. Could someone who knows the new...
Jon Kleiser
jon_kleiser
Offline Send Email
May 14, 2007
2:49 pm
9961
... This seems to work: ip := Host clone setName("www.yahoo.com") address socket := Socket clone setHost(ip) setPort(80) socket connect if (socket error) then...
Jon Kleiser
jon_kleiser
Offline Send Email
May 15, 2007
2:17 pm
9962
... I would wrap your "response = response .. socket readBuffer" into an: if(socket readBuffer size > 0, ...) ... -- Jeremy Tregunna...
Jeremy Tregunna
jtregunna_io
Offline Send Email
May 15, 2007
3:45 pm
9963
Hi, I noticed that garbage collection seems to stop working when marksPerAlloc is set to 5.5 or greater, resulting in endlessly growing memory consumption. To...
Jonas Eschenburg
jonas_eschen...
Offline Send Email
May 16, 2007
5:49 pm
9964
I can....
Noé Rubinstein
noe.rubinstein
Offline Send Email
May 16, 2007
7:18 pm
9965
Should be fixed quite quickly, but it does seem to be a bug. Thanks for reporting it and trying it all out! SteveDekorte seems to have found it and probably...
Bram Neijt
bneijt@...
Send Email
May 17, 2007
1:21 am
9966
Using IoVM version 20050910 I could have this: Io> 195 asCharacter at(0) ==> 195 However, if I use today's Io (on my PPC Mac), I notice that n asCharacter...
Jon Kleiser
jon_kleiser
Offline Send Email
May 18, 2007
10:08 am
9967
Hi Jon, I'm seeing the same behavior with asCharacter. An alternative is to use atPut on sequence. Io> Sequence clone atPut(0, 198) at(0) ==> 198 asCharacter...
Quag
quagath
Offline Send Email
May 19, 2007
2:06 pm
9968
Hi Jonathan, Thanks a lot for digging into this! I understand things have happened since the last time I played with double-byte characters in Io. ;-) /Jon...
Jon Kleiser
jon_kleiser
Offline Send Email
May 20, 2007
9:08 am
9969
Hello, are the Flux samples still maintained ? Calc seems the only one to work (see log). best regards, stéphane ...
Mr stephane conversy
conversy
Offline Send Email
May 23, 2007
9:12 pm
9970
... They haven't been updated in a while and I've been working on Flux. I'd like to update them when I get a chance. - Steve...
Steve Dekorte
stevedekorte
Offline Send Email
May 24, 2007
6:02 am
9971
Hi, I don't know if my china.io really qualifies as a Flux sample, but if you replaces the one in addons/Flux/samples/China with my latest version here ...
Jon Kleiser
jon_kleiser
Offline Send Email
May 24, 2007
7:41 am
9972
I see in the downloads/changes/ that yesterday Jonathan Wright changed the parser "to do C style () for operators: 1+2*3 == 1+(2)*3". From that example it's...
Jon Kleiser
jon_kleiser
Offline Send Email
May 28, 2007
1:20 pm
9973
Hi Jon, The idea of changing () parsing has been kicking around for a year or two. A few weeks back Steve requested that I make the change. The changes to the...
Quag
quagath
Offline Send Email
May 29, 2007
7:22 am
9974
Hi Jonathan, OK, I guess we can live with the new "C style", but except for some updated unit tests and samples, we don't know very much about what has been...
Jon Kleiser
jon_kleiser
Offline Send Email
May 29, 2007
8:17 am
9975
Hi Jon, The change is to how () are treated after an operator. Previously, 1 +(2) was treated as + having the argument 2. Now, it is treated as 1 + _(2), where...
Quag
quagath
Offline Send Email
May 29, 2007
11:38 am
9976
Hi Jonathan, I have now updated my china.io to handle the new C style parsing. It's available here: <http://folk.uio.no/jkleiser/china/> Could you replace the...
Jon Kleiser
jon_kleiser
Offline Send Email
May 30, 2007
10:37 am
9977
Hi Jon, Thanks for the updates. I've pushed out a patch. http://www.quag.geek.nz/gitweb?p=io;a=commit;h=8d01e7820a72fb2d206d0dacaff4713d0c0ad0ce Steve, could...
Quag
quagath
Offline Send Email
May 30, 2007
8:39 pm
9978
30 patches in the last week. Contributors: Dag Odenhall Daniel Rosengren Detlef Reichelt Jon Kleiser Jonathan Wright Steve Dekorte (From git logs, so may be...
Quag
quagath
Offline Send Email
Jun 1, 2007
10:50 am
9979
How do I have to declare a function which takes method as parameter? Similiear to the sortBy method (which however seems to be written in C?) So I have foo :=...
Friedrich Dominicus
frido@...
Send Email
Jun 15, 2007
12:11 pm
9980
Well, methods activate and blocks don't (unless you intervene and make them). So, if you want to pass a method, something like this would be required: foo :=...
Jeremy Tregunna
jtregunna_io
Offline Send Email
Jun 15, 2007
12:34 pm
9981
Well, methods activate and blocks don't (unless you intervene and make them). So, if you want to pass a method, something like this would be required: foo :=...
Friedrich
frido@...
Send Email
Jun 15, 2007
1:22 pm
9982
Change your definition of cmpFunc from: cmpFunc := method(a, b, a < b) to: cmpFunc := block(a, b, a < b) -- Jeremy Tregunna jtregunna@......
Jeremy Tregunna
jtregunna_io
Offline Send Email
Jun 15, 2007
2:47 pm
9983
Change your definition of cmpFunc from: cmpFunc := method(a, b, a < b) to: cmpFunc := block(a, b, a < b) -- [/quote] sorry, but cmpFun is commented out, the...
Friedrich
frido@...
Send Email
Jun 15, 2007
3:55 pm
Messages 9954 - 9983 of 11910   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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