| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-08-02 | use openFd from unix >= 2.8 | Inari Listenmaa | |
| 2025-08-02 | define return in terms of pure, >> as *>, mappend as <> | Inari Listenmaa | |
| In preparation for deprecation, see https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/semigroup-monoid and https://gitlab.haskell.org/ghc/ghc/-/wikis/proposal/monad-of-no-return | |||
| 2025-08-02 | add whitespace on list comprehensions, applications etc. | Inari Listenmaa | |
| text editor interprets these things as errors (e.g. unterminated qq for list comprehension) and underlines red, even though there is no real error. | |||
| 2025-02-20 | Specify that extending a grammar doesn't inherit the startcat | Inari Listenmaa | |
| 2025-01-18 | Instruction to downgrade LLVM for macOS Sequoia | Inari Listenmaa | |
| 2025-01-18 | add GFSS2025 + remove IRC channel | Inari Listenmaa | |
| 2025-01-07 | random generation of literals now has ten different values for each built in ↵ | aarneranta | |
| type; maybe a better solution for most cases than just one value | |||
| 2024-11-26 | Update robots.txt | Krasimir Angelov | |
| 2024-11-01 | Merge pull request #169 from ↵ | Inari Listenmaa | |
| GrammaticalFramework/dependabot/github_actions/dot-github/workflows/actions/download-artifact-4.1.7 Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows | |||
| 2024-10-23 | Use different artifact names as is required by upload-artifact@v4 | Andreas Källberg | |
| 2024-10-23 | add sudo to make install to fix CI failure | Andreas Källberg | |
| 2024-10-23 | add glibtoolize dependency for mac CI | Andreas Källberg | |
| 2024-10-23 | Bump more action versions | Andreas Källberg | |
| 2024-10-23 | fix typo | Andreas Källberg | |
| 2024-10-23 | Update setup-python github action | Andreas Källberg | |
| Let's see if this fixes CI | |||
| 2024-09-03 | Bump actions/download-artifact from 2 to 4.1.7 in /.github/workflows | dependabot[bot] | |
| Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 4.1.7. - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](https://github.com/actions/download-artifact/compare/v2...v4.1.7) --- updated-dependencies: - dependency-name: actions/download-artifact dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> | |||
| 2024-04-29 | be consistent in the use of quotes | Inari Listenmaa | |
| 2024-04-29 | Clarify description for vt | Inari Listenmaa | |
| 2024-03-15 | Apply gt to all arguments when piped | Inari Listenmaa | |
| 2024-03-01 | showExpr and linearize now refresh the printed variables if needed | aarneranta | |
| 2023-12-14 | visualize_dependencies (vd) now creates latex in landscape mode to show long ↵ | Aarne Ranta | |
| trees better | |||
| 2023-11-17 | Merge pull request #166 from GrammaticalFramework/fix-python-ci | Inari Listenmaa | |
| Fix CI for "Build & Publish Python Package": use python 3.10 instead of latest | |||
| 2023-11-17 | use older python version to keep distutils | Inari Listenmaa | |
| 2023-11-17 | Merge pull request #164 from BeFunctional/tp_pgf_support_ghc_94 | Inari Listenmaa | |
| Support GHC 9.4 for the PGF library | |||
| 2023-11-15 | support ghc9.4 | o1lo01ol1o | |
| 2023-09-25 | Merge pull request #161 from anka-213/indent-errors | Inari Listenmaa | |
| Indent each line of error messages | |||
| 2023-09-25 | gh-actions: Bump the python version | Andreas Källberg | |
| cibuildwheel requires python >= 3.8 | |||
| 2023-09-25 | gh-actions: Don't use ubuntu-18 and macos-10.15 | Andreas Källberg | |
| There are no longer any gihub actions runners available for these Note that this means we can't build for ubuntu-18 anymore, but that should hopefully no longer be relevant, since it's over 5 years old now. | |||
| 2023-09-25 | Don't build twice for tests in CI | Andreas Källberg | |
| 2023-09-25 | Update test to match new error | Andreas Källberg | |
| 2023-09-25 | Indent each line of an error message | Andreas Källberg | |
| By indenting each line instead of just the first, we simplify the work of the gf-lsp parser, so we can see which errors are the same | |||
| 2023-09-13 | Merge pull request #160 from anka-213/prettier-syntax-errors | Inari Listenmaa | |
| Improve syntax error messages | |||
| 2023-09-11 | Fix typo | Andreas Källberg | |
| 2023-09-11 | Fix ghc-7.10.3 build in gh-actions | Andreas Källberg | |
| ghc-7.10.3 is not supported in the latest builder, so we need an older version of ubuntu for it to work | |||
| 2023-09-11 | Bump version of haskell github action | Andreas Källberg | |
| The old one was failing | |||
| 2023-09-11 | Improve syntax error messages | Andreas Källberg | |
| Now you will get error messages like these: example.gf:1:21: Syntax error: Unexpected token '}'. Expected one of: - '{' - 'open' - an identifier | |||
| 2023-09-07 | Update jit.c | Krasimir Angelov | |
| 2023-08-11 | the jitter should still read the absfuns even for EMSCRIPTEN and aarch64 | Krasimir Angelov | |
| 2023-08-09 | One more place with __aarch64__ | Krasimir Angelov | |
| 2023-08-09 | Try with __aarch64__ | Krasimir Angelov | |
| 2023-08-08 | lightning.h not included on aarch64 | Krasimir Angelov | |
| 2023-08-04 | Disable the jit on aarch64 | Krasimir Angelov | |
| 2023-08-04 | Create funcs.h | Krasimir Angelov | |
| 2023-08-04 | Create Create aarch64/fp.h | Krasimir Angelov | |
| 2023-08-04 | Create aarch64/core.h | Krasimir Angelov | |
| 2023-08-04 | Create aarch64/asm.h | Krasimir Angelov | |
| 2023-08-04 | added aarch64 configure.ac | Krasimir Angelov | |
| 2023-03-03 | Update instructions for Geany | Inari Listenmaa | |
| 2023-03-01 | export BindType(..) | Krasimir Angelov | |
| 2023-02-10 | update to System.Environment (getArgs) | Inari Listenmaa | |
