keremispirli

Results 18 comments of keremispirli

I have the same problem. It always installs the latest version. I tried to install 16.8.5 and 16.8.6, but the installed version is always 16.9.2 which is the current latest...

OK, I just found in the Release Notes that "the native installer always installs the latest released Visual Studio 2019 build", so apparently "_this is not a bug, it is...

If I understand correctly, that last option also needs old Channel Manifest and Component Catalog files to be already kept around. So it's not possible to use those parameters without...

> Oh, I've just accidentally stumbled upon this: https://docs.microsoft.com/en-us/visualstudio/releases/2019/history#installing-an-earlier-release This is exactly what I needed! I tried to pass the `--installChannelUri` to the current native installer and it offered to...

> ```shell > Run nick-fields/retry@v2 > with: > ... > shell: bash -l {0} > ... > node:events:491 > throw er; // Unhandled 'error' event > ^ > > Error:...

@kgadek I created `stack.yaml` in project folder, next to stack-run.cabal: ```yaml resolver: lts-11.0 packages: - '.' - location: "." extra-dep: true ``` I keep getting this error message when I...

@pjljvandelaar Since parameter values are always string, I replace the value with "WrongVal" and test that TorXakis falls back to the default value for it.

"WrongVal" should not change the value. But the problem is not that values don't match; there's an exception here: ``` 1) ConfigFile #long New value for: TrueBins_StringMode uncaught exception: ExitCode...

No logs are created, I think the test can't even start.

@pjljvandelaar The failed build in https://github.com/TorXakis/TorXakis/issues/673#issuecomment-387965968 was still in moving arms. We have #model moving arms tests that run daily and normal ones that run per commit.