summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-07-02Merge pull request #120 from GrammaticalFramework/haskell-exportJohn J. Camilleri
Add --haskell=pgf2 flag
2021-07-01Add --haskell=pgf2 flagJohn J. Camilleri
2021-06-30Superficial refactoring to testsuite moduleJohn J. Camilleri
2021-06-29Merge pull request #84 from ffrixslee/issue-46Inari Listenmaa
Issue 46 (various deprecations during compilation of GF)
2021-06-24Add another =John J. Camilleri
2021-06-24Update pgf.cabal, and minors to other cabal filesJohn J. Camilleri
2021-06-23Update README.mdJohn J. Camilleri
Add `stack install` as alternative to `cabal install`
2021-06-23Update RELEASE.mdJohn J. Camilleri
Add link to gf maintainers on Hackage.
2021-06-22Merge pull request #106 from GrammaticalFramework/stack-yaml-symlinkJohn J. Camilleri
In the end, just some minor additions to Stack files. See discussion for more.
2021-06-22Make stack.yaml a regular file againJohn J. Camilleri
2021-06-22Merge branch 'master' into stack-yaml-symlinkJohn J. Camilleri
2021-06-18Merge pull request #114 from 1Regina/fix-testsInari Listenmaa
Fix tests
2021-06-17Disable cabal testsAndreas Källberg
The test suite isn't currently able to find the gf executable on cabal
2021-06-17Remove gf-lib-path from testsuiteAndreas Källberg
Since it no longer depends on RGL and it caused issues in the testsuite
2021-06-17Enable tests in github actionsAndreas Källberg
2021-06-17Testsuite: Add support for expected failuresAndreas Källberg
And mark the currently failing tests as expected failures
2021-06-16Fix "canonicalizePath: does not exist" issue on ghc-7.10Andreas 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-16Fix build for ghc-7.10.3Andreas Källberg
2021-06-16Fix build of test suite on ghc-8.2.2Andreas Källberg
2021-06-16Don't print stack traces in Command.hsAndreas Källberg
They don't provide useful info anyways and they are needlessly verbose.
2021-06-16Add command `ai f` to trigger error msgInari Listenmaa
2021-06-16Remove CStr [] which causes error, update goldInari Listenmaa
2021-06-11Add output files for test suite in gitignoreInari Listenmaa
2021-06-11Remove CallStack outputs from gold filesInari Listenmaa
Rather, we should not output these, or output them in a nicer way.
2021-06-11changed build wheels repo link from master to mainTristan Koh
2021-06-11Update gf.cabalJacob Tan En
`cabal install` needs this
2021-06-11Update index-3.11.mdJacob 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-11Rectified gold files1Regina
2021-06-11Add RGL dependencies - Prelude and Predef1Regina
2021-06-11remove testsuite/libraries1Regina
2021-06-10Merge pull request #113 from TristanKoh/masterInari Listenmaa
Changed build wheels repo link from master to main
2021-06-10changed build wheels repo link from master to mainTristan Koh
2021-06-10Merge pull request #111 from 2jacobtan/patch-2Inari Listenmaa
Update gf.cabal
2021-06-10Merge pull request #110 from 2jacobtan/patch-1Inari Listenmaa
Update index-3.11.md
2021-06-09Update gf.cabalJacob Tan En
`cabal install` needs this
2021-06-09Update index-3.11.mdJacob 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-09Merge branch 'enable-tests' of https://github.com/kharus/gf-core into fix-tests1Regina
to continue working from ruslan tests
2021-05-27allow parameter cat in the Web API for parsingkrangelov
2021-05-05added newskrangelov
2021-05-03Merge pull request #107 from GrammaticalFramework/pgf2-completeJohn J. Camilleri
Add complete function to PGF2
2021-05-03Manage to get completion working in PGF2John J. Camilleri
2021-05-03Improvement to test script, distinguishes when input ends with whitespaceJohn J. Camilleri
2021-05-03Add proper error handling in completeJohn J. Camilleri
2021-05-03Second attempt. Reading enum is closer to working but all strings are empty.John J. Camilleri
2021-05-03First attempt at adding support for complete in PGF2 (gives segmentation faults)John J. Camilleri
2021-05-03Comment out c-runtime flag by defaultJohn J. Camilleri
2021-05-03Make stack.yaml an actual symlink to stack-ghc8.6.5.yaml. Add some commented ↵John J. Camilleri
flags in stack files.
2021-04-30Add note about type-checking dynamic expressions in PGF2 HaddockJohn J. Camilleri
Closes #72
2021-04-30Remove notice about example grammars not being included anymore from build ↵John J. Camilleri
scripts
2021-03-08Remove notice about RGL not being included anymore from build scriptsJohn J. Camilleri