Daniel Hillerström

Results 109 comments of Daniel Hillerström

I think as a first step, I would just like to see some graphs. I think we can fairly easily configure GHA to run a performance analysis job. It would...

> If you call a server-side function that just prints its argument and pass it x, does the right thing happen? No it will die, because it cannot "jsonize" (what...

By making the alien declaration a value binding it compiles (I had to change the type too, because I cannot produce a value of type `Event`): ``` var foo client...

From the above we can deduce that top-level client side variables are initialised on the server before being sent to the client.

Since #1141 we can define aliases for effect rows. This mechanism should be generalised along the lines outlined by @jamescheney above.

I am somewhat reluctant to document the handlers extension until I have finished the implementation of computation patterns, which is going to completely change the surface syntax for handler cases.

I forgot to remark that some tests under `tests/` make use of `{ M }`.

I reckon it may be possible to implement this change under a flag initially by slightly modifying the `block` production in the rule `postfix_expression` along the lines of ``` postfix_expression:...

I think that `unsafe` not being documented should be considered a feature, hehe. :-)))) As for `addRoute` I am eager to get rid of it altogether, because it are a...

That's peculiar. I wonder whether our copy of the unionfind library contains some bug(s) that we inadvertently rely on.