RickBarretto
RickBarretto
## Description - This functions must to modify `InPlaced.a` - This must to don't return a new block, just do the above > *"In a few words: in-place modification"* -...
**Describe the bug** The REPL can't handle arrows input while running on Msys2. The same is not true for VsCode/ium, for instance. What are the problems it causes: - Malfunction...
**Describe the bug** Autocomplete doesn't work on Msys2's Terminal  **Expected behavior** From VsCodium:  **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following...
**Describe the bug** When I just press Enter on an empty line, it closes my REPL  **Expected behavior** From VsCodium, it just closes when I explicitly call `exit` function...
**Describe the bug** REPL repeats my last instruction on Msys2  **Expected behavior** From VsCodium:  **Desktop (please complete the following information):** - OS: win10/amd64 - Version `v/0.9.83 b/170` **Additional...
# Description Implement some tests. Right now, this is just an experiment, and I don't plan to convert everything in a single PR, but in multiple ones. The idea is...
We need to check why this is breaking things ## Type of change - [ ] Code cleanup - [ ] Unit tests (added or updated unit-tests) - [x] Bug...
Right now, when we get a Segmentation Fault (`SIGSEGV`), the REPL stops and returns to the shell. This simply should not happen. The REPL should handle this error. --- ##...
**Describe the bug** When I was creating the PR #1182 [I discovered an issue with the parser][fixing-sigsegv-commit]. Well, it's returning a SIGSEGV error because of code formatation. **To Reproduce** This...
**To Reproduce** `antiprimes.art`: ``` btc: to :bytecode [ found: 0 i: 1 maxDiv: 0 while [found < 20] [ fac: size factors i if fac > maxDiv [ print i...