krangelov
37c63a0c22
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
2020-11-17 10:27:07 +01:00
krangelov
d4ccd2848c
Take a step back and do bottom up prediction only when needed. This solves the problem that some sentences were impossible to parse.
2020-11-17 10:26:00 +01:00
John J. Camilleri
6862098d8b
Add preliminary RELEASE.md
2020-11-17 01:07:05 +01:00
John J. Camilleri
40e5f90d56
Add stubs in download/ for 3.11. Make dowload/index.html redirect to current version.
2020-11-17 01:05:32 +01:00
John J. Camilleri
3df552eb5d
Remove 'download/gfc'
2020-11-17 00:48:31 +01:00
John J. Camilleri
dbb0bcc5dd
Minors in comments
2020-11-17 00:44:05 +01:00
John J. Camilleri
38facbc064
Copy package from parent dir first because upload-artifact doesn't allow ..
2020-11-17 00:16:01 +01:00
John J. Camilleri
8cc901f334
Remove txt2tags and pandoc from Debian requirements
2020-11-17 00:04:57 +01:00
John J. Camilleri
8550f8deaf
Remove RGL and HTML from Debian build
2020-11-17 00:01:05 +01:00
John J. Camilleri
5a6acf1d47
Replace _ with -
2020-11-16 23:50:02 +01:00
John J. Camilleri
a7ff2d0611
Upload artifact directly without copying elsewhere in between
2020-11-16 23:41:01 +01:00
John J. Camilleri
30bcafb76f
Re-enable hack for finding C runtime on macOS
2020-11-16 23:18:40 +01:00
John J. Camilleri
ce9caa2726
Install alex and happy
2020-11-16 22:54:19 +01:00
John J. Camilleri
b4ccca8c18
Build on push too
2020-11-16 22:46:04 +01:00
John J. Camilleri
2dc11524fc
Remove RGL from build, use 'cabal v1-' commands
2020-11-16 22:42:13 +01:00
Liyana
76bec6d71e
Omitted import Except(..)
2020-11-12 09:48:15 +08:00
Ruslan Khafizov
1740181daf
Enable tests
2020-11-10 19:15:57 +08:00
Liyana
2dc179239f
Replaced Control.Monad.Error with Control.Monad.Except
2020-11-10 17:32:43 +08:00
Liyana
9b02385e3e
Removed fromValue for boolV
2020-11-10 17:26:56 +08:00
Liyana
54e5fb6645
Added explicit implementation for 'readJSON' in the instance declaration for 'JSON PGF.Trie'
2020-11-10 17:19:18 +08:00
Liyana
8ca4baf470
Deleted redundant pattern match
2020-11-10 17:15:20 +08:00
Liyana
1f7584bf98
Added explicit implementation for 'fromValue' in instance declaration for 'Predef Bool'
2020-11-10 17:14:31 +08:00
Liyana
4364b1d9fb
Replaced Control.Monad.Error with Control.Monad.Except
2020-11-10 17:11:41 +08:00
Liyana
33aad1b8de
Deleted redundant pattern match
2020-11-10 17:06:35 +08:00
Liyana
dc6dd988bc
Replaced inlinePerformIO with accursedUnutterablePerformIO
2020-11-10 17:01:47 +08:00
Liyana
ac81b418d6
Added readJSON error messages
2020-11-10 16:57:33 +08:00
John J. Camilleri
feed61dd30
Change setup-haskell version to just v1
2020-11-09 22:43:06 +01:00
John J. Camilleri
1c7c52da68
Use GHC 8.4.4
2020-11-09 22:11:29 +01:00
John J. Camilleri
71b10672e8
Fix macOS version at 10.13
2020-11-09 22:09:57 +01:00
John J. Camilleri
687f56178e
Use newer version of setup-haskell
2020-11-09 22:05:50 +01:00
John J. Camilleri
359f1509fa
Blurt out cabal version in both action and build script
2020-11-09 21:59:05 +01:00
John J. Camilleri
b1b3bc3360
Install C runtime in two places. Use cabal v1-copy.
2020-11-09 21:40:55 +01:00
John J. Camilleri
9018eabb10
Add libtool finish command from warning
2020-11-09 21:35:17 +01:00
John J. Camilleri
ed97a42fde
Try it another way round
2020-11-09 21:23:52 +01:00
John J. Camilleri
f6eb94c33b
Try removing something that looks like a typo
2020-11-09 21:12:23 +01:00
John J. Camilleri
6e2f34f4d0
Try to set PREFIX env var
2020-11-09 17:52:41 +01:00
John J. Camilleri
13ec9ca888
Explicitly specify env vars when building GF (test)
2020-11-09 17:43:15 +01:00
John J. Camilleri
24619bc3ee
Change cabal version to 2.4, to match GHC 8.6.5
2020-11-09 17:15:13 +01:00
John J. Camilleri
399974ebfb
Fix whitespace in binary build script
2020-11-09 13:55:53 +01:00
John J. Camilleri
6836360e0c
Comment cabal freeze and caching in case it was causing build error below
...
https://github.com/GrammaticalFramework/gf-core/runs/1374091798?check_suite_focus=true
2020-11-09 13:55:26 +01:00
John J. Camilleri
3844277a66
Install Haskell via setup-haskell action, install build tools for C runtime
2020-11-09 13:35:03 +01:00
John J. Camilleri
86729b3efc
Try to install GHC/Cabal via Homebrew
2020-11-09 13:18:57 +01:00
John J. Camilleri
beb7599d33
Add first attempt at GitHub action file for building .pkg
2020-11-09 13:15:35 +01:00
Inari Listenmaa
7dc6717b5e
Merge pull request #79 from anka-213/fix-infinite-loop
...
Fix infinite recursion on error
2020-10-27 11:23:49 +01:00
Andreas Källberg
1ff66006b8
Fix infinite recursion on error
...
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-26 17:21:22 +01:00
John J. Camilleri
db5ee0b66a
Merge pull request #78 from anka-213/solve-syntax-error-bug
...
Fix syntax error problem for older versions of GHC
2020-10-09 11:56:21 +02:00
Andreas Källberg
7b4eeb368c
Make CI green
...
See https://github.com/joerick/cibuildwheel/issues/446
2020-10-08 21:50:12 +02:00
Andreas Källberg
f2e4b89a22
Fix syntax error problem for older versions of GHC
2020-10-08 17:41:44 +02:00
Inari Listenmaa
670a58e7e7
Merge pull request #77 from inariksit/tutorial-fixes
...
Minor tweaks and updates to the tutorial
2020-10-02 20:32:21 +02:00
krangelov
f3a8658cc1
Merge branch 'master' of https://github.com/GrammaticalFramework/gf-core
2020-10-02 19:55:24 +02:00