Every repository with this icon (
Every repository with this icon (
| Description: | Io programming language edit |
-
Io exits with status 0 when there is an unhandled exception
0 comments Created 29 days ago by richcollinsComments
-
IoState_UserInterruptHandler shouldn't print an error message when a userInterruptHandler slot is set on System
Comments
-
Date doesn't return the proper unix timestamp for asNumber
1 comment Created 29 days ago by richcollinsasNumber should always return UTC seconds since 1970
Io> d := Date clone now ==> 2009-10-24 22:54:07 PDT Io> d asNumber ==> 1256450047.2950639724731445 Io> d convertToUTC asNumber ==> 1256475247.2950630187988281Comments
richcollins
Sat Oct 24 23:11:25 -0700 2009
| link
Actually it appears that I should be using setToUTC. In either case, asString is broken as it doesn't account for the time zone.
-
EditLine and ReadLine addons are broken for OS X
0 comments Created 28 days ago by richcollinsComments
-
I got the most recent pull from git of both Yajl and Io, and installed both. When I run Io and reference Yajl, I get this error:
justin@bug ~/s/io> io Io 20090105 Io> Yajl Exception: Error loading object '/usr/local/lib/io/addons/Yajl/_build/dll/libIoYajl.so': 'libyajl.so.1: cannot open shared object file: No such file or directory' --------- open AddonLoader.io 65 Object Yajl Command Line 1When I
ls /usr/local/lib/*yajl*, I see that everything is installed properly:justin@bug ~/s/io> ls /usr/local/lib/*yajl* /usr/local/lib/libyajl_s.a /usr/local/lib/libyajl.so.0.4.0 /usr/local/lib/libyajl.so@ /usr/local/lib/libyajl.so.1@ /usr/local/lib/libyajl.so.0@ /usr/local/lib/libyajl.so.1.0.8Has anyone had similar issues, or got any suggestions for what I should do?
Comments
stevedekorte
Tue Nov 03 02:58:09 -0800 2009
| link
What platform? If it's linux, I think you have to run ldconfig or something.
Yeah, it's Linux. Ubuntu 8.10. I just tried, I got this:
justin@bug ~> sudo ldconfig /sbin/ldconfig.real: Can't link /usr/local/lib//usr/local/lib/libiovmall.so to libiovmall.soMaybe that has something to do with it?
stevedekorte
Sat Nov 14 15:07:52 -0800 2009
| link
Was this resolved?
No it wasn't. I also posted this to the mailing list, no help there either.
antaranian
Fri Nov 20 08:13:01 -0800 2009
| link
Maybe you can make it work by creating a symlink
$ ln -s /usr/local/lib/libyajl.so.1 /usr/lib/libyajl.so.1as root.
-
Comments
-
I found an issue when passing the string "()", "[]" or "{}" to Compiler tokensForString. The first token returned has its line slot set to 0.
When i pass any other string, such as "Foo bar()", the first token has the line slot set to one.The following command should return true
Compiler tokensForString("()") at(0) line == Compiler tokensForString("a") at(0) lineComments
-
Is there plans to document all features of language/library and to keep them in actual state?
If yes, I can maintain some piece of information.
If no, it is a pity...
Comments
stevedekorte
Tue Nov 17 18:26:47 -0800 2009
| link
Yes, which parts would you like to maintain?











