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

Functions missing in structure panel after "while+match" code #176

Closed
jfehrle opened this issue Jul 28, 2019 · 2 comments
Closed

Functions missing in structure panel after "while+match" code #176

jfehrle opened this issue Jul 28, 2019 · 2 comments

Comments

@jfehrle
Copy link
Collaborator

jfehrle commented Jul 28, 2019

plugin version: 0.78.2

"missing" should appear in the structure panel. Perhaps the parser is confused?

Description

image

let foo s =
  while true do
    (* "missing" shows in the Structure panel
       if you remove the next 2 lines *)
    match x with
    | _ -> ()
  done

let missing () = Printf.printf "Hi mom!\n"
giraud added a commit that referenced this issue Aug 18, 2019
@giraud
Copy link
Owner

giraud commented Aug 28, 2019

fixed in 0.79

@giraud giraud closed this as completed Aug 28, 2019
@jfehrle
Copy link
Collaborator Author

jfehrle commented Aug 29, 2019 via email

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

No branches or pull requests

2 participants