| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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-01-20 | Don't print out the error msg for pattern matching unnecessarily | Inari Listenmaa | |
| 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-08 | Fix syntax error problem for older versions of GHC | Andreas Källberg | |
| 2020-09-18 | Fix bug where shell commands were ignored, introduced by #71 | John J. Camilleri | |
| 2020-09-12 | Remove MonadFail requirements for aeson code | Andreas Källberg | |
| 2020-09-12 | Fix incorrect type and update dependencies | Andreas Källberg | |
| 2020-09-09 | Import orphan instances of MonadFail for ghc<8 | Andreas Källberg | |
| Also upgrade alex/happy so automatic install works | |||
| 2020-09-05 | Merge remote-tracking branch 'origin/master' into fix-newer-cabal | Andreas Källberg | |
| 2020-09-05 | Add two more missing MonadFail imports | Andreas Källberg | |
| 2020-09-05 | Fix wrong indent | Andreas Källberg | |
| 2020-09-05 | MonadFail: Make backwards-compatible | Andreas Källberg | |
| 2020-09-05 | Fix MonadFail for c-runtime as well | Andreas Källberg | |
| 2020-08-05 | Fix most build errors | Andreas Källberg | |
| 2020-08-05 | fix newer ghc: Don't try to be backwards compatible | Andreas Källberg | |
| 2020-08-05 | First attempt at fixing incompabilities with newer cabal | Andreas Källberg | |
| 2020-08-03 | Replace deprecated pragma with up-to-date one. (#17) | Inari Listenmaa | |
| 2020-07-31 | Remove accidentally added space character in deriving clause. | Inari Listenmaa | |
| 2020-07-31 | Remove characters that aren't allowed in Haskell data types. | Inari Listenmaa | |
| GF allows more characters in its types, as long as they are inside single quotes. E.g. 'VP/Object' is a valid name for a GF category, but not for a Haskell data type. | |||
| 2020-07-31 | Add option "data" to Haskell options. | Inari Listenmaa | |
| Imports Data.Data, all GF types derive Data, and uses DeriveDataTypeable. | |||
| 2020-07-06 | an attempt to solve record extension overloading bug, commented out for the ↵ | aarneranta | |
| moment | |||
| 2020-07-06 | fixed issue #67 on order of record fields in overloading | aarneranta | |
| 2020-06-16 | Remove duplicate --gfo flag | John J. Camilleri | |
| Fixes #51 | |||
| 2020-06-05 | Condense the unsupported token gluing as per John's suggestion | Inari Listenmaa | |
| 2020-06-04 | Don't output "\n **" if helpfulMsg is empty. | Inari Listenmaa | |
| 2020-06-04 | Add clarification to Internal error in GeneratePMCFG | Inari Listenmaa | |
| 2020-06-04 | Add clarification to Unsupported token gluing (both good and bad case) | Inari Listenmaa | |
| 2020-06-04 | Add clarification to "expected foo, inferred bar" type of error msgs | Inari Listenmaa | |
| 2020-06-04 | Add clarification to "Pattern is not linear" error msg. | Inari Listenmaa | |
| 2020-06-04 | Add suggestions to error messages that are caused by too few/many args | Inari Listenmaa | |
| 2020-05-20 | allow literals in the C shell | krangelov | |
| 2020-03-15 | restore the sequence ordering after -optimize-pgf | krangelov | |
| 2020-02-18 | another bug related to mattern matching on multiword expression | krangelov | |
| 2020-02-17 | fix: pattern matching on strings should reconstruct the tokens after matching | krangelov | |
| 2020-02-17 | fix the compilation of case insensitive grammars | krangelov | |
| 2019-11-18 | PGFService: revert unlexing change in PGFService to restore &+ behaviour | Thomas Hallgren | |
| 2019-09-20 | more dead code | krangelov | |
| 2019-09-20 | removed more dead code | krangelov | |
| 2019-09-20 | remove obsolete code | krangelov | |
| 2019-09-10 | GrammarToCanonical: bug fix: add missing case for Empty | Thomas Hallgren | |
| 2019-07-10 | Minor renamings in JSON format | John J. Camilleri | |
| 2019-07-10 | Address @heatherleaf's suggestions | John J. Camilleri | |
| 2019-07-07 | Whitespace fixes | John J. Camilleri | |
| 2019-07-07 | Finish compile to PGF JSON, including JSON schema for resulting format. | John J. Camilleri | |
| 2019-07-03 | Finish JSON conversion for abstract | John J. Camilleri | |
| 2019-07-03 | Start work on PGFtoJSON module. Add compiler flag `-f json`. | John J. Camilleri | |
| 2019-06-30 | fully supported case-insensitive parsing/lookup | krangelov | |
| 2019-05-20 | reordered error message for 'no overload'; might be even better to show ↵ | Aarne Ranta | |
| complete types | |||
| 2019-05-15 | Eliminate the dependency on time-compat | Thomas Hallgren | |
| It was only needed for compatibility with directory<1.2, but directory>=1.2 has been shipped with ghc since ghc-7.6. Note: time-compat-1.9.* (the current version) is a completely different package, that does not provide the needed function toUTCTime, which was provided in time-compat-0.1.*. | |||
| 2019-04-25 | GF.Compile.CheckGrammar: discard bad 'lincat C = …' with a warning | Thomas Hallgren | |
| e.g. if C is a fun and not a cat in the abstract syntax. Discarding bad lincats prevents GF from generating malformed PGFs that are rejected by the C run-time system. I also added code to reject bad lincats with an error, but I left it commented out since it seems a bit pedantic compared to GF's otherwise rather sloppy grammar checking. | |||
