Jean-Paul Calderone

Results 222 comments of Jean-Paul Calderone

Hi. Thanks for the quick reply! The project where I'm trying to use this action is https://github.com/LeastAuthority/magic-folder and there is an open PR that introduces the usage at https://github.com/LeastAuthority/magic-folder/pull/18. Looking...

Here's the debug logging: ``` ##[debug]Evaluating condition for step: 'Run ilammy/msvc-dev-cmd@v1' ##[debug]Parsing expression: ##[debug]Evaluating: success() ##[debug]Evaluating success: ##[debug]=> true ##[debug]Result: true ##[debug]Starting: Run ilammy/msvc-dev-cmd@v1 ##[debug]Loading inputs ##[debug]Loading env Run ilammy/msvc-dev-cmd@v1...

If I change the configuration to pick a newer version of the toolset, eg `toolset: "14.0"`, then it succeeds. :/ Is the problem that 9.0 (Visual Studio 2008) is too...

Maybe I misunderstood what this action is for. Looking at the debug output and some of the code, it looks like it is not for installing Visual Studio. Instead, it...

This also happens even if you don't accidentally have to gitlab-runner instances running using the same config.

Yea, that's more or less what I expected. Depending on what the fix looks like, I might try to put in some time backporting it, though whether that's something that...

(Maybe too early to say, I have no idea what the fix is going to look like.)

It looks like another test fails similarly: ``` ====================================================================== FAIL: test_logCallsDefaultLoggerWrite (eliot.tests.test_validation.MessageTypeTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/nix-build-python2.7-eliot-1.7.0.drv-0/eliot-1.7.0/eliot/tests/test_validation.py", line 533, in test_logCallsDefaultLoggerWrite self.assertEqual(messages[0][u"key"], 1234) AssertionError: 5 != 1234...

Here's another one :/ ``` ERROR: test_global_cleanup (eliot.tests.test_testing.CaptureLoggingTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "/tmp/nix-build-python2.7-eliot-1.7.0.drv-0/eliot-1.7.0/eliot/tests/test_testing.py", line 662, in test_global_cleanup self.assertEqual(messages[0][u"some_key"], 1234) KeyError: u'some_key' ``` every time I mark another...