Jack Wrenn
Jack Wrenn
I think this design may be over-engineered to accommodate a future that's slightly off. The complexity of `MaybeValid` described here (or of `Ptr`/`Maybe`, as implemented in #699) anticipates a future...
Happy to do the honors. :-)
Not so fast, @jpolitz. The last major commits to either pyret-lang or code.pyret.org were seven days ago; this issue was filed five days ago. I'm not sure that this is...
It's not hard to provide an API here, but it might be hard to provide the *right* API. The current `Tree` type is an implementation detail used to aid printing...
Thanks for reporting the panic issue — I had really hoped we fixed that, but I guess not. I'll look into that ASAP. I *believe* the behavior of taskdumps in...
I *think* empty strings could also arise if the tasks are simple and aggressively inlined. Are you experiencing this in debug builds? > I'm assuming the other runtimes' tasks wouldn't...
Whoops, yes, of course. I'll modify the issue accordingly.
Hi @DavidCoy77, apologies for not replying to your emails — I've been traveling. I agree with @Philippe-Cholet that our fold implementations are the best place to start.
Yes, the idea is to add lints to clippy itself to warn us about missing `fold` specializations. For any adaptors where we explicitly didn't want to specialize `fold`, we would...