Original bug ID: 7331 Reporter: andy Assigned to:@Octachron Status: resolved (set by @Octachron on 2017-03-08T13:12:46Z) Resolution: fixed Priority: normal Severity: major Platform: x64 OS: Linux Mint OS Version: 17.3 Version: 4.03.0 Target version: 4.06.0 +dev/beta1/beta2/rc1 Category: ocamldoc Monitored by:@gasche
Bug description
The presence of the module rec M: sig ... end = M construct causes ocamldoc to hang.
Steps to reproduce
mkdir repro && cd repro
echo "module rec M: sig end = M" > main.ml
ocamldoc -html main.ml
It never finishes.
The text was updated successfully, but these errors were encountered:
Original bug ID: 7331
Reporter: andy
Assigned to: @Octachron
Status: resolved (set by @Octachron on 2017-03-08T13:12:46Z)
Resolution: fixed
Priority: normal
Severity: major
Platform: x64
OS: Linux Mint
OS Version: 17.3
Version: 4.03.0
Target version: 4.06.0 +dev/beta1/beta2/rc1
Category: ocamldoc
Monitored by: @gasche
Bug description
The presence of the
module rec M: sig ... end = M
construct causes ocamldoc to hang.Steps to reproduce
mkdir repro && cd repro
echo "module rec M: sig end = M" > main.ml
ocamldoc -html main.ml
It never finishes.
The text was updated successfully, but these errors were encountered: