Commit Graph

507 Commits

Author SHA1 Message Date
Tony Garnock-Jones 33c8f70ab6 Flesh out WebSocket support 2018-11-04 23:00:32 +00:00
Tony Garnock-Jones 0fe8f1bcd7 Publish
- @syndicate-lang/core@0.0.8
 - @syndicate-lang/driver-browser-ui@0.0.3
 - @syndicate-lang/driver-http-node@0.0.1
 - @syndicate-lang/driver-timer@0.0.6
 - @syndicate-lang/syntax-playground@0.0.7
 - @syndicate-lang/syntax@0.0.11
2018-11-04 20:05:49 +00:00
Tony Garnock-Jones 960e08de06 Package build scripts 2018-11-04 20:04:19 +00:00
Tony Garnock-Jones c37fc55d53 Update TODO 2018-11-04 20:01:53 +00:00
Tony Garnock-Jones e0a6ae670b Web server driver, plus beginnings of WebSocket support 2018-11-04 20:01:40 +00:00
Tony Garnock-Jones a1d57e61f1 Syntax support for initial assertions on spawn 2018-11-04 19:54:10 +00:00
Tony Garnock-Jones 2688c09639 Be stricter about permissible assertions; repair error in Structure instantiation which led to raw arrays sneaking in 2018-11-04 19:52:53 +00:00
Tony Garnock-Jones 0552de7987 Fix forgotten change from the addition of Dataspace.container 2018-11-04 19:51:32 +00:00
Tony Garnock-Jones 2cbbfd3394 Make `continuation` argument to `Facet.stop` optional 2018-11-04 19:40:39 +00:00
Tony Garnock-Jones 8a0dfb12c6 Avoid use of Symbols in during...spawn Instance protocol 2018-11-04 19:38:46 +00:00
Tony Garnock-Jones 4f8a1622ea Seal: support function-style ctor use; "render" to JSON 2018-11-04 19:30:54 +00:00
Tony Garnock-Jones aad64bf33c Support clamping in MutableBag's change method 2018-11-04 19:30:23 +00:00
Tony Garnock-Jones 2133512ef2 Publish
- @syndicate-lang/driver-browser-ui@0.0.2
 - @syndicate-lang/driver-timer@0.0.5
 - @syndicate-lang/syntax-playground@0.0.6
2018-11-03 22:33:24 +00:00
Tony Garnock-Jones 28c5cfd465 Repair missing gpl-3.0.txt files 2018-11-03 22:33:00 +00:00
Tony Garnock-Jones 8d62b0d9df Publish
- @syndicate-lang/core@0.0.7
 - @syndicate-lang/driver-browser-ui@0.0.1
 - @syndicate-lang/driver-timer@0.0.4
 - @syndicate-lang/syntax-playground@0.0.5
 - @syndicate-lang/syntax@0.0.10
2018-11-03 22:31:33 +00:00
Tony Garnock-Jones 0d08394099 Ignore package-lock.json for now. 2018-11-03 22:31:00 +00:00
Tony Garnock-Jones 5819b41486 @syndicate-lang/driver-browser-ui 2018-11-03 22:30:48 +00:00
Tony Garnock-Jones 4a6d3a110a Propagate actor name in a during...spawn 2018-11-03 22:29:06 +00:00
Tony Garnock-Jones 1dbfe110de Switch to simpler babel config, to compile down further, to be compatible with the JSX syntax plugin 2018-11-03 22:28:33 +00:00
Tony Garnock-Jones c331544ede Actually make assertionspeed.js measure something 2018-11-03 22:27:11 +00:00
Tony Garnock-Jones 264df78e4d Change message send syntax from prefix "<<" to prefix "^" 2018-11-03 22:26:52 +00:00
Tony Garnock-Jones 09ee4046c1 Rename two examples 2018-11-03 22:24:44 +00:00
Tony Garnock-Jones 230b54868f Some commented-out but useful debug logging 2018-11-03 22:19:52 +00:00
Tony Garnock-Jones b37ed5f342 Improved error logging 2018-11-03 22:19:30 +00:00
Tony Garnock-Jones 084566b579 Complain when constructing a Structure with an undefined field, not when manipulating such a structure later 2018-11-03 22:18:58 +00:00
Tony Garnock-Jones 8e7cf160d6 Set window._ground to the most recent Ground instance, in the browser 2018-11-03 22:18:36 +00:00
Tony Garnock-Jones ceff62ff92 Defer startup until DOMContentLoaded, in a browser environment 2018-11-03 22:18:15 +00:00
Tony Garnock-Jones 6ae6e4eb82 Track set of actors within a dataspace, for reflection/debugging. 2018-11-03 22:17:42 +00:00
Tony Garnock-Jones 9bf65a8897 Fix comment in driver-timer/src/index.js 2018-11-03 15:59:56 +00:00
Tony Garnock-Jones 527172bcee Symlink LICENCE files, to make `lerna publish` happy 2018-11-03 15:57:30 +00:00
Tony Garnock-Jones 0bfbc71697 Publish
- @syndicate-lang/driver-timer@0.0.3
 - @syndicate-lang/syntax-playground@0.0.4
 - @syndicate-lang/syntax@0.0.9
2018-11-03 15:54:56 +00:00
Tony Garnock-Jones 53ba755cb1 Toplevel clean target 2018-11-03 15:54:24 +00:00
Tony Garnock-Jones dd37dd9d4c var -> const 2018-11-03 15:54:15 +00:00
Tony Garnock-Jones a0c6b54d55 Override babel module loading more generally, to ensure proper state is picked up for the Syndicate extensions 2018-11-03 15:54:05 +00:00
Tony Garnock-Jones e8f6337266 Publish
- @syndicate-lang/driver-timer@0.0.2
 - @syndicate-lang/syntax-playground@0.0.3
2018-11-02 22:57:50 +00:00
Tony Garnock-Jones df63f2283d Default publishConfig for driver-timer 2018-11-02 22:57:27 +00:00
Tony Garnock-Jones 88ad944608 Publish
- @syndicate-lang/core@0.0.6
 - @syndicate-lang/driver-timer@0.0.1
 - @syndicate-lang/syntax-playground@0.0.2
 - @syndicate-lang/syntax@0.0.8
2018-11-02 22:54:45 +00:00
Tony Garnock-Jones 756464f453 Repair during and during/spawn implementations 2018-11-02 22:50:33 +00:00
Tony Garnock-Jones 05e5098f01 Make note of interesting parser bug related to the hackery wrt babel 2018-11-02 22:50:21 +00:00
Tony Garnock-Jones 844a49c7a7 Remove superfluous require 2018-11-02 22:49:56 +00:00
Tony Garnock-Jones df84a102df Remove superfluous debug output 2018-11-02 22:49:45 +00:00
Tony Garnock-Jones 88b0b1f8e8 Correct embarrassing typo 2018-11-02 22:49:07 +00:00
Tony Garnock-Jones f0ad5dc759 Update TODO 2018-11-02 17:11:05 +00:00
Tony Garnock-Jones ad5afa28f9 @syndicate-lang/driver-timer 2018-11-02 17:09:55 +00:00
Tony Garnock-Jones 8f7907fa3e during, during/spawn and react; not quite working yet 2018-11-02 17:08:48 +00:00
Tony Garnock-Jones 95f8e881d2 Allow alternate API to Dataspace.backgroundTask 2018-11-02 17:06:27 +00:00
Tony Garnock-Jones 9e41d8754c Correct package.json repository fields 2018-11-02 17:05:29 +00:00
Tony Garnock-Jones ff2302ec4c Publish
- @syndicate-lang/core@0.0.5
 - @syndicate-lang/syntax-playground@0.0.1
 - @syndicate-lang/syntax@0.0.7
2018-11-02 12:28:01 +00:00
Tony Garnock-Jones 6a9bb7ec81 Make target for building everything 2018-11-02 12:25:52 +00:00
Tony Garnock-Jones e62ccc7f5c Repair error in error-handling and -recovery. 2018-11-02 12:24:54 +00:00