summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-06Add note in PGF2 documentation about risk for integer overflow.John J. Camilleri
2021-07-06Merge pull request #122 from 2jacobtan/masterJohn J. Camilleri
2021-07-06Some more cabal file cleanup. Add stack files for pgf, pgf2.John J. Camilleri
2021-07-06Merge pull request #119 from GrammaticalFramework/concrete-newInari Listenmaa
2021-07-06Merge branch 'master' into concrete-newInari Listenmaa
2021-07-06Merge pull request #121 from Meowyam/issue97Inari Listenmaa
2021-07-06remove redundant optionsMeowyam
2021-07-06Merge pull request #118 from GrammaticalFramework/canonicalInari Listenmaa
2021-07-06resolves GrammaticalFramework/gf-core/#97, without lMeowyam
2021-07-06Hotfix for https://github.com/GrammaticalFramework/gf-core/issues/56Inari Listenmaa
2021-07-06Add --haskell=pgf2 flagJohn J. Camilleri
2021-07-06specify version bounds in pgf.cabal and pgf2.cabal2jacobtan
2021-07-06set stack.yaml to lts-18.02jacobtan
2021-07-06specify version bounds in gf.cabal2jacobtan
2021-07-02Merge pull request #57 from inariksit/cc-bugfix-rgl-onlyInari Listenmaa
2021-07-02resolves GrammaticalFramework/gf-core/#97Meowyam
2021-07-02Merge pull request #120 from GrammaticalFramework/haskell-exportJohn J. Camilleri
2021-07-01Add --haskell=pgf2 flagJohn J. Camilleri
2021-07-01Make imports in CheckGrammar a little more explicitJohn J. Camilleri
2021-07-01Rename GF.Compile.TypeCheck.RConcrete to GF.Compile.TypeCheck.ConcreteJohn J. Camilleri
2021-07-01Rename GF.Compile.Compute.ConcreteNew to GF.Compile.Compute.ConcreteJohn J. Camilleri
2021-07-01Add run-on-grammar canonical test scriptJohn J. Camilleri
2021-07-01Make cleanupRecordFields also recurse into variantsJohn J. Camilleri
2021-07-01Remove record fields not in lincatJohn J. Camilleri
2021-07-01Add top-level signatures and general code cleanupJohn J. Camilleri
2021-07-01Reduce Phrasebook grammars in testsuite/canonical to bare minimumJohn J. Camilleri
2021-06-30Sort record fields in lin definitionsJohn J. Camilleri
2021-06-30Move testsuite/compiler/canonical on level up, update test scriptJohn J. Camilleri
2021-06-30Add shell script in testsuite/compiler/canonical for replicating known issuesJohn J. Camilleri
2021-06-30Superficial refactoring to testsuite moduleJohn J. Camilleri
2021-06-30Make GF.Grammar.Canonical.Id a type synonym for GF.Infra.Ident.RawIdentJohn J. Camilleri
2021-06-29Merge pull request #84 from ffrixslee/issue-46Inari Listenmaa
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
2021-06-23Update RELEASE.mdJohn J. Camilleri
2021-06-22Merge pull request #106 from GrammaticalFramework/stack-yaml-symlinkJohn J. Camilleri
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
2021-06-17Disable cabal testsAndreas Källberg
2021-06-17Remove gf-lib-path from testsuiteAndreas Källberg
2021-06-17Enable tests in github actionsAndreas Källberg
2021-06-17Testsuite: Add support for expected failuresAndreas Källberg
2021-06-16Fix "canonicalizePath: does not exist" issue on ghc-7.10Andreas Källberg
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
2021-06-16Add command `ai f` to trigger error msgInari Listenmaa
2021-06-16Remove CStr [] which causes error, update goldInari Listenmaa