mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-13 04:44:39 +00:00
5012b8f45e9292ec6b1cf7e8d5a9baf23686a82f
Branches: main The Java 5 compiler warns about a method with an array argument: m1(Object[] args) overriding a method declared with varargs: m1(Object... args) The Java 6 compiler accepts it, though I don't know if that was intended. java/runtime/MethodPtr.java: Don't use varargs syntax for MethodPtr.call___0_0. library/rtti_implementation.m: Explicitly create the Object[] arrays in foreign_procs.
…
…
…
…
…
…
…
…
…
…
Mercury 0.13 may not work on Solaris 10 (SunOS 5.10) due to incompatibilities with the version of Boehm GC shipped with that version of Mercury. (The above problem has been fixed in post-0.13 versions of Mercury.) Also, note that `--linkage static' is not supported on Solaris. Executables produced using this option will cause a segmentation fault.
Languages
Mercury
85.3%
C
8.7%
Shell
1.4%
Makefile
1%
JavaScript
1%
Other
2.1%