-
**Context.** @sn0w75 built Simula on ~Ubuntu 17.10~ Debian Testing Branch with an RX 580 GPU and mesa open-source drivers. I collected his run-time error report [here](https://zerobin.net/?9e76fda656a…
-
The datatype `Rectangle`
```
data Rectangle = Rectangle {
_rectangleSize :: V2 Int
} deriving (Show, Eq, Ord)
```
is not actually a rectangle, as opposed to `Rect`:
```
data Rect a =…
-
everything up until the last step
`make run # this should take a while also`
appeared to have worked but when executing it i get this error
user@raziel:~/Simula$ make run
cd addons/godot-has…
-
Output from `stack --nix --no-nix-pure --nix-shell-options --show-trace exec -- simulavr`:
```
Warning: /data/src/haskell/Simula/stack.yaml: The `*` ghc-options key is not recommended. Consider usin…
-
**Problem:** After cloning Simula's master branch and running `stack --nix build`:
```
Configuring simula-openvr-0.0.0...
Cabal-simple_mPHDZzAJ_1.24.2.0_ghc-8.0.2: Missing dependency on a…
-
I'm using `stack build --nix` in Simula and getting this error:
```
simula-wayland-0.0.0: build (lib)
Log files have been written to: /home/schell/Simula/.stack-work/logs/
Progress: 1/2
-- While…
-
- [ ] gdb:// protocol
- [ ] r2 agent?
-
Like #334, simulavr & gdb is not installed on Windows 10, x64.
Tried updating:
```
[windows10x64]$ platformio update
Platform atmelavr
--------
Updating toolchain-atmelavr package:
Versions: Curren…
-
Hi, I was trying to use simulavr, which needs version 1.3.18. Any idea where could I get this version please?
It seems like that there are only latest version online at offical website.
-
Currently, for operations like scrolling in visual mode, or single stepping, via GDB protocol, it requests memory readings byte-by-byte, this is one of the reasons it is so slow.