Small fixes
A selection of 80 fixes from 174 pull requests.
19.Writing to the wrapper
A fallback atom reused its primary’s writer with the wrong context. setSelf updated the wrapper. Forwarding through the registry gives the primary its own context.
1123self.write,function(ctx, value) { ctx.set(self, value)},