ninjiacoder
ninjiacoder
Yep, assigned to me.
如果是 iOS 端出现问题可以参考一下 #85
It make sense. But how to get the version of swift in the PATH locations?
> A lot of toolchain managers allow specifying a "global" and a "local" toolchain, so maybe instead of `carton sdk use` it would be `carton sdk global` and `carton sdk...
TODO: - [x] `carton sdk versions`: show the list of installed sdks #21 - [x] `carton sdk local`: show the local sdk version - [x] `carton sdk local [version]`: set...
已提交PR,本机测试正常,不知您那里能否正常运行
Yep, assigned to me.
I've made some changes. But as mentioned in the issue, it fails [testTypeWrapperTransform](https://github.com/apple/swift-syntax/blob/14ff9b3294710197ee15061d10aaf86ee78a0d54/Tests/SwiftSyntaxMacroExpansionTest/MultiRoleMacroTests.swift#L124-L207) now. Please help me check whether this test is correct.
Sorry, I misunderstood before. I ran into a problem. Is there a way to check equal between two `AttributeSyntax` nodes? It seems the `AttributeSyntax.id` will change after expanding. Now I'm...
I want to work on this. But I found in the [`testTypeWrapperTransform`](https://github.com/apple/swift-syntax/blob/14ff9b3294710197ee15061d10aaf86ee78a0d54/Tests/SwiftSyntaxMacroExpansionTest/MultiRoleMacroTests.swift#L124-L207), `CustomTypeWrapperMacro` is also an `AccessorMacro` but it's applied to struct.