You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ocaml ❯ ocp-grep Path.constructor_typath
typing/path.ml:112:let constructor_typath = function
typing/path.ml:120: match constructor_typath p with
typing/subst.ml:124: match Path.constructor_typath p with
typing/path.mli:48:val constructor_typath: t -> typath
typing/env.ml:1142: match Path.constructor_typath path with
ocp-grep: internal error, uncaught exception:
Stack overflow
Environment: Mac air 2020 m1 Monterey 12.3.1.
Thanks for your help!
The text was updated successfully, but these errors were encountered:
I’m experimenting your marvelous tool,
ocp-grep
since merlin doesn’t support project wide occurrences searchBut, after (seemingly) successful retrieving, it dies with an error message of
Steps to reproduce
Clone https://github.com/ocaml/ocaml
In cloned folder, type
It will spit
ocaml ❯ ocp-grep Path.constructor_typath typing/path.ml:112:let constructor_typath = function typing/path.ml:120: match constructor_typath p with typing/subst.ml:124: match Path.constructor_typath p with typing/path.mli:48:val constructor_typath: t -> typath typing/env.ml:1142: match Path.constructor_typath path with ocp-grep: internal error, uncaught exception: Stack overflow
Environment: Mac air 2020 m1 Monterey 12.3.1.
Thanks for your help!
The text was updated successfully, but these errors were encountered: