savi
savi copied to clipboard
A fast language for programmers who are passionate about their craft.
The last release (v0.20230405.0) did not include binaries for FreeBSD. Not sure if the FreeBSD build has been completely removed, or was omitted just for that release.
* The Pony runtime uses cooperative scheduling * Sometimes, FFI needs to block. Examples are: Many file system related operation like `mkdir`, `readdir` etc. * In order to not block...
This adds 128-bit wide integer types `I128` and `U128`. These can be useful in various situations, e.g. to simplify `BCD`
Also see: https://github.com/mneumann-savi/MQTT/actions/runs/4187381765/jobs/7257136099 ``` > savi deps update Downloading new library versions from GitHub... Downloaded ByteStream v0.20230131.0 Downloaded TCP v0.20230215.0 Downloaded IO v0.20221003.0 Downloaded OSError v0.20220325.0 Downloaded IPAddress v0.20230131.0 Downloaded...
It's become common practice for me when I do "rolling breaking changes" in Savi code to mark the old functions/types/etc as being `DEPRECATED`, using an annotation like this: ```savi ::...
For example code like this: ```savi :const _byte_class_table_data Array(U8)'val: [ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 // 00..0f 0, 0,...
Bumps [minimatch](https://github.com/isaacs/minimatch) from 3.0.4 to 3.1.2. Commits 699c459 3.1.2 2f2b5ff fix: trim pattern 25d7c0d 3.1.1 55dda29 fix: treat nocase:true as always having magic 5e1fb8d 3.1.0 f8145c5 Add 'allowWindowsEscape' option 570e8b1...
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2. Release notes Sourced from json5's releases. v1.0.2 Fix: Properties with the name __proto__ are added to objects and arrays. (#199) This also fixes a...
Removes [json5](https://github.com/json5/json5). It's no longer used after updating ancestor dependencies [json5](https://github.com/json5/json5), [ts-loader](https://github.com/TypeStrong/ts-loader), [webpack](https://github.com/webpack/webpack) and [webpack-cli](https://github.com/webpack/webpack-cli). These dependencies need to be updated together. Removes `json5` Updates `ts-loader` from 6.2.2 to 9.4.2...