1
0
forked from GitHub/gf-core
Commit Graph

8219 Commits

Author SHA1 Message Date
Krasimir Angelov 45a8f21df8 Update LambdaCalculus.md 2021-11-04 09:38:15 +01:00
krangelov 6fcec8f864 Merge branch 'majestic' of github.com:GrammaticalFramework/gf-core into majestic 2021-11-04 08:31:43 +01:00
krangelov e806e94be9 fix typo 2021-11-04 08:31:31 +01:00
Krasimir Angelov 18083c09b1 Update LambdaCalculus.md 2021-11-03 16:33:25 +01:00
Krasimir Angelov 02e728ca1e Update LambdaCalculus.md 2021-11-03 16:32:00 +01:00
Krasimir Angelov d44ae435c7 Update LambdaCalculus.md 2021-11-03 16:31:28 +01:00
Krasimir Angelov eb3baa5c43 Update LambdaCalculus.md 2021-11-03 16:29:10 +01:00
Krasimir Angelov 208998d1f9 Update LambdaCalculus.md 2021-11-03 15:08:53 +01:00
Krasimir Angelov f96cb85341 Update LambdaCalculus.md 2021-11-03 14:57:29 +01:00
Krasimir Angelov 19c3935855 Update transactions.md 2021-11-03 14:16:28 +01:00
krangelov 547783e50e PgfDB::ref_count must be size_t 2021-11-03 11:50:21 +01:00
krangelov 43f40e701a test cases for the concrete syntax 2021-11-03 11:40:34 +01:00
krangelov 309a16d471 reference counting for concrete syntaxes 2021-11-03 10:48:20 +01:00
krangelov 2320c6b3b0 export alterConcrete too 2021-10-28 19:32:37 +02:00
krangelov 7e0fc159ce use newForeignPtrEnv instead of Foreign.Concurrent.newForeignPtr 2021-10-26 20:24:35 +02:00
krangelov 611fe95322 fix typo 2021-10-26 10:28:33 +02:00
krangelov a607799bb3 always unlock the mutex in case of failure 2021-10-26 10:22:29 +02:00
krangelov fd40c204e2 more aggressive cleanup for dead processes 2021-10-26 10:14:16 +02:00
krangelov 00ba552026 ipc_release_file_rwlock should not assume that the file exists 2021-10-26 09:35:56 +02:00
krangelov 157574763f now we use inter-process locking 2021-10-25 19:14:25 +02:00
krangelov d061403ba2 fix typo in the comment 2021-10-25 18:21:20 +02:00
krangelov 204e645616 update ipc.h 2021-10-25 15:52:32 +02:00
krangelov 186b151a90 rewrite ipc.cxx to support dynamic allocation of rwlocks 2021-10-25 15:51:06 +02:00
krangelov 2acc4be306 better error control 2021-10-25 09:30:22 +02:00
krangelov d1c25ce1c1 add INCREF in embed() 2021-10-22 09:52:36 +02:00
krangelov bfc2ab27e6 fix reference counting 2021-10-22 09:42:01 +02:00
krangelov 3f742497e4 restore the embed function 2021-10-22 09:34:19 +02:00
krangelov 19338a8de1 fix typo 2021-10-22 09:20:38 +02:00
krangelov 2889581a45 writeToFile -> writePGF for consistancy with Haskell & C 2021-10-22 09:07:26 +02:00
krangelov 777adaedfc fix the compilation 2021-10-22 09:04:28 +02:00
krangelov 1413c273cc API for adding concrete syntaxes. Garbage collection to be fixed! 2021-10-21 19:18:14 +02:00
krangelov 259ed52a77 fix the compilation of pre 2021-10-21 10:10:04 +02:00
krangelov 38d189f8ef bugfix for predefined operations 2021-10-21 08:55:22 +02:00
krangelov 64ccd82958 make record extension more compact after typechecking 2021-10-20 19:57:42 +02:00
krangelov b6047463a9 we can finally compile the English RGL 2021-10-20 19:39:02 +02:00
John J. Camilleri ad3489f0f9 Use actions/setup-node instead of nvm
Even though it should be installed, I was getting
nvm: command not found
in the CI logs.
2021-10-18 14:47:37 +02:00
John J. Camilleri 0b13d04ac4 Use Node.js 12 in CI 2021-10-18 14:42:37 +02:00
John J. Camilleri 42c1ec4448 Merge branch 'majestic' into majestic-macos 2021-10-18 14:27:30 +02:00
John J. Camilleri ac93f2dd10 Don't call msync in PgfDB::sync on macOS 2021-10-18 13:54:13 +02:00
John J. Camilleri a2d843f8ed Skip JavaScript in CI 2021-10-18 08:48:50 +02:00
John J. Camilleri 61e95bcfeb Fix compilation errors of Python bindings on macOS 2021-10-18 08:27:19 +02:00
krangelov 0e98c30973 fix space leak in PySequence_AsHypos. PyList_FromHypos->PyTuple_FromHypos 2021-10-16 21:12:16 +02:00
krangelov 0eb6e9f724 fix reference counting 2021-10-16 20:12:53 +02:00
krangelov 5e335a7df2 add unpack & __reduce_ex__ for backward compatibility 2021-10-16 19:57:47 +02:00
krangelov 768cd6ae71 Merge branch 'majestic' of github.com:GrammaticalFramework/gf-core into majestic 2021-10-16 19:50:52 +02:00
krangelov 382456415e overload pgf.Type for backward compatibility and support for dependent and simple types 2021-10-16 19:50:01 +02:00
John J. Camilleri c9b668a583 Fix compilation with macOS mmap/malloc workaround. Add Python (macOS) to CI. 2021-10-15 17:34:19 +02:00
John J. Camilleri 8cd0bb5ec1 Use malloc/realloc on macOS when fd < 0... but doesn't compile 2021-10-15 15:24:15 +02:00
John J. Camilleri a5fb51ff3d Add some notes about uninstalling runtime 2021-10-14 22:23:39 +02:00
John J. Camilleri 26069e7ffe Set LD_LIBRARY_PATH globally in all workflow jobs/steps 2021-10-14 22:09:55 +02:00