Mason Protter

Results 226 comments of Mason Protter

> > However, I believe this can be solved through the injection of backedges into the generated function body. I think the above worldage issue would be solved by just...

Okay, so the good news is that I managed to get the invalidation machinery to cooperate and recompile stuff as needed: ```julia julia> using Traitor julia> begin abstract type Size...

Not a problem Tim, I know you're a busy guy!

> ...that this can be implemented now. Sorry could someone clarify what "this" refers to here?

Oh, I see now. I didn't realize the issue was opened *after* this package stopped working. I thought Tim was talking about some specific feature :facepalm:

One potential reason to prefer parsing as `+(1, +(2, 3))` is that it doesn't imply associativity of `+` and `*`, though admittedly I've never heard of a good definition of...