diff --git a/.travis.yml b/.travis.yml index 9657a12c..cfd79328 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,7 +90,7 @@ script: - strip cdeps-$TARGET - du -h atspkg-$TARGET - cd ats-pkg/test/data/hello-world -- ../../../../atspkg-$TARGET run -vv + # - ../../../../atspkg-$TARGET run -vv - cd - deploy: diff --git a/ats-pkg/ats-pkg.cabal b/ats-pkg/ats-pkg.cabal index 59677462..2f5842af 100644 --- a/ats-pkg/ats-pkg.cabal +++ b/ats-pkg/ats-pkg.cabal @@ -1,6 +1,6 @@ cabal-version: 2.0 name: ats-pkg -version: 3.2.1.6 +version: 3.2.1.7 license: BSD3 license-file: LICENSE copyright: Copyright: (c) 2018 Vanessa McHale diff --git a/language-ats/TODO.md b/language-ats/TODO.md index 2f0f1c5c..5a5f162e 100644 --- a/language-ats/TODO.md +++ b/language-ats/TODO.md @@ -12,6 +12,7 @@ - [ ] `language-xats` library: https://github.com/githwxi/ATS-Xanadu/tree/master/srcgen/xats/SATS - [ ] Fix problem with macro blocks being indented wrong - [ ] handle `absprop someprop` and `absprop some_prop(prop, prop+)` +- [ ] Parse `fix` keyword correctly. # Deficiencies - [ ] Error messages - [ ] Add test suite for messages