Tony Allevato

Results 19 issues of Tony Allevato

### Description I had a small use case in swift-format where I wanted to check the precedence of an operator relative to another one (https://github.com/apple/swift-format/pull/647). Unfortunately there's no public API...

enhancement

### Description This is a pretty open-ended issue, but I wanted to file some observations to see if folks have insight about possible improvements we can make here. I observed...

bug

### Description Spawned from the discussion in https://forums.swift.org/t/brainstorming-customizing-matchers/67456/11: When a custom comparison is needed, it was recommended that users could just write whatever comparison they need as a `Bool`-returning function...

enhancement
public-api

Making this an issue so I have a concrete place to say "Yes, this happened."

Do not merge—this is for the [raw identifiers](https://forums.swift.org/t/pitch-revisiting-backtick-delimited-identifiers-that-allow-more-non-identifier-characters/74432) pitch. This PR still has some failing tests where imported C++ template symbols are referenced in printed SIL. It looks like the...

This PR re-enables the following three rules, with the associated fixes: * `UseSynthesizedInitializer` * ~`NoBlockComments`~ removed during PR discussion * `UseLetInEveryBoundCaseVariable`

Do not merge—for the [raw identifiers](https://forums.swift.org/t/pitch-revisiting-backtick-delimited-identifiers-that-allow-more-non-identifier-characters/74432) pitch.