3.0a

Swazoo test 120 makes gst crash on ia64

Tagged:

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

Tagged:

There are several places you can put expressions that are evaluated during compilation:

  1. class tag arguments (e.g. <import: SomeVar>)
  2. class var initializers (e.g. MyClassVar := SomeVar)
  3. compile-time evals in methods, and in any of the above (e.g. ##(SomeVar) or MyClassVar := ##(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

Tagged:

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.

Syndicate content

User login