| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-07-25 | Merge pull request #129 from anka-213/automate-release | Inari Listenmaa | |
| Automatically upload release assets after building for release | |||
| 2021-07-25 | Rename packages based on git tag | Andreas Källberg | |
| 2021-07-25 | Upload release assets automatically as well | Andreas Källberg | |
| 2021-07-25 | Update debian changelog for GF 3.11 | Inari Listenmaa | |
| 2021-07-25 | Merge pull request #116 from anka-213/fix-binary-package-build | Inari Listenmaa | |
| Update scripts to use `cabal v1-...` so they work on newer cabal | |||
| 2021-07-25 | Only run the script once per release | Andreas Källberg | |
| 2021-07-25 | Update release script to build for two ubuntu versions | Andreas Källberg | |
| 2021-07-25 | Build ubuntu packages on ubuntu-latest | Andreas Källberg | |
| Fixes #74 | |||
| 2021-07-25 | Make Makefile compatible with stack and old/new cabal (with v1- prefix when ↵ | John J. Camilleri | |
| necessary) | |||
| 2021-07-25 | Update to newest haskell github action | Andreas Källberg | |
| Also fix so the stack builds use the correct ghc versions | |||
| 2021-07-25 | Update scripts to use `cabal v1-...` so they work on newer cabal | Andreas Källberg | |
| Fixes build failures like https://github.com/GrammaticalFramework/gf-core/runs/2949099280?check_suite_focus=true | |||
| 2021-07-23 | IRC link pre-fills channel. Link to logs gives newest first. | John J. Camilleri | |
| 2021-07-23 | Merge pull request #128 from GrammaticalFramework/windows-binary | John J. Camilleri | |
| Fixes to building Windows binary | |||
| 2021-07-23 | Change Python 3.8 to 3.9 | John J. Camilleri | |
| 2021-07-22 | Update path in main workflow for binaries | John J. Camilleri | |
| 2021-07-22 | Try without rewriting envvar | John J. Camilleri | |
| 2021-07-22 | Update path | John J. Camilleri | |
| 2021-07-22 | Try another path | John J. Camilleri | |
| 2021-07-22 | Narrow search, print env var | John J. Camilleri | |
| 2021-07-22 | Find Java stuff | John J. Camilleri | |
| 2021-07-22 | Add separate Windows binary CI action for easier testing | John J. Camilleri | |
| 2021-07-22 | #gf IRC channel has moved to Libera | Inari Listenmaa | |
| 2021-07-20 | Merge pull request #87 from anka-213/make-it-fast | Inari Listenmaa | |
| Remove the `Either Int` from value2term | |||
| 2021-07-15 | Merge pull request #126 from inariksit/developers-documentation | Inari Listenmaa | |
| Update developers' documentation | |||
| 2021-07-15 | General restructuring, various minor changes | Inari Listenmaa | |
| 2021-07-15 | Update C runtime instructions | Inari Listenmaa | |
| 2021-07-15 | Remove instructions to create binaries | Inari Listenmaa | |
| Those are in github actions | |||
| 2021-07-15 | Update C runtime install instructions | Inari Listenmaa | |
| 2021-07-15 | Split the Cabal instructions to another page | Inari Listenmaa | |
| and link from main instructions | |||
| 2021-07-14 | install and upgrade stack | 1Regina | |
| 2021-07-14 | updated docs to reflect binaries generated via github actions | Meowyam | |
| fix merge conflicts resolve merge conflict | |||
| 2021-07-14 | add missing install.sh file for c runtime | Meowyam | |
| 2021-07-14 | Changes in Git instructions | Inari Listenmaa | |
| 2021-07-14 | updated doc with instructions for C runtime for ubuntu and fedora | Inari Listenmaa | |
| 2021-07-14 | Changes in Git instructions | Inari Listenmaa | |
| 2021-07-14 | update doc for linux installation | Meowyam | |
| 2021-07-14 | Update information about test suite | Inari Listenmaa | |
| Co-Authored-By: 1Regina <46968488+1Regina@users.noreply.github.com> | |||
| 2021-07-14 | Update instructions about C runtime | Inari Listenmaa | |
| 2021-07-12 | Clean up redundant case expressions | Andreas Källberg | |
| 2021-07-12 | Github actions: Fix build for stack | Andreas Källberg | |
| 2021-07-12 | Remove last traces of the Either in value2term | Andreas Källberg | |
| 2021-07-12 | Remove the `Either Int` from value2term | Andreas Källberg | |
| This prevents HUGE space leak and makes compiling a PGF a LOT faster For example, an application grammar moved from taking over 50GB of ram and taking 5 minutes (most of which is spent on garbage colelction) to taking 1.2 seconds and using 42mb of memory The price we pay is that the "variable #n is out of scope" error is now lazy and will happen when we try to evaluate the term instead of happening when the function returns and allowing the caller to chose how to handle the error. I don't think this should matter in practice, since it's very rare; at least Inari has never encountered it. | |||
| 2021-07-08 | Fix bug introduced in cdbe73eb475cf44e1a45b2abacb12756e394016a | John J. Camilleri | |
| Apparently I don't understand how pattern-matching works in Haskell | |||
| 2021-07-08 | Remove two missing-methods warnings | John J. Camilleri | |
| 2021-07-08 | Merge pull request #124 from GrammaticalFramework/cabal-cleanup | John J. Camilleri | |
| More cabal file cleanup | |||
| 2021-07-07 | More cabal file cleanup. Remove some more tabs from Haskell source. | John J. Camilleri | |
| 2021-07-07 | Replace tabs for whitespace in source code | John J. Camilleri | |
| 2021-07-07 | Make whitespace uniform in Cabal files, add a few more dependency bounds | John J. Camilleri | |
| 2021-07-06 | Update 3.11 release notes | John J. Camilleri | |
| 2021-07-06 | Add import from command line invocation to command history | John J. Camilleri | |
| Closes #64 | |||
