Olof Hedman
Olof Hedman
Using --t and t several times in an expression like this is unfortunately not useful at all, it's Undefined Behaviour. You can't rely on the order of evaluation without sequence...
I agree with @remzisenel Spent a few hours trying to resolve this issue today, and yes, it seems no matter what I do, the iOS Resolver seems dead set on...
I'll also share my workaround. 1. Add /Users/YourUser/.gem/ruby/2.6.0/bin to your path, add this to your .zshrc: `export PATH="$PATH:/Users/YourUser/.gem/ruby/2.6.0/bin"` 2. Manually install a version cocoapods compatible with 2.6.0 using the ruby...
Bump on this issue, it's rather annoying that uncrustify choke when it encounters switch expressions. @guy-maurel Here is the specification from the feature proposal note: https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/proposals/csharp-8.0/patterns#switch-expression
Any news on this issue? It's an important feature for us and should be super simple to implement.