Pedro Algarvio

Results 69 issues of Pedro Algarvio

https://github.com/saltstack/salt/commit/043875391f980493394ec3881c4f6aec2627b59a

Test-Failure

https://github.com/saltstack/salt/commit/e89da8a76d8d595e8116feceefce46647bba1b39

Test-Failure

https://github.com/saltstack/salt/commit/85ea23dd6261e86e4fc6a894936bc903a01d4d0d

Test-Failure

https://github.com/saltstack/salt/commit/85ea23dd6261e86e4fc6a894936bc903a01d4d0d

Test-Failure

https://github.com/saltstack/salt/commit/85ea23dd6261e86e4fc6a894936bc903a01d4d0d

Test-Failure

https://github.com/saltstack/salt/commit/6052a1ede23bfe2d8dfed8fe6d53ded8796bbb0d

Test-Failure

```python >>> CODE = ''' ... foo = "bar" ... match foo: ... case "bar": ... print(f"Case {foo}") ... case "blah": ... print(f"Case {foo}") ... case _: ... print("No match")...