Robert Russell

Results 123 comments of Robert Russell

Might need to move the docs folder to a raw_docs or raw/docs. Because github pages kinda only can look at the docs folder or the root folder. You need to...

You could always change `set(SPHINX_BUILD ${CMAKE_CURRENT_BINARY_DIR}/sphinx)` to `set(SPHINX_BUILD ${PROJECT_SOURCE_DIR}/docs)` then when you build the docs it'd update the folder and you just need to commit the changes.

Yeah .vs is definitely something from visual studio.

gstack fails on my computer in 200ms. Causes a `SegFault`. This is running the test in debug mode. ``` 383: Test command: /mnt/d/dev/jsource/cmake-build-debug/jsrc/jconsole "gstack.ijs" 383: Test timeout computed to be:...

I'm on windows 10 with wsl on Ubuntu 20.4. I'm running the test from the Clion IDE. All other tests that are enabled are passing. I can run the tests...

> `ninja -C build test` is the command (with `-j$(nproc)` if you want) Oh it's in the CONTRIBUTING.md. 🙃 I never used ninja till now. It SegFault'ed via the console...

This seems correct. I just realized I could run the test with valgrind. And it gave some more details on the stack overflow. ``` 383: ==2072== Stack overflow in thread...

I think some of this should happen overtime when we replace code with things from the c++ standard library. Though it's nice to know about these things. :)

https://godbolt.org/z/Krcvaf I'm a little confused as to what `I` is defined as. Because there are several typedefs for I in the same file. I was wanting to see what the...

Ah oops. Sorry I was reading it backwards. Thanks for clearing that up. 👍