| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-06 | Add note in PGF2 documentation about risk for integer overflow. | John J. Camilleri | |
| Closes #109 | |||
| 2021-07-06 | Merge pull request #122 from 2jacobtan/master | John J. Camilleri | |
| specify version bounds in *.cabal files | |||
| 2021-07-06 | Some more cabal file cleanup. Add stack files for pgf, pgf2. | John J. Camilleri | |
| 2021-07-06 | Merge pull request #119 from GrammaticalFramework/concrete-new | Inari Listenmaa | |
| Clean up Compute.ConcreteNew and TypeCheck.RConcrete | |||
| 2021-07-06 | Merge branch 'master' into concrete-new | Inari Listenmaa | |
| 2021-07-06 | Merge pull request #121 from Meowyam/issue97 | Inari Listenmaa | |
| resolves GrammaticalFramework/gf-core/#97 | |||
| 2021-07-06 | remove redundant options | Meowyam | |
| 2021-07-06 | Merge pull request #118 from GrammaticalFramework/canonical | Inari Listenmaa | |
| Fixes to canonical compilation | |||
| 2021-07-06 | resolves GrammaticalFramework/gf-core/#97, without l | Meowyam | |
| 2021-07-06 | Hotfix for https://github.com/GrammaticalFramework/gf-core/issues/56 | Inari Listenmaa | |
| 2021-07-06 | Add --haskell=pgf2 flag | John J. Camilleri | |
| 2021-07-06 | specify version bounds in pgf.cabal and pgf2.cabal | 2jacobtan | |
| 2021-07-06 | set stack.yaml to lts-18.0 | 2jacobtan | |
| 2021-07-06 | specify version bounds in gf.cabal | 2jacobtan | |
| 2021-07-02 | Merge pull request #57 from inariksit/cc-bugfix-rgl-only | Inari Listenmaa | |
| Hotfix for #56 (cc doesn't work for many RGL languages) | |||
| 2021-07-02 | resolves GrammaticalFramework/gf-core/#97 | Meowyam | |
| 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-07-01 | Make imports in CheckGrammar a little more explicit | John J. Camilleri | |
| 2021-07-01 | Rename GF.Compile.TypeCheck.RConcrete to GF.Compile.TypeCheck.Concrete | John J. Camilleri | |
| 2021-07-01 | Rename GF.Compile.Compute.ConcreteNew to GF.Compile.Compute.Concrete | John J. Camilleri | |
| 2021-07-01 | Add run-on-grammar canonical test script | John J. Camilleri | |
| 2021-07-01 | Make cleanupRecordFields also recurse into variants | John J. Camilleri | |
| It's possible that more constructors need to be handled | |||
| 2021-07-01 | Remove record fields not in lincat | John J. Camilleri | |
| Fixes #100, #101 | |||
| 2021-07-01 | Add top-level signatures and general code cleanup | John J. Camilleri | |
| 2021-07-01 | Reduce Phrasebook grammars in testsuite/canonical to bare minimum | John J. Camilleri | |
| 2021-06-30 | Sort record fields in lin definitions | John J. Camilleri | |
| Fixes #102 | |||
| 2021-06-30 | Move testsuite/compiler/canonical on level up, update test script | John J. Camilleri | |
| 2021-06-30 | Add shell script in testsuite/compiler/canonical for replicating known issues | John J. Camilleri | |
| Ideally this is integrated into proper test suite, but that's too much overhead for now | |||
| 2021-06-30 | Superficial refactoring to testsuite module | John J. Camilleri | |
| 2021-06-30 | Make GF.Grammar.Canonical.Id a type synonym for GF.Infra.Ident.RawIdent | John J. Camilleri | |
| This avoids a lot of conversion back and forth between Strings and ByteStrings This commit was cherry-picked from d0c27cdaae78c670b098740bfb49b428d900e640 (lpgf branch) | |||
| 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 | |
