PolarGoose

Results 62 comments of PolarGoose

@Thespikedballofdoom, > I wish there was a way to invoke that from the context menu with an easy 'kill program' button You can create a PowerShell script to invoke [Sysinternals...

Regarding FSMs, I actually performed an exercise to create a lexing/scanning state machine for Lox, not manually but by using [Re2c](https://re2c.org/): [lox_language_scanner.re2c.rs](https://github.com/PolarGoose/Lox-lang-scanner-in-Rust-using-Re2c/blob/main/src/lox_language_scanner.re2c.rs) The generated state machine has approximately 150 states...

In case you just need an executable for Windows, it is possible to use `MSYS2` as I described here: https://github.com/msoos/cryptominisat/issues/782 . It is easy to create a GitHub Actions workflow...

Unfortunately, even if you manage to build the binary using MSYS2, it will not work. I have tried. The resulting binary hangs when you press `Ctrl+C`. I think something is...

Ok, sorry, I didn't know that you were trying to build only a library, because you are running `make` and it is building the whole codebase. If you want to...

Ok, apparently the `BUILD_LIBS_ONLY` is only available if you clone `master` branch. Anyway, it is not needed. Run `make libfswatch` instead of `make`. Also, make sure you follow the instructions...

@Staok, If you need file system watching functionality and you really want C++, then why don't you use [efsw](https://github.com/SpartanJ/efsw), which is much easier to integrate (just use Conan or Vcpkg...

@chtenb, I'm sorry. I thought that you had archived this [Graphviz.NetWrapper](https://github.com/Rubjerg/Graphviz.NetWrapper) repo. I have deleted my message.

Amazing. Thank you. By the way, why do you want to keep the mailing list and IRC?

> but they don't require any maintenance. Ok, that's reasonable. In my opinion, it is better to have one channel of communication that is visible to anyone and Google searchable....