Latest Repo Discovered
RandNum
JavaScript
·
MIT License
Top Contributor of the Month
8946 commits in all time
Dec 19, 2025 09:27 – Mar 19, 2026 09:27 UTC
test: add contract test case for bytes_backed_ops
9c25e3e3
bytes-backed-ops
55/16,016 ++ 0 --
make `Bytes` inherit the marker class `BytesBacked` (with corresponding change to the `BytesType` pytype)
3626fd67
bytes-backed-ops
2/2 ++ 2 --
changed the `PYTYPE_TO_LITERAL` mapping so `BytesBackedType` gets correctly mapped to a `BytesLiteralType`
refactor generate_stubs.py: - remove `covariant` flag from `get_python_type()` since its always used as `True` - removed `any_as` flag from `get_python_type()` - rename and split `sub_types()` to show intent, some comments, filter out redundant types in `get_python_types()`
04e485fc
bytes-backed-ops
2/110 ++ 124 --
fix: only preserve UTF-8 encoding during optimisations if the op is a concat
466c60a7
bytes-backed-ops
1/48 ++ 11 --
StackType.any should support BytesBacked pytypes
c3d0fe11
bytes-backed-ops
3/23 ++ 11 --
Merge 23366dec9d4c8d4f5683a1e0c6a98c393a7fccee into c6c0ca7b0a5a1334af713234f8c6ab614e74e840
6c0f2752
pull/673/merge
300/128,744 ++ 12,471 --