Age | Commit message (Collapse) | Author |
|
|
|
List of major additions and changes since the last release:
1. Extending prelude/stream_vt with more functions
2. Improving ${PATSHOME}/contrib/libatscc2php/ATS2-0.3.2
3. Supporting the following style of function interface declaration:
extern
fun swap_boxed{a,b:type}(xy: (a, b)): (b, a)
(
Note that (a, b) needs to be replaced with @(a, b) at this point
)
4. Adding stream-processing functions in prelude and libats/ML
5. Hosting for ats-lang.org moved from OPENSHIFT2 to OPENSHIFT3
6. In progress:
A Functional Crash into ATS: ${PATSHOME}/doc/BOOK/ATS2FUNCRASH
7. Atscc2r34 (for transpiling ATS into R) is functioning and it is
expected to be improved gradually.
8. Improving ATSLIB/libats/ML: more list0-combinators; printing stuff
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(see comments on ats2-postiats AUR page)
Several files mention the version number 0.2.9 even though it is version 0.2.10
The files are:
./VERSION
./configure.ac
This is a cheap fix. The "bug" has been reported upstream.
Also ats2-contrib can now be installed properly.
|
|
0.2.10 is incorrectly packaged
This reverts commit af680497b6f14951918287e9672587e140237c35.
|
|
|
|
There are problems building with custom makeflags, such as -j2 (or
higher).
Remove gmp from `optdepends` array, is already in `depends` array.
|
|
|
|
|
|
|
|
|
|
|