| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-08-12 | Small fixes to gf-developers document | John J. Camilleri | |
| 2018-08-11 | (#5) rm files from nix build | odanoburu | |
| 2018-08-11 | (#5) reintroduce make install | odanoburu | |
| 2018-08-11 | (#5) specify image version | odanoburu | |
| 2018-08-11 | (#5) no need for make install | odanoburu | |
| 2018-08-11 | (#5) add travis CI with docker | odanoburu | |
| dependencies are preinstalled in docker image for faster build, but this means we need to update it whenever dependencies change | |||
| 2018-08-08 | Remove Travis build status from homepage | John J. Camilleri | |
| 2018-08-08 | Add news item to homepage about repo split | John J. Camilleri | |
| 2018-08-06 | Merge pull request #3 from MUSTE-Project/master | Thomas H | |
| A version of `readPGF` where the user can handle reading files | |||
| 2018-08-06 | A version of `readPGF` where the user handles the IO. | Frederik Hanghøj Iversen | |
| 2018-07-31 | gf.cabal: expose GF.Text.Lexing, needed by gf-server.cabal | Thomas Hallgren | |
| 2018-07-31 | gf-server.cabal: relax network version bounds and make building the library ↵ | Thomas Hallgren | |
| and pgf-service executable optional This allows you to build the content-service without installing the problematic fastcgi library. | |||
| 2018-07-26 | Update README | John J. Camilleri | |
| 2018-07-26 | Minimal update with new repo URLs & build instructions | John J. Camilleri | |
| 2018-07-26 | Fixes for buildWeb | John J. Camilleri | |
| 2018-07-25 | [GF Split] Post-split updates | John J. Camilleri | |
| 2018-07-22 | Merge pull request #8 from legalese/GF_LIB_PATH | John J. Camilleri | |
| GF_LIB_PATH can now be path1:path2:path3, not just 1path | |||
| 2018-07-22 | explain that GF_LIB_PATH can now be a colon-separated list | Meng Weng Wong | |
| 2018-07-22 | GF_LIB_PATH can now be path1:path2:path3, not just path1 | meng wong | |
| Traditionally, GF_LIB_PATH points to something like `.../share/ghc-8.0.2-x86_64/gf-3.9/lib` and if you want prelude and alltenses and present, you add a `--# -path=.:present` compiler pragma to the top of your .gf file But if you are developing some kind of application grammar library or contrib of your own, you might find yourself repeating your library path at the top of all your .gf files. After painstakingly maintaining the same library path at the top of all your .gf files, you might say, let's factor this out into GF_LIB_PATH. Then you might then find to your surprise that GF_LIB_PATH doesn't accept the usual colon:separated:path notation familiar from, say, unix PATH and MANPATH. This patch allows you to define `GF_LIB_PATH=gf-3.9.lib:$HOME/gf-contrib/whatever/lib` in a more natural way. If you are an RGL hacker and have your own version of the RGL tree sitting somewhere, you should be able to have both paths in the GF_LIB_PATH, for added convenience. This minor convenience will probably lead to obscure bugs and great frustration when you find that your changes are mysteriously not being picked up by GF; so keep this in mind and use it cautiously. This caution should probably sit in the documentation somewhere. A subsequent commit will do that. If you use zsh, you can do this to quickly build up a big GF_LIB_PATH: % gf_lib_path=( $HOME/src/GF/lib/src/{api,abstract,common,english,api/libraryBrowser,prelude,..} ) % typeset -xT GF_LIB_PATH gf_lib_path | |||
| 2018-07-19 | WebSetup: fail silently when example grammars don't build | John J. Camilleri | |
| Also used installed RGL not built | |||
| 2018-07-17 | Merge pull request #46 from odanoburu/construct | John J. Camilleri | |
| (Eng) use Extend instead of Extra in Construction | |||
| 2018-07-05 | More cleanup in Setup and WebSetup | John J. Camilleri | |
| 2018-07-05 | Relax dependency on `directory` package for Setup | John J. Camilleri | |
| Since `listDirectory` is no longer used (852a49920) | |||
| 2018-07-05 | revert to a version compatible with Cabal 1.22 | Krasimir Angelov | |
| 2018-07-05 | Merge branch 'master' of https://github.com/GrammaticalFramework/GF | Krasimir Angelov | |
| 2018-07-05 | Cleanup in Setup.hs; include `custom-setup:setup-depends` in cabal file. | John J. Camilleri | |
| 2018-07-05 | Clean up imports in Setup.hs | John J. Camilleri | |
| Really just for my own understanding | |||
| 2018-07-05 | Merge branch 'master' of https://github.com/GrammaticalFramework/GF | Krasimir Angelov | |
| 2018-07-04 | Fix `make sdist` to use `git archive` instead of `darcs dist` | John J. Camilleri | |
| 2018-07-04 | Remove more remnants from the darcs days | John J. Camilleri | |
| 2018-07-04 | Replace Distribution.Simple.Utils.noticeNoWrap with putStr | John J. Camilleri | |
| Effect is the same and I don't want to upset the package dependencies | |||
| 2018-07-04 | Remove code which tries to get version information from darcs folder | John J. Camilleri | |
| 2018-07-04 | Merge branch 'master' of https://github.com/GrammaticalFramework/GF | Krasimir Angelov | |
| Conflicts: examples/phrasebook/SentencesBul.gf examples/phrasebook/WordsBul.gf | |||
| 2018-07-04 | a majour refactoring to support clitic pronouns | Krasimir Angelov | |
| 2018-07-04 | Remove examples directory; these now live in gf-contrib | John J. Camilleri | |
| All changes have been reflected in the gf-contrib repository: https://github.com/GrammaticalFramework/gf-contrib Now, for WebSetup to build the example grammars, one must have gf-contrib cloned in the same top-level directory as GF. When this isn't the case, WebSetup displays a notice without failing. | |||
| 2018-06-27 | Merge branch 'master' of https://github.com/GrammaticalFramework/GF | Krasimir Angelov | |
| 2018-06-27 | GF.Server: add 'import Control.Applicative' for compatibilit with GHC<7.10 | Thomas Hallgren | |
| One could also add stricter version constraints in gf.cabal, e.g. base>=4.8 (implies GHC>=7.10) if we want to only support building with GHC>=7.10. | |||
| 2018-06-27 | Merge branch 'master' of https://github.com/GrammaticalFramework/GF | Krasimir Angelov | |
| 2018-06-27 | undo the partial fix for word completion since it breaks normal parsing | Krasimir Angelov | |
| 2018-06-23 | Merge branch 'master' of https://github.com/GrammaticalFramework/GF | Krasimir Angelov | |
| 2018-06-21 | Merge pull request #64 from odanoburu/por | Inari Listenmaa | |
| (Por) add more preposition cases and CountNP | |||
| 2018-06-20 | a simple fix for the linearizer | Krasimir Angelov | |
| 2018-06-20 | Revert "when linearizing missing functions with brackets, the name of the ↵ | Krasimir Angelov | |
| function should still be reported" This reverts commit 18204bdd25bd460904ac475f3ea340daa96589df. | |||
| 2018-06-20 | Revert "forgot to switch off the debugger" | Krasimir Angelov | |
| This reverts commit 5919dfa3366dfd2f2af8c3ce7749d066a2033f0d. | |||
| 2018-06-20 | Merge remote-tracking branch 'upstream/master' into por | odanoburu | |
| 2018-06-20 | forgot to switch off the debugger | Krasimir Angelov | |
| 2018-06-20 | when linearizing missing functions with brackets, the name of the function ↵ | Krasimir Angelov | |
| should still be reported | |||
| 2018-06-20 | added bracketedLinearizeAll | Krasimir Angelov | |
| 2018-06-20 | Merge branch 'master' of https://github.com/GrammaticalFramework/GF | Krasimir Angelov | |
| 2018-06-20 | bracketedLinearize in Haskell now emits the BIND constructor like in Java | Krasimir Angelov | |
