arturo icon indicating copy to clipboard operation
arturo copied to clipboard

Simple, expressive & portable programming language for efficient scripting

Results 343 arturo issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Autocomplete doesn't work on Msys2's Terminal ![image](https://user-images.githubusercontent.com/78623871/225919978-95ef1478-bceb-45ed-aafb-b807d1171cd8.png) **Expected behavior** From VsCodium: ![image](https://user-images.githubusercontent.com/78623871/225920327-295f707e-d842-4007-b49a-9572c0760226.png) **Screenshots** If applicable, add screenshots to help explain your problem. **Desktop (please complete the following...

bug
repl
windows

**Describe the bug** When I just press Enter on an empty line, it closes my REPL ![image](https://user-images.githubusercontent.com/78623871/225921364-80a3dd49-a904-49df-a674-bb2c9f5a7c65.png) **Expected behavior** From VsCodium, it just closes when I explicitly call `exit` function...

bug
repl
windows

**Describe the bug** REPL repeats my last instruction on Msys2 ![image](https://user-images.githubusercontent.com/78623871/225919000-6cef9f3c-ce31-464f-8d8e-9516b1cce127.png) **Expected behavior** From VsCodium: ![image](https://user-images.githubusercontent.com/78623871/225919257-a1c35efa-1a02-44bf-8b5c-ea299834080f.png) **Desktop (please complete the following information):** - OS: win10/amd64 - Version `v/0.9.83 b/170` **Additional...

bug
repl
windows

**See also:** https://discord.com/channels/765519132186640445/829324913097048065/1084769083771330632

enhancement
library
open discussion
language

[VM/eval] `switch` not working properly in `print` block? For example this: https://github.com/arturo-lang/arturo/blob/even-more-RC-problem-solving/examples/rosetta/practical%20numbers.art#L24-L25 if written like: ``` print ["666" (practical? 666) ? -> "is" -> "is not" "a practical number"] ```...

bug
vm
evaluator
todo

# 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...

library
unit-test

We need to check why this is breaking things ## Type of change - [ ] Code cleanup - [ ] Unit tests (added or updated unit-tests) - [x] Bug...

bug
critical

[Bignums/cmp] should properly handle LLP64 mode https://github.com/arturo-lang/arturo/blob/7bccfe0204d4abbd2cfd99df71928759f37a2b5b/src/helpers/bignums.nim#L196 ```text result = 1 # TODO(Bignums/cmp) should properly handle LLP64 mode # labels: critical, bug, windows func cmp*(x: Int, y: int): cint =...

bug
windows
critical
todo

**Describe the bug** See: https://github.com/arturo-lang/arturo/actions/runs/4264047203/jobs/7421586460 Also related: #861

bug
rosetta code
openbsd

**Describe the bug** See: https://github.com/arturo-lang/arturo/actions/runs/4264047203/jobs/7421586460

bug
rosetta code
openbsd