Saehej Kang
Saehej Kang
Just had some clarifications when running tests 1. When do you need to rebuild dependencies when running tests? 2. This was just updating an error string so does that warrant...
@LucianoPAlmeida could you run the ci again?
looking for a quick passthrough before I continue working on this 👀 @AnthonyLatsis
@AnthonyLatsis ping for quick review
@taevonlewis are you still working on this issue?
@AnthonyLatsis can this be reassigned due to its lack of activity? EDIT Even if this issue is still being worked on, I found some great notes on [Diagnostics.md](https://github.com/apple/swift/blob/main/docs/Diagnostics.md#diagnostic-verifier) to help...
> with details on actual vs. expected diagnostics (fix-its). With the `-verify` flag added to the `swift-frontend` build arguments, I get this output (no details on actual), just an error...
> there is no actual note emitted on the specified line Is the `fix-it` not an expected note? Maybe I wrote one of these wrong ``` // expected-error {{use of...
We want to make updates to this diagnostic I found below. I was thinking to add a new variable `Type` and pass in the `'some P'` to the error, but...