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

Yahoo! Groups Tips

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

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 10328 - 10357 of 11910   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
10328
... I don't have much say here, but I do like both ways too - I like the simplicity of no precedence, but I also like languages that simplify writing code....
Mike Austin
mike_ekim
Offline Send Email
Jan 1, 2008
10:17 pm
10329
Hi Steve, The CFunctions argIsCall and argIsActivationRecord have their 2nd and 3rd arguments switched in the forward declarations in the header file. Apply...
Quag
quagath
Offline Send Email
Jan 2, 2008
2:50 am
10330
Hi Group! Currently, the HTTPServer.io sample is really really out of date. This patch updates that. Also, when this sample uses CGI.io to do query string...
Chris Carter
cdylancarter
Offline Send Email
Jan 2, 2008
5:58 am
10331
... Here's one possibility: Have Map, Sequence and List inherit from Collection and do something like: Collection map := method( self mapBlock(Block clone...
Steve Dekorte
stevedekorte
Offline Send Email
Jan 2, 2008
11:02 am
10332
Hi Chris, Thanks for the patches! A few comments. The code checking for the environment variable and throwing the was: if(System getenv("REQUEST_METHOD")...
Quag
quagath
Offline Send Email
Jan 2, 2008
12:57 pm
10333
... My initial reaction is that is a simple way to make implementation work across collections. What worries me is that it isn't a really great idiom to use...
Brian Mitchell
binary42@...
Send Email
Jan 2, 2008
5:42 pm
10334
Hi Jonathon! Thanks for looking over these ... That's very handy, and that patch works fine for me. ... This is because the Web server starts running on port...
Chris Carter
cdylancarter
Offline Send Email
Jan 2, 2008
7:58 pm
10335
... I get: error: patch failed: addons/CGI/io/CGI.io:77 error: addons/CGI/io/CGI.io: patch does not apply error: patch failed:...
Steve Dekorte
stevedekorte
Offline Send Email
Jan 2, 2008
9:47 pm
10336
Hi Steve (and Chris), Whoops... I was looking for the webserver on the wrong port. Somehow read 8000 as 8080. Steve, attached are patches to apply. Let me know...
Quag
quagath
Offline Send Email
Jan 2, 2008
9:58 pm
10337
This is built against a fresh clone of git clone git://www.iolanguage.com/Io ... -- Chris Carter concentrationstudios.com brynmawrcs.com...
Chris Carter
cdylancarter
Offline Send Email
Jan 2, 2008
10:03 pm
10338
Hi Steve, Chris noticed that Map has an asList, but List doesn't have an asMap. The attached patch adds a List asMap. The patch includes a docSlot, and unit...
Quag
quagath
Offline Send Email
Jan 3, 2008
2:24 pm
10339
Hi Steve, Readline requires the stdio.h header to be included before the readline headers. IoReadLine.c didn't include stdio. h, and failed to compile on Linux...
Quag
quagath
Offline Send Email
Jan 4, 2008
3:20 am
10340
Hi Steve, Number asString(w, f) was formatting large numbers incorrectly for two reasons (see below). The attached patch fixes the two problems and adds unit...
Quag
quagath
Offline Send Email
Jan 4, 2008
5:30 am
10341
Hey all, I came across the website and thought I'd try out Io. I've compiled it on Cygwin, but the interactive interpreter doesn't work (haven't tried writing...
Farley Knight
farleyknight
Offline Send Email
Jan 4, 2008
10:10 pm
10342
Hi Steve, A month back Jonas Eschenburg rightly changed how the CLI decided if it should use editline or not. When I first implemented the editline support, I...
Jonathan Wright
quagath
Offline Send Email
Jan 4, 2008
10:15 pm
10343
Hi Rob, ... Was Io built from a source tarball or from the git repo? Jonas's editline fixing patches were made on the 2007-12-07, but I'm not sure if they made...
Jonathan Wright
quagath
Offline Send Email
Jan 4, 2008
10:24 pm
10344
Hi Guys, ... Many of the source files have patches of lines intended with spaces, and lines intended with tabs. Some files have a vast majority of one, others...
Jonathan Wright
quagath
Offline Send Email
Jan 4, 2008
10:35 pm
10345
... I prefer a single tab per indentation level and would be happy to apply a patch that moves everything to that. Sometimes forget to set it in the...
Steve Dekorte
stevedekorte
Offline Send Email
Jan 4, 2008
10:58 pm
10346
A single tab for each level of indentation is probably the best way to go. Editors are configurable these days to display a tab as N many spaces instead of...
Jeremy Tregunna
jtregunna_io
Offline Send Email
Jan 4, 2008
11:44 pm
10347
Hi Steve, ... I've got three patches that reindent libs/iovm/source, libs/iovm/tests and libs/iovm/io. Once the patches I've sent over the last few days have...
Jonathan Wright
quagath
Offline Send Email
Jan 5, 2008
2:16 am
10348
Hi Danya, Attached are two patches. One restores the Unicode tests, and the other splits the unit tests and helper "--print" script into separate files. Can...
Jonathan Wright
quagath
Offline Send Email
Jan 5, 2008
1:30 pm
10349
Hi Steve, UnitTest methods use to be run in alphabetical order, now they are run in the order they they appear in the file. Running the test methods in...
Jonathan Wright
quagath
Offline Send Email
Jan 5, 2008
1:36 pm
10350
Hi Steve, For example "./run.io NumberTest.io" verbosely runs the NumberTest - can use either "NumberTest.io" or "NumberTest" - can pass multiple tests to run,...
Jonathan Wright
quagath
Offline Send Email
Jan 5, 2008
1:41 pm
10351
Doh, sent before attaching patch! Patch attached. :-) Thanks, Jonathan. ... From 007d5d82832067470d8f6015b2c512427e3c3a8a Mon Sep 17 00:00:00 2001 From:...
Jonathan Wright
quagath
Offline Send Email
Jan 5, 2008
1:44 pm
10352
Hi Steve, This is something I make use of for Debian packaging. Thought it might be useful for other purposes, too. Patch: Add strict mode option to build.io ...
Jonas Eschenburg
jonas_eschen...
Offline Send Email
Jan 5, 2008
5:40 pm
10353
Using my spare time (read: Weekends), I'll be picking up my work on an Io Tome. The purpose of this project is to create a complete document about Io, and its...
Jeremy Tregunna
jtregunna_io
Offline Send Email
Jan 5, 2008
8:15 pm
10354
I normally keep out of language discussions, but I feel sufficiently qualified to comment on this one :-) My preference would be to not change indentation in...
Jonas Eschenburg
jonas_eschen...
Offline Send Email
Jan 5, 2008
10:57 pm
10355
... The Dekorte *has* spoken. Nothing but tabs, and one per indentation level. If you don't use anything but tabs, there is no need to specify their width. ...
Stefan O'Rear
stefanor@...
Send Email
Jan 5, 2008
11:04 pm
10356
Hi Jonas, Having a compile-this-addon-or-fail mode seems useful. Attached are two small changes to go on top of the original patch. The first change is a small...
Jonathan Wright
quagath
Offline Send Email
Jan 6, 2008
12:04 am
10357
... Do you prefer that white space is fixed up as the code is changed for other reasons? What files do the Debian patches touch? Perhaps I can fix up the...
Jonathan Wright
quagath
Offline Send Email
Jan 6, 2008
12:10 am
Messages 10328 - 10357 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