Latest Repo Discovered
LMS-Website
JavaScript
·
No license
Top Contributor of the Month
8946 commits in all time
Dec 19, 2025 09:59 – Mar 19, 2026 09:59 UTC
Merge fa6e2abf930b5a929e3e12203c3c2a704d965031 into f7480ab36d022663212d7b5746b63fd6e0f0f336
da588f4b
pull/6586/merge
1/0 ++ 2 --
chore: remove unused address reassignment in tests
fa6e2abf
pull/6586/head
1/0 ++ 2 --
Merge 9890d9dd75cbc9771e961574388c7660f4cb4005 into c126c0e7cdb69c245338f207e10ddcbbc9ff2b35
ff188934
pull/341/merge
64/10,431 ++ 1,560 --
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 --