Commit b777b53
fix(extract_mathlib4): unwrap double-Regex in premise match
`hyp_patterns` already holds compiled `r"..."` Regex values; wrapping
them in `Regex(...)` again fails with MethodError on Julia 1.12 and
crashed every file, emitting 0 premise records. Pass the Regex
straight to `eachmatch`.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 0af1c4b commit b777b53
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
111 | | - | |
| 111 | + | |
112 | 112 | | |
113 | 113 | | |
114 | 114 | | |
| |||
0 commit comments