Leo White

Results 189 comments of Leo White

> Is there a way to enforce the order of application of rewriters? You can give a `position` parameter to [Migrate_parsetree.Driver.register](https://github.com/ocaml-ppx/ocaml-migrate-parsetree/blob/master/src/migrate_parsetree_driver.mli#L61) to control the order the ppx passes are applied....

I'm not sure where this bot has come from, but it's clearly set to use a too short time span. The first time it ran I carefully unmarked the issues...

@dbuenzli My opinion is less strong than that: I don't mind these bots generally -- I find the one on ocaml/ocaml useful for example -- but I think that this...

We've always intended to include `open`s in the output and then shorten the names accordingly. I'm a bit nervous about doing the shortening without also including the `open`s. Whilst it...

Yeah, I haven't seen it take that long for a profile: it usually runs out of memory instead. I guess you've got a lot of swap space and that is...

This one is actually the correct behaviour (although we could probably use a specific error message for this case). For now, all uses of recursive implicits must be annotated with...

I've renamed this issue to reflect why it is still open. Note that any solution to this problem will be very difficult so it is unlikely to be addressed any...

Interesting. @trefis since he's been working on a rebased version of the prototype recently and I'm not sure he is following this repo.

For now: ``` ocaml sig implicit functor F(X: T) = X.M end ``` should be rejected by the parser. Later we will add support for actual implicit functor aliases.

I thought we already had an issue for this, but I couldn't find it. I also think this feature request is pretty low priority at the moment.