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...
... <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@...
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@...
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...
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...
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@...
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...
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...
... 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...
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...
Hi, folks. I maintain io.urbanape.com, the "East coast" mirror. Over the holiday weekend, I'll be moving it to my new slicehost, erm, slice. Just an FYI. Zac...
Hi, Jonas, Thanks for bringing this up and for the tarball! I made the changes to makefile you mentioned as patch. Not sure if I'm going to support the package...
Danya
me.dendik@...
Nov 23, 2007 9:18 am
10150
Hi Danya, cool thing! My changes were very similar, but you took better care of the details. Just to be sure, what does this line in your updated Makefile...
Hi, Jonas, ... This is the simpliest way I know to check that directory is not empty in shell scripts and also quite compatible (the left one expands to list...
Danya
me.dendik@...
Nov 24, 2007 12:09 am
10153
Hi, all, there seems to be a typo in setProtos source that makes it not work at all. I attached the patch to fix it. Would be grateful if somebody applies it...