-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

One of the commits seems to have broken string output (or something
related; or I do compile it the wrong way). I broke it down to this
minimal basic example:

(bitc-version "0.10")
(provide main bitc.main)
(import stdio bitc.stdio)

(define (main.main argv:(vector string))
    (stdio.write-string stdio.stdout "hello\n")
  (the int32 0))

Bitcc compiles it cleanly, but it segfaults at runtime.
- --
- -ness-
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.2 (GNU/Linux)

iD8DBQFEnZhJvD/ijq9JWhsRAmB8AJ41p4zV5NgJN3UEYzMf2mpcwWlTWwCfVzoh
vntbTpYA0p+be2Sm9wZHx+0=
=/H6e
-----END PGP SIGNATURE-----
_______________________________________________
bitc-dev mailing list
bitc-dev@coyotos.org
http://www.coyotos.org/mailman/listinfo/bitc-dev

Reply via email to