Skip to content

Infinite loop on unclosed table  #1063

@dbuenzli

Description

@dbuenzli

It's in the title. Repro case:

> ocamlc --version                                                                                                                                                    
4.14.1
> odoc --version
v2.3.0
> cd /tmp
> cat - > a.mli <<EOF
(**

{table
{tr {th id} {th bla}} *)
EOF
> ocamlc a.mli
> ocamlc -bin-annot a.mli
> odoc compile --pkg 'a' -o a.odoc a.cmti 
⏳💀

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions