Walter Schell
2049f1bfb1
feat: add String.fromByte primitive with validation and unit tests
...
Implement a new String.fromByte(_) static method that creates a single-byte string from an integer 0-255. Includes runtime validation for non-integer, non-numeric, negative, and out-of-range values. Adds the underlying wrenStringFromByte helper in wren_value.c and exposes it via a new DEF_PRIMITIVE in wren_core.c. Documents the method in the core string markdown and provides six test cases covering happy path and all error conditions.
2019-02-27 13:05:07 +00:00
..
2015-09-15 14:46:09 +00:00
2015-09-15 14:46:09 +00:00
2015-09-15 14:46:09 +00:00
2015-03-14 19:45:56 +00:00
2015-09-15 14:46:09 +00:00
2015-09-15 14:46:09 +00:00
2015-09-15 14:46:09 +00:00
2015-09-15 14:46:09 +00:00
2015-09-15 14:46:09 +00:00
2019-02-27 13:05:07 +00:00
2019-02-27 13:05:07 +00:00
2019-02-27 13:05:07 +00:00
2019-02-27 13:05:07 +00:00
2019-02-27 13:05:07 +00:00
2015-09-15 14:46:09 +00:00
2015-09-15 14:46:09 +00:00
2015-09-15 14:46:09 +00:00
2015-09-15 14:46:09 +00:00
2015-09-15 14:46:09 +00:00
2015-09-15 14:46:09 +00:00
2016-08-04 05:19:34 +00:00
2016-08-04 05:19:34 +00:00
2016-08-04 05:19:34 +00:00
2016-08-04 05:19:34 +00:00
2016-08-04 05:19:34 +00:00
2016-08-04 05:19:34 +00:00
2015-03-14 19:45:56 +00:00
2015-03-14 19:45:56 +00:00
2015-09-15 14:46:09 +00:00
2015-03-14 19:45:56 +00:00
2015-03-14 19:45:56 +00:00
2015-03-14 19:45:56 +00:00
2015-03-14 19:45:56 +00:00
2015-09-15 14:46:09 +00:00
2015-03-14 19:45:56 +00:00
2015-09-15 14:46:09 +00:00
2016-02-24 15:48:03 +00:00
2016-02-24 15:48:03 +00:00
2016-02-24 15:48:03 +00:00
2016-02-24 15:48:03 +00:00
2015-09-01 15:16:04 +00:00
2015-09-15 14:46:09 +00:00
2017-03-08 02:12:03 +00:00
2017-03-08 02:12:03 +00:00
2017-03-08 02:12:03 +00:00
2017-03-08 02:12:03 +00:00
2017-03-15 14:22:44 +00:00
2017-03-15 14:22:44 +00:00
2017-03-08 02:12:03 +00:00
2015-09-15 14:46:09 +00:00
2015-09-15 14:46:09 +00:00
2015-03-14 19:45:56 +00:00
2015-03-14 19:45:56 +00:00
2015-09-02 05:14:55 +00:00
2015-09-02 05:14:55 +00:00
2015-09-02 05:14:55 +00:00
2015-09-02 05:14:55 +00:00
2015-09-02 05:14:55 +00:00
2015-09-02 05:14:55 +00:00
2015-09-02 05:14:55 +00:00
2015-09-02 05:14:55 +00:00
2015-12-06 18:37:58 +00:00
2015-03-14 19:45:56 +00:00
2015-03-14 19:45:56 +00:00
2015-09-15 14:46:09 +00:00
2015-09-15 14:46:09 +00:00
2018-07-15 17:48:56 +00:00
2018-07-15 17:48:56 +00:00
2018-07-15 17:48:56 +00:00
2018-07-15 17:48:56 +00:00
2018-07-15 17:48:56 +00:00
2018-07-15 17:48:56 +00:00
2015-09-15 14:46:09 +00:00