duckscript
duckscript copied to clipboard
Simple, extendable and embeddable scripting language.
Will load native library and extract+load all commands from there.
### Feature Description I use `readfile` to read a file with `utf-8-BOM` and I get a string start with \u{FEFF}, which means BOM and we can not see it when...
### Describe The Bug ``` a = get_env ... b = get_env ... if not ${a} and ${b} ... else ... end ``` gets error ``` Error while running duckscript:...
### Describe The Bug In a directory that has a recursive symbolic link, the duckscript `glob_array` command performs a cyclic recursion. ### To Reproduce 1. Create a symbolic link that...
### Feature Description Currently, `cargo` is the only way to install `duckscript` on most systems. Arch Linux has a robust packaging system and `duckscript` could have a package within it....
Bumps [zip](https://github.com/Pr0methean/zip) from 0.6.6 to 1.1.1. Changelog Sourced from zip's changelog. [1.1.1] Added index_for_name, index_for_path, name_for_index: get the index of a file given its path or vice-versa, without initializing metadata...
Bumps [rustls](https://github.com/rustls/rustls) from 0.22.2 to 0.22.4. Commits ae277be Prepare 0.22.4 5374108 complete_io: bail out if progress is impossible 00e695d Regression test for complete_io infinite loop bug 0c6cd7e Don't specially handle...
Bumps [base64](https://github.com/marshallpierce/rust-base64) from 0.22.0 to 0.22.1. Changelog Sourced from base64's changelog. 0.22.1 Correct the symbols used for the predefined alphabet::BIN_HEX. Commits e144006 v0.22.1 64cca59 Merge pull request #271 from JobanSD/patch-1...
Bumps [zip](https://github.com/zip-rs/zip2) from 0.6.6 to 1.1.3. Release notes Sourced from zip's releases. v1.1.3 🐛 Bug Fixes Alignment was previously handled incorrectly (#33) 🚜 Refactor deprecate deflate-miniz feature since it's now...