Commit graph

8 commits

Author SHA1 Message Date
Andrey Penechko
ec7c24bb72
Add test cases for static arrays initialization with hex string (#20738) 2025-01-19 21:13:58 +08:00
Dennis
d0eb6bb659
Fix bugzilla 24832 - Segfault in hex string (#17024)
* Fix bugzilla 24832 - Segfault in hex string

* Fix lack of camelcasing on stable branch
2024-10-24 19:45:57 +02:00
Dennis Korpel
55dcc3dc82 Fix endian issue when printing hex string literals 2024-03-15 12:31:41 +01:00
Dennis Korpel
4e3cc5c6c6 Make hex strings implicitly convert to integer arrays 2024-03-15 08:53:48 +01:00
Dennis
d396a5ae84
Fix bugzilla issue 24363 - hex string postfixes are useless (#16118)
* Fix bugzilla issue 24363 - hex string postfixes are useless

* Mangle invalid strings as arrays
2024-01-31 13:44:43 +01:00
Dennis Korpel
5fe90b63d3 Fix hex strings being printed as regular strings 2024-01-25 12:21:41 +01:00
Dennis
ba5402e7ac
Allow casting hexstring to int array (#16079) 2024-01-25 10:02:04 +01:00
Dennis
d78e21e030
Implicitly convert hexstring to byte[] (#15567) 2023-10-09 18:33:08 +03:00