chore(release): v0.2.0#31
Merged
Merged
Conversation
✅
|
| Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
|---|---|---|---|---|---|---|
| jscpd | yes | 7 | no | 1.87s | ||
| ✅ JSON | prettier | 1 | 0 | 0 | 0 | 0.34s |
| ✅ JSON | v8r | 1 | 0 | 0 | 1.95s | |
| ✅ MARKDOWN | rumdl | 16 | 0 | 0 | 0 | 0.07s |
| ✅ PYTHON | ruff | yes | yes | no | no | 0.06s |
| ✅ PYTHON | ruff-format | yes | yes | no | no | 0.04s |
| ✅ REPOSITORY | git_diff | yes | no | no | 0.01s | |
| ✅ SPELL | cspell | yes | no | no | 3.36s |
Detailed Issues
⚠️ COPYPASTE / jscpd - 7 errors
Clone found (python):
- src/liblaf/jarp/tree/codegen/_compile.py [88:17 - 96:5] (8 lines, 97 tokens)
src/liblaf/jarp/tree/codegen/_compile.py [27:25 - 35:16]
Clone found (python):
- src/liblaf/jarp/tree/codegen/_codegen.py [41:26 - 47:5] (6 lines, 92 tokens)
src/liblaf/jarp/tree/codegen/_codegen.py [31:16 - 37:5]
Clone found (python):
- src/liblaf/jarp/tree/codegen/_codegen.py [142:2 - 153:5] (11 lines, 91 tokens)
src/liblaf/jarp/tree/codegen/_codegen.py [110:5 - 121:5]
Clone found (python):
- src/liblaf/jarp/tree/attrs/_define.py [129:14 - 134:14] (5 lines, 71 tokens)
src/liblaf/jarp/tree/attrs/_define.py [104:7 - 109:7]
Clone found (python):
- src/liblaf/jarp/_jit/_filter_jit.py [29:5 - 34:5] (5 lines, 72 tokens)
src/liblaf/jarp/_jit/_filter_jit.py [17:5 - 22:9]
Clone found (python):
- src/liblaf/jarp/_jit/_fallback_jit.py [47:7 - 62:4] (15 lines, 181 tokens)
src/liblaf/jarp/_jit/_filter_jit.py [50:12 - 66:6]
Clone found (python):
- tests/tree/test_core.py [287:50 - 297:13] (10 lines, 83 tokens)
tests/tree/test_core.py [269:54 - 279:7]
┌────────┬────────────────┬─────────────┬──────────────┬──────────────┬──────────────────┬───────────────────┐
│ Format │ Files analyzed │ Total lines │ Total tokens │ Clones found │ Duplicated lines │ Duplicated tokens │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ python │ 43 │ 3272 │ 28237 │ 7 │ 60 (1.83%) │ 687 (2.43%) │
├────────┼────────────────┼─────────────┼──────────────┼──────────────┼──────────────────┼───────────────────┤
│ Total: │ 43 │ 3272 │ 28237 │ 7 │ 60 (1.83%) │ 687 (2.43%) │
└────────┴────────────────┴─────────────┴──────────────┴──────────────┴──────────────────┴───────────────────┘
Found 7 clones.
HTML report saved to megalinter-reports/copy-paste/html/
ERROR: jscpd found too many duplicates (1.83%) over threshold (0%)
Error: ERROR: jscpd found too many duplicates (1.83%) over threshold (0%)
at ThresholdReporter.report (/node-deps/node_modules/@jscpd/finder/dist/index.js:615:13)
at /node-deps/node_modules/@jscpd/finder/dist/index.js:109:18
at Array.forEach (<anonymous>)
at /node-deps/node_modules/@jscpd/finder/dist/index.js:108:22
at async /node-deps/node_modules/jscpd/dist/bin/jscpd.js:9:5
See detailed reports in MegaLinter artifacts

Show us your support by starring ⭐ the repository
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #31 +/- ##
=======================================
Coverage 97.11% 97.11%
=======================================
Files 33 33
Lines 763 763
Branches 66 66
=======================================
Hits 741 741
Misses 5 5
Partials 17 17 ☔ View full report in Codecov by Sentry. |
liblaf
previously approved these changes
Apr 5, 2026
4c8351b to
aab950b
Compare
94eb6ac to
a6af76b
Compare
22ba444 to
52c27a3
Compare
52c27a3 to
3492b1d
Compare
liblaf
approved these changes
May 11, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v0.2.0 - 2026-05-11
💥 BREAKING CHANGES
jarp.jitis no longer exported; usejarp.filter_jitfor partitioned calls andjarp.fallback_jitwhen metadata-dependent inputs need a cached Python fallback. - 350b08f by @liblafjarptoliblaf.jarp. - cd16226 by @liblaf✨ Features
📝 Documentation
♻️ Code Refactoring
❤️ Contributors