Commit Graph

390 Commits

Author SHA1 Message Date
Saskia Lindner d1bc6edc57 Remove subscription values for sub-create traces 2017-09-27 22:41:35 +02:00
Saskia Lindner d0f93ad626 Refactor code
- calculate subscription value within with-trace
- rename sub-value to value
2017-09-26 08:24:26 +02:00
Saskia Lindner 7249b7b5c2 Add subscription values to traces 2017-09-25 15:03:08 +02:00
Julien Fantin b7be7864a4 Add jvm interop handlers for dispose! and add-on-dispose! 2017-09-14 10:24:19 +12:00
Mike Thompson 3901b73f94 Update cofx.cljc 2017-08-17 00:43:47 +10:00
Daniel Compton b276c4033c Merge branch 'master' into develop 2017-08-16 14:50:41 +12:00
Mike Thompson d1700f2ac6 fixes #400 2017-08-16 08:28:08 +10:00
Saskia Lindner 7dcbb9639b Log warning when tracing not enabled 2017-08-08 16:59:54 +02:00
Mike Thompson cf78ad4361 Various tweaks to doc strings and md 2017-07-29 13:26:41 +10:00
Mike Thompson 1739820483 Better API docs 2017-07-26 08:42:54 +10:00
Mike Thompson 66ff98ca77 API tweaks 2017-07-24 22:51:09 +10:00
Mike Thompson b02846aec2 Merge pull request #381 from mbertheau/patch-4
Correct version typo
2017-07-24 19:12:45 +10:00
Mike Thompson eb6e999048 Further API doc refinements 2017-07-24 13:33:40 +10:00
Mike Thompson bd67edb571 Correct recent breakage 2017-07-24 00:19:02 +10:00
Mike Thompson b3c0c6d139 API docs are now complete. Probably still some editing to do. 2017-07-24 00:08:59 +10:00
Mike Thompson 2aed40e8b9 Fix broken test 2017-07-23 13:09:09 +10:00
Mike Thompson 66d887c55b Clarify comment 2017-07-23 13:08:44 +10:00
Markus Bertheau 3abaac2e24 Correct version typo 2017-07-22 13:54:35 +02:00
Mike Thompson 20a1746ad5 Improvement `inject-cofx` doc string 2017-07-22 13:21:07 +10:00
Mike Thompson c9925954eb Fix my recent breakage 2017-07-22 10:45:44 +10:00
Mike Thompson fe8c78ef2b Better docs on `do-fx` (internal interceptor) 2017-07-22 10:05:41 +10:00
Mike Thompson dc26343727 Improve internal errors. 2017-07-22 10:04:03 +10:00
Mike Thompson 8d13634c55 Experiment with linking in API docs 2017-07-22 00:44:35 +10:00
Mike Thompson 7556f67319 Working towards API docs 2017-07-21 01:01:51 +10:00
Mike Thompson c0534e0839 Improvements is dispatch documentation, ahead of an API release 2017-07-20 18:21:14 +10:00
Mike Thompson 8c7ec7976c Improvement is documentation, ahead of an API release 2017-07-20 18:20:47 +10:00
Mike Thompson 3beb7cfaf3 Improvements in newbie documentation 2017-07-20 15:10:18 +10:00
Mike Thompson ed79d8e4ac Further work on "API docs". Promise more nudity. 2017-07-20 13:40:28 +10:00
Mike Thompson 3ad8c1e7bb Improve reference to todomvc example in comment 2017-07-20 09:50:48 +10:00
Mike Thompson 522c3e4c1b Light edits on the inline Interceptor docs 2017-07-20 09:46:35 +10:00
Mike Thompson b98306f1a3 Remove an old XXX comment 2017-07-20 09:27:22 +10:00
Mike Thompson 6efdae438f Enshrine and document existing practice around dispatch-n and nils 2017-07-20 08:51:44 +10:00
Mike Thompson 9b179bb17c In the absence of proper API docs, core.cljs becomes the docs. So start to improve it. 2017-07-18 10:34:59 +10:00
Mike Thompson 53abcfc184 Improve the comment on clear-subsscription-cache! 2017-07-18 10:34:14 +10:00
Mike Thompson 3781f2e31e Fix what I broke in a previous merge 2017-07-16 19:54:07 +10:00
Mike Thompson 697130723f Merge branch 'master' into develop 2017-07-16 19:51:05 +10:00
Mike Thompson bcd852d089 Merge branch 'master' into master 2017-07-16 19:45:50 +10:00
Mike Thompson eb5c55da68 Merge branch 'develop' into patch-1 2017-07-16 19:44:28 +10:00
Mike Thompson 6b23210b45 Fixes #340 2017-07-14 13:51:34 +10:00
Mike Thompson ba471853ae Fixes #357 2017-07-14 13:48:38 +10:00
Mike Thompson 9a3584a8b6 Merge branch 'master' into develop 2017-07-14 13:38:57 +10:00
mike cd59210d9c Remove unused refer. 2017-07-14 13:04:41 +12:00
mike b38a8b4964 Fix typo. 2017-07-08 15:48:36 -05:00
赵宇 Yu Zhao ae87fbe0e3 fix requires to use the strict method 2017-05-31 23:23:14 +08:00
Daniel Compton af6488bd5e Merge pull request #325 from viebel/master
self-host compatibility using macrovich
2017-05-29 10:55:47 +12:00
Erik Sandberg 95b9b018ae Don't run on-changes if db is not in effects
Currently, if there the effect handler does not set `:db`, then `on-changes` will end up treating `new-db` as `nil` and probably end up wiping the `db`. This causes the `on-changes` interceptor not to run if the `:db` is not set in the effect.
2017-05-18 13:23:52 -07:00
Geoffrey Gaillard aecd0ee80d Removed duplicated require causing build error with shadow-build 2017-05-12 12:18:31 +02:00
Daniel Compton 25d7677fad Rename label to marker in subs 2017-05-01 08:44:12 +12:00
sohalt 0757310565 enforce reg-sub :<- syntax 2017-04-15 05:48:41 +02:00
Nicolas Berger fa7828375a Fix update-coeffect
Similar to assoc-coeffect, update-coeffect has to do an update-in
`[:coeffects key]`
2017-03-25 07:47:53 -07:00