Thomas Boby
Thomas Boby
Also, see the cli-serialize branch for *a* way to do. I'm not sure the library I used is very good, so feel free to find something else!
Afaik the dependencies for this project are: - Windows/Mono for paket.exe - dotnet core SDK (make sure you've got the latest stable SDK installed too, not just preview) - F#...
Just tested on Mint 19 (Ubuntu 18). I did: 1. Installed dotnet core 2.2 SDK. 2. Installed mono-devel 3. ./.build.sh And it successfully built. I then tested with dotnet preview...
Dotnet: https://dotnet.microsoft.com/download/linux-package-manager/ubuntu16-04/sdk-2.2.101 Mono: https://www.mono-project.com/download/stable/#download-lin-ubuntu Yeah, I don't validate those things, although they're not hard to add. I haven't really gotten round to making the library particularly extensible however I'm afraid!...
@wtchappell I've updated master with some improvements to the CLI. I think it's feasible to use it in CI now. I'll write up these instructions into the readme, but you...
Sorry, I let the CLI get a little out of date :) I've pushed some fixes, and the advanced validation is now: 1. On your local system, run `dotnet run...
OK, don't need mono nor anything fsharp specific anymore. See the ci3 branch: https://github.com/tboby/cwtools/blob/ci3/.gitlab-ci.yml On that branch, you should be able to do: 1. Use image ` mcr.microsoft.com/dotnet/core-nightly/sdk:3.0.100-alpine3.10` 1. `dotnet...
That log looks promising. It's finding the rules and parsing 14k files, so the hoi4 specific config is working. I suspect the problem is that it thinks the folder is...
Are these all variables that you're initialising with `init_as_zero` (or a similar indirect scripted effect)? The way cwtools currently handles variables is by collecting all the variables set/changed in script....
Got the python scripts to work, that's a neat system. Creates a terrifying amount of script per variable though, something like 150 lines across all files? If you've got thousands...