Skip to content

Different handling of stop-comments on OCaml 4.03 #737

Closed
@Julow

Description

@Julow

The "attaching" of stop-comments changed in OCaml 4.04.2: ocaml/ocaml#872
With older versions, the module X won't be hidden in the following example because both stop-comments would be attached as attribute and would loose their relative positions:

(**/**)
module X : sig end
(**/**)

Was interpreted like:

(**/**)
(**/**)
module X : sig end

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions