-
Hi, first of all, thanks for writing such a nice macros.
There was one thing that I found disappointing.
The Swift syntax does not allow you to set default values for parameters in protocol functi…
-
I think it would be a favourable improvement, if you could centrally provide Typescript Enums for a few things, rather than having everyone writing their own. This would create a smoother DX for anyon…
-
| | |
|------------------|-----------------|
|Previous ID | SR-485 |
|Radar | rdar://problem/20462344 |
|Original Report…
-
Currently writing controllers in Vapor requires manually getting values from Request and implementing the `boot(routes:)` function . The handler functions are in the body of the Controller while the p…
-
Neat project! I think it's possible to look up the `containingClassName`, either now or soon: https://forums.swift.org/t/macros-accessing-the-parent-context-of-a-syntax-node-passed-to-a-macro/64443/26…
-
### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
I'm trying out Zed again today after a few months of going back to VS Code because of usabil…
-
HI Simon, I was considering a similar strategy when I stumbled on your project. Great work...impressive. Are you willing to share the process you went through to generate the swift-syntax-xcframewo…
-
Improve `@dynamicMemberLookup` implementation in order to enable autocomplete.
See:
- [Swift Macros](https://docs.swift.org/swift-book/documentation/the-swift-programming-language/macros/)
- Libs: …
-
Hi there,
Is there a supported way to export a default trait function via swift_bridge? Like this,
```rust
struct Example;
trait ExampleTrait {
fn example(&self) -> &'static str {
…
-
### Description
Tests fail to link on Windows using swift 5.9.1-RELEASE when macros are present.
This is a trivial repo that reproduces the issue:
https://github.com/lynchsft/swift-windows-macro…