Skip to content
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

Use of "val virtual" leads to "Class attribute ... was not found in typed tree." #5744

Closed
vicuna opened this issue Aug 28, 2012 · 1 comment

Comments

@vicuna
Copy link

vicuna commented Aug 28, 2012

Original bug ID: 5744
Reporter: khooyp
Assigned to: @zoggy
Status: closed (set by @zoggy on 2012-09-25T07:18:14Z)
Resolution: fixed
Priority: normal
Severity: crash
Version: 4.00.0
Target version: 4.00.1+dev
Category: ocamldoc
Duplicate of: #5743

Bug description

Running ocamldoc on a class with a "val virtual" leads to an error:

% cat>foo.ml<<EOF
class virtual t = object val virtual x : int end
EOF
% ocamldoc foo.ml
Class attribute Foo.t.x was not found in typed tree.

@vicuna
Copy link
Author

vicuna commented Sep 25, 2012

Comment author: @zoggy

Fixed in version/4.00 branch (revision 12951) and trunk (revision 12952).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant