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

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.

Messages

  Messages Help
Advanced
Messages 10517 - 10546 of 10708   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10517
... I was just surfing this today. (And, it being my 3rd or so day with Io, feel free to summarily ignore me.) On my machine {{{System platform}}} returns...
Harold Hausman
haroldchode
Offline Send Email
Feb 1, 2008
8:08 am
10518
My thought was, rather than pass in a flag, register an error handler object with the Socket. At the point of error, "set and return" the object with the error...
Matthew D Moss
i_am_mattmo
Offline Send Email
Feb 1, 2008
1:50 pm
10519
Right but the problem comes when the platform is something like MS Windows. Then you get ms which won't match anything and so it chooses so. I have a fix...
Rich Collins
richwcollins
Offline Send Email
Feb 1, 2008
7:36 pm
10520
I'm not sure it makes sense to have an error handler run at the point of the error. How would the caller know what to do without having to understand the...
Rich Collins
richwcollins
Offline Send Email
Feb 1, 2008
7:41 pm
10521
I propose that we fix System platform instead to instead of stating "MS Windows" just "Windows"; this will fix it properly. -- Jeremy Tregunna ...
Jeremy Tregunna
jtregunna_io
Offline Send Email
Feb 1, 2008
7:47 pm
10522
I am going to fix platform, but there is still no reason to split the platform name and grab the first token, is there?...
Rich Collins
richwcollins
Offline Send Email
Feb 1, 2008
7:50 pm
10523
Not if Platform returns only one item. -- Jeremy Tregunna jtregunna@......
Jeremy Tregunna
jtregunna_io
Offline Send Email
Feb 2, 2008
4:41 pm
10524
What if you want to know if it is Windows XP or Windows Vista...
Rich Collins
richwcollins
Offline Send Email
Feb 2, 2008
6:57 pm
10525
This is true; I wrote the System platform in this particular way because there are times when one wants to know this information. That said however, the...
Jeremy Tregunna
jtregunna_io
Offline Send Email
Feb 2, 2008
7:28 pm
10526
... I've done something ... Interestingly, this works on my machine. I do not see a crash when running this code. I'm on windows using the build from: ...
Harold Hausman
haroldchode
Offline Send Email
Feb 2, 2008
8:24 pm
10527
... I wonder if it's my build, or my architecture. On other attempts to do this, it doesn't crash (immediately), but instead stalls while it eats ...
Gavin Kistner
phrogz42
Online Now Send Email
Feb 2, 2008
9:08 pm
10528
... Seems to me that there should be two messages, then. One that returns a detailed string, and one that returns architecture or platform information....
Gavin Kistner
phrogz42
Online Now Send Email
Feb 2, 2008
9:09 pm
10529
Submit a patch then. -- Jeremy Tregunna jtregunna@......
Jeremy Tregunna
jtregunna_io
Offline Send Email
Feb 2, 2008
9:48 pm
10530
... <snip> ... When you see this kind of behavior, that is the malloc library giving you diag messages repeatably on one platform but not on another, its...
ljnrf
Offline Send Email
Feb 2, 2008
11:28 pm
10531
The emacs io-mode we've got doesn't indent in a consistent way to me. I've attempted to start throwing together a better indent function. Keep in mind my lisp...
Joshua Kifer
randobj
Offline Send Email
Feb 3, 2008
9:41 pm
10532
As I learn this language, I see a lot of code that uses the pattern: obj clone do( ... ) As clone doesn't currently seem to accept any arguments, it seems ...
Gavin Kistner
phrogz42
Online Now Send Email
Feb 3, 2008
9:46 pm
10533
This adds extra time to each clone, when for the common case, one doesn't immediately proceed the other (that is, it happens maybe 1 out of every 25 clones,...
Jeremy Tregunna
jtregunna_io
Offline Send Email
Feb 3, 2008
9:49 pm
10534
... OK, that makes good sense. I didn't realize the ratio was like that, since most code snippets I've seen use it. It makes sense, however, that all...
Gavin Kistner
phrogz42
Online Now Send Email
Feb 3, 2008
11:10 pm
10535
Don't worry about asking questions, we receive them well, and it's really the only way you will learn sufficiently. If you want to stockpile them and ask them...
Jeremy Tregunna
jtregunna_io
Offline Send Email
Feb 3, 2008
11:24 pm
10536
Why not make "Object withDo" method with the same semantics? Gavin is not the first one to ask for the functionality and plain "with" may be too overloaded in...
Danya
me_dendik
Offline Send Email
Feb 3, 2008
11:26 pm
10537
As I understand it, Io starts out with: Object->Lobby->Protos->Core->Object as the protos chain. Each time an addon (e.g. Range) is loaded, an object is...
phrogz42
Online Now Send Email
Feb 6, 2008
7:15 pm
10538
Hi, Phrogz, I assume this is an isolation measure: the new objects being created are the ones passed to doFile as root objects, so that one addon does not mess...
Danya
me_dendik
Offline Send Email
Feb 6, 2008
7:39 pm
10539
... Because an Addon often contains more than one object. You can see all the addons and their protos here: ...
Steve Dekorte
stevedekorte
Offline Send Email
Feb 6, 2008
10:08 pm
10540
Hello, I'm on windows and I'm trying to load, into Io, an addon .dll that I've built, and I hit this error: missing proto 1007BEE7 ...
Harold Hausman
haroldchode
Offline Send Email
Feb 7, 2008
5:52 am
10541
Harold, The "weirdness" is described in all it glorious detail in my post here http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=906429&SiteID=1 "call...
ljnrf
Offline Send Email
Feb 7, 2008
6:32 am
10542
Hey Chris, Thanks again for the CGI updates. I'm doing a push to get 100% documentation coverage for Io. Would you be willing to add the docs missing for some...
Steve Dekorte
stevedekorte
Offline Send Email
Feb 7, 2008
7:17 am
10543
I've seen this. How are you building Io? I suggest that you use cygwin for your build environment and use the MSVS compiler (The 2005 express edition is...
Rich Collins
richwcollins
Offline Send Email
Feb 7, 2008
7:31 am
10544
... Hey Steve, I'd love to. I will have a patch sometime next week, I am out of town this weekend so I can code but not submit a patch. -- Chris Carter ...
Chris Carter
cdylancarter
Offline Send Email
Feb 7, 2008
1:39 pm
10545
I expected this code... obj := Object clone do( me := "obj" meth := method( me := "meth" thisLocalContext ) ) obj meth println #=> Object_0x549960: #=> me...
phrogz42
Online Now Send Email
Feb 7, 2008
4:36 pm
10546
From: Steve Dekorte ... For the archives, Steve and I discussed this further on IRC. Steve's point (as I understand it) is that an addon like "Regex"--that ...
Gavin Kistner
phrogz42
Online Now Send Email
Feb 7, 2008
5:21 pm
Messages 10517 - 10546 of 10708   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

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