3.0a
gst-remote not working on amd64
Hi,
I tried running Seaside in GNU Smalltalk, like described here:
http://smalltalk.gnu.org/blog/bonzinip/seaside-development-gnu-smalltalk
Swazoo test 120 makes gst crash on ia64
Hello,
as reported on http://bugs.debian.org/477312 GNU Smalltalk 3.0a fails to build from source on ia64.
Applying the patch from [1] does not solve the failure. The testsuite.dir is available from [2]. I'm currently trying to dig this a little further.
[1] http://git.sv.gnu.org/gitweb/?p=smalltalk.git;a=commitdiff;h=dfd82e2fef2...
[2] http://thomas.g.girard.free.fr/gst/testsuite.dir.3.0a_on_ia64.tar.gz
shared pool environment for compile-time evaluation
There are several places you can put expressions that are evaluated during compilation:
- class tag arguments (e.g.
<import: SomeVar>) - class var initializers (e.g.
MyClassVar := SomeVar) - compile-time evals in methods, and in any of the above (e.g.
##(SomeVar)orMyClassVar := ##(SomeVar)
In the VM, all of these are currently managed as compilations on UndefinedObject, with the addition to the pool search of the current namespace (which is twiddled by moving UndefinedObject). This is all very well and recursive, where
ROE test fails on Debian unstable/amd64
Hello,
test 117 of GNU Smalltalk 3.0a fails on Debian amd64 sid box. (It also fails on i386.)
Please find attached the testsuite.log associated with this test. I seem to recall there was an API change in SQLite3 (we have 3.5.6), it might be related.
I'll have a look at this if you don't.
