Dan Holmsand
baf2107c15
Add test for nested with-let
2016-05-27 11:36:23 +02:00
Dan Holmsand
072cce4844
Add add-on-dispose! to Reaction
2016-05-26 17:41:30 +02:00
Dan Holmsand
00bfb8ed01
Make new tests pass in production mode
2016-05-01 15:18:26 +02:00
Dan Holmsand
7943a0018b
Make demo site reload a little faster
2016-05-01 13:45:37 +02:00
Dan Holmsand
e128117788
Improve exception-handling in reactions
...
Make sure exceptions in children of reactions don't end up
being caught in the reaction itself.
2016-05-01 13:09:12 +02:00
Dan Holmsand
1d912f0eaf
Make sure force-update flushes queued reactions
2016-04-30 14:24:18 +02:00
Dan Holmsand
995acb6c34
Make reaction with error always throw on deref
2016-04-30 13:56:00 +02:00
Dan Holmsand
9631021da7
Make sure reactions continue to run after throw
2016-04-29 20:42:05 +02:00
Dan Holmsand
8ff44c81e6
Rerun tests by clicking on test results
2016-04-29 13:17:54 +02:00
Dan Holmsand
37b2954c3a
Allow symbols, keywords and arbitrary cljs objects in markup
...
React no longer defaults to applying toString, and instead throws
confusing error messages when it encounters non-element objects.
This should make that happen less often.
2016-04-29 09:26:06 +02:00
Dan Holmsand
0dd46894f7
Merge branch 'reset-inside-reaction' of https://github.com/runningskull/reagent
2015-10-30 10:06:07 +01:00
Juan Patten
891609cd1a
Fix bug where auto-run reactions might not re-run
2015-10-29 00:19:51 -06:00
Dan Holmsand
cdee524fed
Make argv more consistent when used from plain React
2015-10-28 12:43:35 +01:00
Dan Holmsand
63515236cb
Make sure empty [:input] doesn't throw exception
2015-10-22 13:31:58 +02:00
Dan Holmsand
45b93c8145
Rename .' and .! to $ and $! respectively
...
This seems to be necessary to avoid trouble with bootstrapped cljs.
The old macros are still around, but deprecated.
2015-10-22 13:23:49 +02:00
Dan Holmsand
776c47491c
Make sure lifecycle callbacks work when called as native component
2015-10-12 17:18:37 +02:00
Dan Holmsand
253cb999ba
Call component functions with this set to current component
...
This makes us more consistent with React classes, and gives more
informative stack traces sometimes.
Also stop wrapping unknown methods - let React deal with them directly.
2015-10-11 15:04:50 +02:00
Dan Holmsand
cdea2257f2
Revert to not munging names in interop
2015-10-11 13:26:43 +02:00
Dan Holmsand
32a9609b11
Add a few more tests for track
2015-10-08 23:12:32 +02:00
Dan Holmsand
3aea9849ec
One more step towards React 0.14
2015-10-08 16:19:40 +02:00
Dan Holmsand
fa48e61f47
Start move to React 0.14
2015-10-08 14:14:34 +02:00
Dan Holmsand
2a74cbb144
More tests for warnings
2015-10-07 21:37:26 +02:00
Dan Holmsand
1d1552960c
Start testing warnings from components
2015-10-07 20:38:19 +02:00
Dan Holmsand
7f189d7595
Fix lifecycle test
2015-10-07 19:58:00 +02:00
Dan Holmsand
ec769d0c3c
Print function names instead of source in warnings/errors
2015-10-07 19:50:29 +02:00
Dan Holmsand
e79132c1f3
Always queue updates in reactions, even when flushing
2015-10-07 11:32:42 +02:00
Dan Holmsand
e6b32c6aee
Allow raw React classes to be used with [:> comp ...]
2015-10-06 14:27:44 +02:00
Dan Holmsand
533c05aaca
Allow output from create-class to be used directly by React
2015-10-06 12:49:47 +02:00
Dan Holmsand
de1e4d4ad5
Get rid of silent in ratom
...
And some small cleanup
2015-10-04 12:53:23 +02:00
Dan Holmsand
d0f480f3f2
Remove hack to support sync reactions
...
It became too messy, risky and confusing to be worth it.
2015-09-30 09:40:57 +02:00
Dan Holmsand
3fca2e5d41
Make reactions async by queueing changes instead
...
Reactions now put themselves in a queue when they get a
callback from an atom. The queue is flushed before rendering, and
on deref on individual reactions.
This turns out to perform much better in many cases.
2015-09-30 08:56:06 +02:00
Dan Holmsand
6e3a2b415d
Fix stupid with-let bug
2015-09-27 00:07:19 +02:00
Dan Holmsand
415ecd64fd
Simplify with-let and tweak performance
2015-09-26 13:12:59 +02:00
Dan Holmsand
5fceda2aae
Add tests for lifecycle methods
2015-09-25 13:44:10 +02:00
Dan Holmsand
64d1e11966
Add obj and munging to interop
...
.' and .! now behaves just like builtin interop, except that
they work the same under advanced compilation.
2015-09-25 11:48:50 +02:00
Dan Holmsand
55a4b4e1df
Omit tests running in node
2015-09-25 11:48:11 +02:00
Dan Holmsand
e4fee70ac2
Add support for trapping warning/error messages
...
And use in test for with-let
2015-09-24 17:02:18 +02:00
Dan Holmsand
cfcf356743
Add track, track!, dispose! and with-let to core
2015-09-24 10:19:30 +02:00
Dan Holmsand
034ffa6b7f
More tests for with-let
2015-09-24 09:23:21 +02:00
Dan Holmsand
28d454ece9
Include size of cached reactions in tests
2015-09-24 07:48:03 +02:00
Dan Holmsand
e1585f6730
Add more with-let tests, and fix dispose bug
2015-09-23 19:40:19 +02:00
Dan Holmsand
9163695832
Start adding more tests for with-let
2015-09-23 17:02:48 +02:00
Dan Holmsand
119fbfe173
Add a couple of more tests for with-let
2015-09-23 15:55:57 +02:00
Dan Holmsand
51163c1d07
Rename to with-let, add basic test
2015-09-23 10:39:49 +02:00
Dan Holmsand
a73761e72e
Warn if the same with-kept is used more than once
2015-09-21 10:49:43 +02:00
Dan Holmsand
6c9f71e511
Rename testmonitor
2015-09-19 19:03:29 +02:00
Dan Holmsand
ca5ce00c34
Rename monitor -> track, and monitor! -> track!
2015-09-19 16:49:13 +02:00
Dan Holmsand
54ca0f927f
Make monitor! run immediately
...
and async reaction not schedule anything from start
2015-09-15 18:11:36 +02:00
Dan Holmsand
87758ae396
Extend test for rswap!
2015-09-14 19:39:44 +02:00
Dan Holmsand
e11c881aa7
Add rswap!
...
Works just like swap!, except that it allows recursive swaps on
the same atom, and it always returns nil.
2015-09-14 19:35:48 +02:00