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." #5743

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

Comments

@vicuna
Copy link

vicuna commented Aug 28, 2012

Original bug ID: 5743
Reporter: khooyp
Status: closed (set by @alainfrisch on 2012-08-28T07:15:32Z)
Resolution: duplicate
Priority: normal
Severity: crash
Platform: OS X 10.6.8/Linux RHEL5
Version: 4.00.0
Category: documentation
Has duplicate: #5744

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 Aug 28, 2012

Comment author: khooyp

I'm sorry, I misfiled it under the wrong category, it should be for ocamldoc. How do I edit/close this report?

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