Ark icon indicating copy to clipboard operation
Ark copied to clipboard

ArkScript is a small, fast, functional and scripting language for C++ projects

Results 44 Ark issues
Sort by recently updated
recently updated
newest added

### What happened? The VM is either segfaulting or giving "corrupted size vs previous size" on those lines of code https://github.com/ArkScript-lang/std/blob/fc8e2e9a74f78b19666b3fb5032d902b7ce6cc2c/tests/math-tests.ark#L88-L90 ### What ArkScript version are you seeing the problem...

bug
help wanted

It is already in the project, but I'm marking this as "todo" because its configuration leaves to be desired. It appears to run only on modified files and thus will...

enhancement
๐Ÿค” help wanted
โ—๏ธ priority/medium

I tend to forget about Werror because of external libraries which aren't compliant. We used to have utf8_decoder (but now it's gone) that didn't comply ; IIRC replxx isn't either....

enhancement
โ—๏ธ priority/low
๐Ÿ‘ท ci

### Is your feature request related to a problem? The code formatter format code ; but when running it again on an already formatted piece of code, the code appears...

enhancement
โ—๏ธ priority/low
ark/formatter

## Description Minimizing the crashes before uploading to make crashes reproduction and analysis easier. ## Checklist - [ ] I have read the [Contributor guide](CONTRIBUTING.md) - [ ] My code...

๐Ÿค” help wanted
๐Ÿ‘ท ci
๐Ÿงช tests

To help the fuzzer it might be interesting to create a dictionary (cf https://github.com/AFLplusplus/AFLplusplus/blob/stable/dictionaries/js.dict for an example) with syntax elements from ArkScript. See also https://github.com/AFLplusplus/AFLplusplus/blob/stable/utils/libtokencap/README.md

enhancement
๐Ÿค” help wanted
โ—๏ธ priority/low
๐Ÿ‘ท ci
๐Ÿงช tests

## Description Closes #459 ## Checklist - [ ] I have read the [Contributor guide](CONTRIBUTING.md) - [ ] My code follows the style guidelines of this project - [ ]...

### Is your feature request related to a problem? The repl can break without us noticing, because it is interactive by nature. ### Describe the solution you would like Iโ€™d...

enhancement
๐Ÿค” help wanted
ark/repl
โ—๏ธ priority/low
๐Ÿงช tests

## Description Fixing a few things ## Checklist - [ ] I have read the [Contributor guide](CONTRIBUTING.md) - [ ] My code follows the style guidelines of this project -...