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

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

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 10115 - 10144 of 11910   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10115
Io Release 2007 10 03 Summary: - Cairo binding added (by Daniel Rosengren and Trevor Fancher) - TagDB binding added - Regex overhaul (by Daniel Rosengren) -...
Steve Dekorte
stevedekorte
Offline Send Email
Oct 3, 2007
7:33 pm
10116
I see the bug. I will fix it...
Rich Collins
richwcollins
Offline Send Email
Oct 4, 2007
2:49 am
10117
Hi, As far as I can see, your fix hasn't made it into the git repo yet ... /Jon...
Jon Kleiser
jon_kleiser
Offline Send Email
Oct 22, 2007
10:49 am
10118
Did you ever get my patch, Steve?...
Rich Collins
richwcollins
Offline Send Email
Oct 23, 2007
8:09 am
10119
I noticed that there is no openForWriting using mode "w" in Io's File. The open() function uses the default mode, which is "r+". Is there any deeper reason for...
Jonas Eschenburg
jonas_eschen...
Offline Send Email
Oct 29, 2007
4:40 pm
10120
... I do: File with("foo.txt") remove openForWriting But if you wanted a method, it would be easy to add: File removeAndThenOpenForWriting := method(remove;...
Steve Dekorte
stevedekorte
Offline Send Email
Oct 29, 2007
9:58 pm
10121
... It does not seem a good way: it won't work if you only have permissions for file modification, not for directory modification. Cheers, Danya....
Danya
me.dendik@...
Send Email
Oct 30, 2007
2:55 pm
10122
Well, it would have to be File with("foo.txt") truncateToSize(0) openForUpdating as remove requires permission for directory modification and openForWriting is...
Jonas Eschenburg
jonas_eschen...
Offline Send Email
Oct 30, 2007
5:20 pm
10123
I've started another attempt at writing a tome for Io. However, different in this attempt as to previous attempts, this will be more traditional rather than...
Jeremy Tregunna
jtregunna_io
Offline Send Email
Oct 31, 2007
1:34 am
10124
Apologies if this is a duplicate report. (By the way, the issue tracker on the site isn't working.) - - - Io fails to compile on Leopard due to issues related...
John Nowak
honknojaw
Offline Send Email
Nov 4, 2007
3:59 am
10125
... <snip> Yeah. I reported this in IRC a little while ago. It doesn't seem like anyone knows the specific part of ucontext to fix in this case. When I first...
Brian Mitchell
binary42@...
Send Email
Nov 4, 2007
4:22 am
10126
... <snip> Yeah. I reported this in IRC a little while ago. It doesn't seem like anyone knows the specific part of ucontext to fix in this case. When I first...
Brian Mitchell
binary42@...
Send Email
Nov 4, 2007
4:25 am
10127
... Here's a couple of fixes that will help Io build for OS X Leopard: * Change ucontext.h imports in libcoroutine to sys/ucontext.h . * If OpenGL gives you...
Joseph Osborn
pocket_progr...
Offline Send Email
Nov 4, 2007
4:26 pm
10128
One more thing I forgot in my last post: For some reason the inline IOBOOL function doesn't compile, so I had to change it to a macro....
Joseph Osborn
pocket_progr...
Offline Send Email
Nov 4, 2007
4:27 pm
10129
Is Flux the primary GUI toolkit for Io? Thanks, Josh...
Josh Flowers
joshflowers@...
Send Email
Nov 4, 2007
7:12 pm
10130
... Hi Josh, Flux is the official but unfinished one. I think there is also a GTK binding....
Steve Dekorte
stevedekorte
Offline Send Email
Nov 5, 2007
9:46 pm
10131
Here are two issues I'm having with the libedit integration in Io: * Building Io without having libedit installed currently fails on Linux, even though the...
Jonas Eschenburg
jonas_eschen...
Offline Send Email
Nov 10, 2007
12:24 pm
10132
I've pushed Brian Mitchell's fix for Io on Leopard (OSX 10.5). Thanks Brian! - Steve...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 12, 2007
2:48 am
10133 Steve Dekorte
stevedekorte
Offline Send Email
Nov 12, 2007
9:29 am
10134
I just did a "git clone git://www.iolanguage.com/Io", and I'm happy to see that this Color bug has now been fixed. The colors in ...
Jon Kleiser
jon_kleiser
Offline Send Email
Nov 12, 2007
9:59 am
10135
Hello List, My name is Ragnar Dahlén and I am a swedish computer science student. I am new to Io and I find it a very interesting and slick language, and I am...
Ragnar Dahlén
r.dahlen@...
Send Email
Nov 18, 2007
4:09 pm
10136
... Well, the comparisons are very hard to make sometimes. There is a lot of room for Io to grow into fortunately but I don't think Io's current semantics will...
Brian Mitchell
binary42@...
Send Email
Nov 18, 2007
4:32 pm
10137
... Where is the code?...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 18, 2007
5:40 pm
10138
... I think it was attached to the original message. ;-) I had the same issue at first... I just don't use attachments that often I guess. Brian....
Brian Mitchell
binary42@...
Send Email
Nov 18, 2007
5:43 pm
10139
Ah, it looks like the OSX 10.5 Mail app doesn't include an icon for attachments like it did in 10.4 - I'll take a look....
Steve Dekorte
stevedekorte
Offline Send Email
Nov 18, 2007
5:52 pm
10140
Ok, now where is the data set? I don't see any link on this page: http://www.tbray.org/ongoing/When/200x/2007/09/20/Wide-Finder...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 18, 2007
6:08 pm
10141
The data set can be found at: http://www.tbray.org/tmp/o10k.ap Sorry about that, should have posted it in my first mail. I remember having some trouble finding...
Ragnar Dahlén
r.dahlen@...
Send Email
Nov 18, 2007
6:33 pm
10142
... I'm not very well versed in Io but I think that you are correct about Io using user-level threads and not being able to utilize multiple cores. The...
ted stockwell
emorning
Offline Send Email
Nov 20, 2007
2:28 am
10143
Just got a chance to start poking around. The first thing I noticed is that the garbage collector performance recording is on by default. Turning it off, drops...
Steve Dekorte
stevedekorte
Offline Send Email
Nov 20, 2007
4:25 am
10144
Hi everybody, I adopted Bram's Debian packages and hope to produce something usable in the next days. Meanwhile, I uploaded Bram's work to ...
Jonas Eschenburg
jonas_eschen...
Offline Send Email
Nov 22, 2007
6:13 am
Messages 10115 - 10144 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