| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2020-11-17 | Remove txt2tags and pandoc from Debian requirements | John J. Camilleri | |
| 2020-11-17 | Remove RGL and HTML from Debian build | John J. Camilleri | |
| 2020-11-16 | Replace _ with - | John J. Camilleri | |
| 2020-11-16 | Upload artifact directly without copying elsewhere in between | John J. Camilleri | |
| 2020-11-16 | Re-enable hack for finding C runtime on macOS | John J. Camilleri | |
| 2020-11-16 | Install alex and happy | John J. Camilleri | |
| 2020-11-16 | Build on push too | John J. Camilleri | |
| 2020-11-16 | Remove RGL from build, use 'cabal v1-' commands | John J. Camilleri | |
| 2020-11-12 | Omitted import Except(..) | Liyana | |
| 2020-11-10 | Enable tests | Ruslan Khafizov | |
| 2020-11-10 | Replaced Control.Monad.Error with Control.Monad.Except | Liyana | |
| 2020-11-10 | Removed fromValue for boolV | Liyana | |
| 2020-11-10 | Added explicit implementation for 'readJSON' in the instance declaration for ↵ | Liyana | |
| 'JSON PGF.Trie' | |||
| 2020-11-10 | Deleted redundant pattern match | Liyana | |
| 2020-11-10 | Added explicit implementation for 'fromValue' in instance declaration for ↵ | Liyana | |
| 'Predef Bool' | |||
| 2020-11-10 | Replaced Control.Monad.Error with Control.Monad.Except | Liyana | |
| 2020-11-10 | Deleted redundant pattern match | Liyana | |
| 2020-11-10 | Replaced inlinePerformIO with accursedUnutterablePerformIO | Liyana | |
| 2020-11-10 | Added readJSON error messages | Liyana | |
| 2020-11-09 | Change setup-haskell version to just v1 | John J. Camilleri | |
| 2020-11-09 | Use GHC 8.4.4 | John J. Camilleri | |
| 2020-11-09 | Fix macOS version at 10.13 | John J. Camilleri | |
| 2020-11-09 | Use newer version of setup-haskell | John J. Camilleri | |
| 2020-11-09 | Blurt out cabal version in both action and build script | John J. Camilleri | |
| 2020-11-09 | Install C runtime in two places. Use cabal v1-copy. | John J. Camilleri | |
| 2020-11-09 | Add libtool finish command from warning | John J. Camilleri | |
| 2020-11-09 | Try it another way round | John J. Camilleri | |
| 2020-11-09 | Try removing something that looks like a typo | John J. Camilleri | |
| 2020-11-09 | Try to set PREFIX env var | John J. Camilleri | |
| 2020-11-09 | Explicitly specify env vars when building GF (test) | John J. Camilleri | |
| 2020-11-09 | Change cabal version to 2.4, to match GHC 8.6.5 | John J. Camilleri | |
| 2020-11-09 | Fix whitespace in binary build script | John J. Camilleri | |
| 2020-11-09 | Comment cabal freeze and caching in case it was causing build error below | John J. Camilleri | |
| https://github.com/GrammaticalFramework/gf-core/runs/1374091798?check_suite_focus=true | |||
| 2020-11-09 | Install Haskell via setup-haskell action, install build tools for C runtime | John J. Camilleri | |
| 2020-11-09 | Try to install GHC/Cabal via Homebrew | John J. Camilleri | |
| 2020-11-09 | Add first attempt at GitHub action file for building .pkg | John J. Camilleri | |
| 2020-10-27 | Merge pull request #79 from anka-213/fix-infinite-loop | Inari Listenmaa | |
| Fix infinite recursion on error | |||
| 2020-10-26 | Fix infinite recursion on error | Andreas Källberg | |
| The implementation was meant to lift from SIO to IO, but instead it was just the identity function, which means that `fail = id . fail` and we have an infinite loop. | |||
| 2020-10-09 | Merge pull request #78 from anka-213/solve-syntax-error-bug | John J. Camilleri | |
| Fix syntax error problem for older versions of GHC | |||
| 2020-10-08 | Make CI green | Andreas Källberg | |
| See https://github.com/joerick/cibuildwheel/issues/446 | |||
| 2020-10-08 | Fix syntax error problem for older versions of GHC | Andreas Källberg | |
| 2020-10-02 | Merge pull request #77 from inariksit/tutorial-fixes | Inari Listenmaa | |
| Minor tweaks and updates to the tutorial | |||
| 2020-10-02 | Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core | krangelov | |
| 2020-10-02 | fix parsing with HOAS | krangelov | |
| 2020-10-02 | (Tutorial) Rename TV (transitive verb) to V2, the name used in RGL | Inari Listenmaa | |
| 2020-10-02 | (Tutorial) Remove reference to morpho_list + overly verbose path | Inari Listenmaa | |
| 2020-10-02 | (Tutorial) Update the pre syntax | Inari Listenmaa | |
| 2020-09-29 | (Tutorial) Remove mentions to pt -typecheck | Inari Listenmaa | |
| The GF shell no longer has `put_tree -typecheck` option, and typechecking is done automatically when parsing. The metavariable thing is a bit unclear: you don't get it when parsing "dim the light", or "switch on the fan, but you do get it when you `gt` after adding `switchOn` and `switchOff`. ``` > p "switch on the fan" CAction fan (switchOff fan) (DKindOne fan) > gt CAction light dim (DKindOne light) CAction ?3 (switchOff ?3) (DKindOne ?3) CAction ?3 (switchOn ?3) (DKindOne ?3) ``` My hypothesis is that you don't get metavariable when parsing e.g. "dim the light", because even though `light` is suppressed in `CAction`, it still appears in `DKindOne`, so it gets to contribute to the whole tree with its string. | |||
| 2020-09-29 | link to CoLi paper, mention of iOS | aarneranta | |
| 2020-09-18 | Add instructions for uploading PGF2 to Hackage | John J. Camilleri | |
