Skip to content

Commit ffd571d

Browse files
shigarovclaude
andcommitted
docs: align version references with jRegTab 0.4.1
jRegTab 0.4.1 contains only Java build changes over 0.4.0 (compiler plugin fix, jackson test-dep bump, Central publishing config), so pyRegTab 0.2.0 parity extends to it unchanged: - README: state parity with 0.4.1; note the differential run used v0.4.0 whose Java sources are identical in v0.4.1 - docs/index.md: fix stale status line (0.1.0/Apache-2.0 -> 0.2.0/MIT) - ide/vscode/package.json: correct license to MIT - re-pin conformance/UPSTREAM and grammar/UPSTREAM to v0.4.1 (7a9b789); pinned files are byte-identical between tags, sha256 unchanged Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent fad33f5 commit ffd571d

5 files changed

Lines changed: 12 additions & 10 deletions

File tree

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,10 @@ and interprets the match into a relational **recordset**:
1616
TableSyntax → RtlCompiler/TablePattern → AtpMatcher → TableInterpreter → Recordset
1717
```
1818

19-
**pyRegTab 0.2.0 ≙ jRegTab 0.4.0** (same API, same semantics, same test
20-
corpus), including the embedded RTL DSL `pyregtab.dsl` — a port of jRegTab's
21-
`ru.icc.regtab.dsl` (added upstream in jRegTab 0.3.0).
19+
**pyRegTab 0.2.0 ≙ jRegTab 0.4.1** (same API, same semantics, same test
20+
corpus; jRegTab 0.4.1 changes only the Java build over 0.4.0), including the
21+
embedded RTL DSL `pyregtab.dsl` — a port of jRegTab's `ru.icc.regtab.dsl`
22+
(added upstream in jRegTab 0.3.0).
2223

2324
## Installation
2425

@@ -161,7 +162,8 @@ Rust (`pyregtab._core`, built with [PyO3](https://pyo3.rs) and
161162
smoke test against the native core alone. Differential testing against the
162163
Java reference (`tools/differential.py` + `tools/RecordsetDumpMain.java`)
163164
compares recordsets cell-by-cell on all 750 task variants — zero
164-
mismatches against jRegTab v0.4.0.
165+
mismatches against jRegTab v0.4.0 (whose Java sources are unchanged in
166+
v0.4.1).
165167

166168
## IDE support
167169

conformance/UPSTREAM

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
commit: f3b99e8d313d8726504c58bfd3dd014a3111300f
2-
tag: v0.4.0
1+
commit: 7a9b78974cc88c872bc994d6d38c69e810828ea6
2+
tag: v0.4.1
33
path: conformance/

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,4 +109,4 @@ Requires **Python 3.10+**; binary wheels for Windows, Linux, and macOS.
109109
---
110110

111111
!!! note "Status"
112-
Current release: **0.1.0** (feature parity with jRegTab 0.4.0) · License: **Apache-2.0** · [PyPI](https://pypi.org/project/pyregtab/) · [GitHub](https://github.com/regtab/pyregtab)
112+
Current release: **0.2.0** (feature parity with jRegTab 0.4.1) · License: **MIT** · [PyPI](https://pypi.org/project/pyregtab/) · [GitHub](https://github.com/regtab/pyregtab)

grammar/UPSTREAM

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
commit: f3b99e8d313d8726504c58bfd3dd014a3111300f
2-
tag: v0.4.0
1+
commit: 7a9b78974cc88c872bc994d6d38c69e810828ea6
2+
tag: v0.4.1
33
path: src/main/antlr4/ru/icc/regtab/rtl/RTL.g4
44
sha256: 4fffbdf3f2dcb13935b8f062b5c6c55321de08cf130a4a28fa0845f5b48d68c0

ide/vscode/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Syntax highlighting for RTL — the Regular Table Language of the RegTab project — in .rtl files and inside Python string literals passed to RtlCompiler.compile(...).",
55
"version": "0.1.0",
66
"publisher": "regtab",
7-
"license": "Apache-2.0",
7+
"license": "MIT",
88
"repository": {
99
"type": "git",
1010
"url": "https://github.com/regtab/pyregtab.git",

0 commit comments

Comments
 (0)