safishamsi and Claude Opus 4.8
0302bfa7af
feat(ocaml): add OCaml .ml/.mli extractor (optional tree-sitter-ocaml extra)
...
New graphify/extractors/ocaml.py handles both the implementation grammar
(language_ocaml, .ml) and the interface grammar (language_ocaml_interface,
.mli). Emits nodes for modules, top-level/module-level values and functions,
types and their variant constructors; edges for defines/contains, open ->
imports_from, and application -> calls. Qualified paths (Geo.area) resolve to
the final value name, not the module qualifier; local let ... in bindings do
not mint nodes or steal call attribution. Cross-file open/call targets are
sourceless stubs so the corpus rewire collapses them onto the unique real
definition (no #1402 sourced-stub leak).
Wired into detect.py (CODE_EXTENSIONS), extract.py (dispatch +
_EXTRA_FOR_EXTENSION), pyproject.toml ([ocaml] extra + all + dev dep), and
README. Adds tests/test_ocaml.py (behind importorskip).
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-08-14 14:17:07 +01:00
..
2026-08-09 23:19:08 +01:00
2026-07-15 15:09:17 +01:00
2026-08-12 20:56:28 +01:00
2026-08-13 13:30:24 +01:00
2026-07-11 11:52:12 +01:00
2026-07-30 17:13:48 +01:00
2026-08-13 14:17:41 +01:00
2026-08-12 20:57:39 +01:00
2026-07-26 11:52:20 +01:00
2026-08-12 20:56:28 +01:00
2026-07-27 10:46:47 +01:00
2026-08-12 14:20:21 +01:00
2026-07-20 13:29:54 +01:00
2026-08-06 17:29:18 +01:00
2026-08-13 14:17:42 +01:00
2026-07-08 12:09:40 +01:00
2026-08-13 13:30:24 +01:00
2026-08-06 17:29:18 +01:00
2026-07-14 13:19:16 +01:00
2026-07-16 23:48:07 +01:00
2026-07-15 13:13:30 +01:00
2026-08-08 23:37:49 +01:00
2026-07-18 19:07:16 +01:00
2026-07-12 23:57:16 +01:00
2026-08-07 22:49:25 +01:00
2026-07-18 19:07:16 +01:00
2026-08-05 22:08:29 +01:00
2026-08-12 20:56:28 +01:00
2026-07-18 12:04:23 +01:00
2026-07-08 01:16:58 +01:00
2026-08-05 22:08:29 +01:00
2026-08-05 01:41:12 +01:00
2026-08-10 18:06:50 +01:00
2026-08-12 20:56:28 +01:00
2026-08-11 20:09:59 +01:00
2026-07-17 00:09:02 +01:00
2026-07-30 17:13:48 +01:00
2026-08-13 14:17:42 +01:00
2026-07-13 10:29:26 +01:00
2026-08-08 23:37:49 +01:00
2026-07-22 18:40:11 +01:00
2026-08-13 13:30:24 +01:00
2026-07-09 13:22:36 +01:00
2026-07-20 16:35:14 +01:00
2026-07-29 17:02:00 +01:00
2026-07-30 17:13:48 +01:00
2026-08-11 14:40:01 +01:00
2026-07-20 15:35:40 +01:00
2026-07-27 10:46:47 +01:00
2026-07-18 19:07:16 +01:00
2026-08-12 20:56:28 +01:00
2026-08-05 22:08:29 +01:00
2026-08-05 22:08:29 +01:00
2026-08-11 15:18:33 +01:00
2026-08-12 20:56:28 +01:00
2026-07-20 11:29:22 +01:00
2026-07-25 22:53:43 +01:00
2026-08-13 14:21:22 +01:00
2026-07-27 10:46:47 +01:00
2026-08-11 15:18:33 +01:00
2026-08-11 16:54:35 +01:00
2026-08-13 13:30:24 +01:00
2026-07-28 09:37:39 +01:00
2026-08-05 01:41:12 +01:00
2026-08-13 14:17:42 +01:00
2026-07-26 11:10:35 +01:00
2026-07-10 02:11:36 +01:00
2026-08-06 17:29:18 +01:00
2026-08-09 23:19:08 +01:00
2026-08-10 18:07:20 +01:00
2026-08-10 18:07:20 +01:00
2026-07-30 17:13:48 +01:00
2026-08-12 14:20:21 +01:00
2026-07-25 23:16:52 +01:00
2026-08-11 15:18:12 +01:00
2026-08-01 12:21:04 +01:00
2026-08-07 22:49:25 +01:00
2026-07-20 15:40:32 +01:00
2026-08-11 16:54:35 +01:00
2026-08-11 16:54:35 +01:00
2026-07-17 10:54:07 +01:00
2026-08-05 22:08:29 +01:00
2026-08-09 23:19:08 +01:00
2026-07-29 17:25:08 +01:00
2026-08-13 14:20:36 +01:00
2026-08-01 11:36:30 +01:00
2026-08-10 18:06:50 +01:00
2026-08-10 18:06:50 +01:00
2026-08-10 18:06:50 +01:00
2026-08-14 14:17:07 +01:00
2026-08-08 23:37:49 +01:00
2026-07-09 00:32:21 +01:00
2026-07-09 00:32:21 +01:00
2026-07-09 01:06:02 +01:00
2026-08-05 22:08:29 +01:00
2026-08-11 14:40:01 +01:00
2026-07-16 16:36:49 +01:00
2026-08-12 14:20:21 +01:00
2026-07-18 12:03:47 +01:00
2026-07-25 22:53:43 +01:00
2026-08-13 13:30:24 +01:00
2026-07-21 21:45:53 +01:00
2026-08-01 11:36:30 +01:00
2026-07-12 10:36:00 +01:00
2026-07-28 09:37:39 +01:00
2026-08-13 13:30:24 +01:00
2026-08-01 15:36:17 +01:00
2026-07-28 09:37:39 +01:00
2026-07-18 19:07:16 +01:00
2026-07-10 20:24:25 +01:00
2026-07-18 19:09:53 +01:00
2026-07-16 23:36:49 +01:00
2026-07-15 15:14:34 +01:00
2026-07-29 17:02:00 +01:00
2026-08-12 14:20:21 +01:00
2026-07-25 22:53:43 +01:00
2026-08-07 22:49:51 +01:00
2026-07-21 14:22:50 +01:00
2026-07-27 10:46:47 +01:00
2026-08-11 14:40:01 +01:00
2026-07-25 15:44:50 +01:00
2026-07-27 10:22:48 +01:00
2026-08-09 23:19:08 +01:00
2026-08-07 22:49:25 +01:00
2026-08-11 15:18:12 +01:00
2026-08-08 23:37:32 +01:00
2026-07-14 23:32:02 +01:00
2026-07-27 10:46:47 +01:00
2026-07-26 11:52:20 +01:00
2026-08-01 11:36:30 +01:00
2026-08-12 20:56:28 +01:00
2026-08-11 20:09:59 +01:00
2026-08-11 14:40:01 +01:00