| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-02 | Merge pull request #120 from GrammaticalFramework/haskell-export | John J. Camilleri | |
| Add --haskell=pgf2 flag | |||
| 2021-07-01 | Add --haskell=pgf2 flag | John J. Camilleri | |
| 2021-06-30 | Superficial refactoring to testsuite module | John J. Camilleri | |
| 2021-06-29 | Merge pull request #84 from ffrixslee/issue-46 | Inari Listenmaa | |
| Issue 46 (various deprecations during compilation of GF) | |||
| 2021-06-24 | Add another = | John J. Camilleri | |
| 2021-06-24 | Update pgf.cabal, and minors to other cabal files | John J. Camilleri | |
| 2021-06-23 | Update README.md | John J. Camilleri | |
| Add `stack install` as alternative to `cabal install` | |||
| 2021-06-23 | Update RELEASE.md | John J. Camilleri | |
| Add link to gf maintainers on Hackage. | |||
| 2021-06-22 | Merge pull request #106 from GrammaticalFramework/stack-yaml-symlink | John J. Camilleri | |
| In the end, just some minor additions to Stack files. See discussion for more. | |||
| 2021-06-22 | Make stack.yaml a regular file again | John J. Camilleri | |
| 2021-06-22 | Merge branch 'master' into stack-yaml-symlink | John J. Camilleri | |
| 2021-06-18 | Merge pull request #114 from 1Regina/fix-tests | Inari Listenmaa | |
| Fix tests | |||
| 2021-06-17 | Disable cabal tests | Andreas Källberg | |
| The test suite isn't currently able to find the gf executable on cabal | |||
| 2021-06-17 | Remove gf-lib-path from testsuite | Andreas Källberg | |
| Since it no longer depends on RGL and it caused issues in the testsuite | |||
| 2021-06-17 | Enable tests in github actions | Andreas Källberg | |
| 2021-06-17 | Testsuite: Add support for expected failures | Andreas Källberg | |
| And mark the currently failing tests as expected failures | |||
| 2021-06-16 | Fix "canonicalizePath: does not exist" issue on ghc-7.10 | Andreas Källberg | |
| This caused failures in the test suite Only fixes it for stack builds. We should probably add constraints to the cabal file as well | |||
| 2021-06-16 | Fix build for ghc-7.10.3 | Andreas Källberg | |
| 2021-06-16 | Fix build of test suite on ghc-8.2.2 | Andreas Källberg | |
| 2021-06-16 | Don't print stack traces in Command.hs | Andreas Källberg | |
| They don't provide useful info anyways and they are needlessly verbose. | |||
| 2021-06-16 | Add command `ai f` to trigger error msg | Inari Listenmaa | |
| 2021-06-16 | Remove CStr [] which causes error, update gold | Inari Listenmaa | |
| 2021-06-11 | Add output files for test suite in gitignore | Inari Listenmaa | |
| 2021-06-11 | Remove CallStack outputs from gold files | Inari Listenmaa | |
| Rather, we should not output these, or output them in a nicer way. | |||
| 2021-06-11 | changed build wheels repo link from master to main | Tristan Koh | |
| 2021-06-11 | Update gf.cabal | Jacob Tan En | |
| `cabal install` needs this | |||
| 2021-06-11 | Update index-3.11.md | Jacob Tan En | |
| `Cabal install` is fragile and can fail if the GHC on path is of an incompatible version. Use ghcup to use a GHC version that is known to work. | |||
| 2021-06-11 | Rectified gold files | 1Regina | |
| 2021-06-11 | Add RGL dependencies - Prelude and Predef | 1Regina | |
| 2021-06-11 | remove testsuite/libraries | 1Regina | |
| 2021-06-10 | Merge pull request #113 from TristanKoh/master | Inari Listenmaa | |
| Changed build wheels repo link from master to main | |||
| 2021-06-10 | changed build wheels repo link from master to main | Tristan Koh | |
| 2021-06-10 | Merge pull request #111 from 2jacobtan/patch-2 | Inari Listenmaa | |
| Update gf.cabal | |||
| 2021-06-10 | Merge pull request #110 from 2jacobtan/patch-1 | Inari Listenmaa | |
| Update index-3.11.md | |||
| 2021-06-09 | Update gf.cabal | Jacob Tan En | |
| `cabal install` needs this | |||
| 2021-06-09 | Update index-3.11.md | Jacob Tan En | |
| `Cabal install` is fragile and can fail if the GHC on path is of an incompatible version. Use ghcup to use a GHC version that is known to work. | |||
| 2021-06-09 | Merge branch 'enable-tests' of https://github.com/kharus/gf-core into fix-tests | 1Regina | |
| to continue working from ruslan tests | |||
| 2021-05-27 | allow parameter cat in the Web API for parsing | krangelov | |
| 2021-05-05 | added news | krangelov | |
| 2021-05-03 | Merge pull request #107 from GrammaticalFramework/pgf2-complete | John J. Camilleri | |
| Add complete function to PGF2 | |||
| 2021-05-03 | Manage to get completion working in PGF2 | John J. Camilleri | |
| 2021-05-03 | Improvement to test script, distinguishes when input ends with whitespace | John J. Camilleri | |
| 2021-05-03 | Add proper error handling in complete | John J. Camilleri | |
| 2021-05-03 | Second attempt. Reading enum is closer to working but all strings are empty. | John J. Camilleri | |
| 2021-05-03 | First attempt at adding support for complete in PGF2 (gives segmentation faults) | John J. Camilleri | |
| 2021-05-03 | Comment out c-runtime flag by default | John J. Camilleri | |
| 2021-05-03 | Make stack.yaml an actual symlink to stack-ghc8.6.5.yaml. Add some commented ↵ | John J. Camilleri | |
| flags in stack files. | |||
| 2021-04-30 | Add note about type-checking dynamic expressions in PGF2 Haddock | John J. Camilleri | |
| Closes #72 | |||
| 2021-04-30 | Remove notice about example grammars not being included anymore from build ↵ | John J. Camilleri | |
| scripts | |||
| 2021-03-08 | Remove notice about RGL not being included anymore from build scripts | John J. Camilleri | |
