... 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....
Hi Steve, The CFunctions argIsCall and argIsActivationRecord have their 2nd and 3rd arguments switched in the forward declarations in the header file. Apply...
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...
... Here's one possibility: Have Map, Sequence and List inherit from Collection and do something like: Collection map := method( self mapBlock(Block clone...
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")...
... 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@...
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...
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...
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...
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...
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...
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...
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...
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...
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...
... 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...
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...
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...
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...
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...
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,...
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 ...
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...
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...
... 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@...
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...
... 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...