giraud / reasonml-idea-plugin

ReasonML Language Plugin for IDEA
https://giraud.github.io/reasonml-idea-plugin/
MIT License
338 stars 22 forks source link

Incorrect parsing of record (OCaml) #440

Closed giraud closed 9 months ago

giraud commented 10 months ago

plugin version: 0.119

Description

In ppconstr.ml (coq), record is ended too early:

image

let body is incorrect in AST.

problem is with tuple, minimal example:

let fn {a;b=(x,y)} = a
giraud commented 9 months ago

Fixed in 0.120