-
Notifications
You must be signed in to change notification settings - Fork 16
Update merlin for 5.2.0minus-6 #132
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| "col": 12 | ||
| }, | ||
| "type": "sig type t = int val x : int type s = Baz end", | ||
| "type": "sig type t = int val x : int @@ portable type s = Baz end", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is unfortunate
| val rev_map : ('a -> 'b) -> 'a list -> 'b list | ||
| val filter_map : ('a -> 'b option) -> 'a list -> 'b list | ||
| val concat_map : ('a -> 'b list) -> 'a list -> 'b list | ||
| val length : 'a list -> int @@ portable |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this good or bad? I would think we only want to print this with a higher verbosity?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is bad. I think this will start popping up in a lot of places and be very confusing to users
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this is fine actually. This is just a consequence of the stdlib being portable now
dkalinichenko-js
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The subsequent changes look good to me.
This was mostly straightforward. I think it would be good to review "Fix compilation problems" and "Account for new flags".