This website requires JavaScript.
Explore
Projects
Krypton
CPU vs AI
Eko
Help
Register
Sign In
mirrors
/
Odin
Watch
1
Star
0
Fork
0
You've already forked Odin
mirror of
https://github.com/odin-lang/Odin.git
synced
2026-04-06 06:38:20 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
ffcaa3830c4375d20983bd5fc41b07aae897f706
Odin
/
tests
History
George Potoshin
5335bdbe34
[core:text/regex] Follow up to
fix
#6323
and add test case. As was said in the issue discussion I had suspicion that there may be a sibling bug in .Assert_Non_Word_Boundary implementation and I was able to confirm that with
re.findall(rB", ")
python code. Odin implementation outputed an empty string wherase python gave "'". That is the same bug related to incorrect logic on string ends. This commit makes implementation of those 2 instructions cleaner and adds a test case.
2026-02-25 14:33:09 +01:00
..
benchmark
core/crypto/ecdsa: Add ECDSA support
2026-02-20 04:10:54 +09:00
core
[core:text/regex] Follow up to
fix
#6323
and add test case. As was said in the issue discussion I had suspicion that there may be a sibling bug in .Assert_Non_Word_Boundary implementation and I was able to confirm that with
re.findall(rB", ")
python code. Odin implementation outputed an empty string wherase python gave "'". That is the same bug related to incorrect logic on string ends. This commit makes implementation of those 2 instructions cleaner and adds a test case.
2026-02-25 14:33:09 +01:00
documentation
core:os -> core:os/old && core:os/os2 -> core:os
2026-02-09 15:50:21 +01:00
internal
Fix test name, add PR link, use tabs
2026-01-10 03:35:33 -05:00
issues
Fix
#6165
2026-01-24 14:06:31 +01:00
vendor
Fix cURL test.
2025-12-04 14:11:13 +01:00
.gitignore
Allow ODIN_TEST_LOG_LEVEL override when -debug.
2024-08-14 16:29:51 +02:00