雪竜 (Tommy Li)

Results 6 issues of 雪竜 (Tommy Li)

For the following code, if I put a breakpoint on line where `let a` is in Xcode, LLDB debug server will crash. If I start the initial coroutine on main...

#### Bug description A clear and concise description of what the bug is. - Version of analyzers assembly: 1.12 - Analyzer rule: USP0016 - Error (exception message, type, and callstack...

investigating

### Environment - OS and version: macOS 12.5 - VS Code: 1.70.2 - C/C++ extension: 1.11.5 - GDB / LLDB version: N/A ### Bug Summary and Steps to Reproduce IntelliSense...

Language Service
Feature Request
Feature: Configuration
Feature: IntelliSense Mode

https://github.com/daltoniam/tarkit/blob/62d1c23eaf4cc222dffc5ff333ee83d68b590111/DCTar.m#L442 https://github.com/daltoniam/tarkit/blob/62d1c23eaf4cc222dffc5ff333ee83d68b590111/DCTar.m#L454-L459 https://github.com/daltoniam/tarkit/blob/62d1c23eaf4cc222dffc5ff333ee83d68b590111/DCTar.m#L507-L510 This causes runtime exceptions at least on iOS 12. There are several other places where `free` is called like this, the code snippet above is just an...

https://github.com/daltoniam/tarkit/blob/62d1c23eaf4cc222dffc5ff333ee83d68b590111/DCTar.m#L525-L529 Should have been: ``` [outputFileHandle writeData:[NSData dataWithBytes:buffer length:padding]]; ```

For context, I'm trying to attribute YarnCommand onto a method that has an enum type parameter. The documentation only has the type reference of YarnParameter, but does not demonstrate how...