mirror of
https://github.com/abhigyanpatwari/GitNexus.git
synced 2026-08-28 05:25:25 +00:00
docs: add macro declarations to Swift ingestion gaps
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
parent
fcf8fb9bdf
commit
fcd2c3ff38
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ Tracks missing Swift features in the GitNexus ingestion pipeline. Organized by p
|
|||
| Subscript declarations | `subscript(i:) -> T` not captured | Protocol conformance tracking |
|
||||
| Operator overloads | `static func + (lhs:, rhs:)` not captured | Mathematical types |
|
||||
| `deinit` | `deinit {}` not captured | Minor — rarely called explicitly |
|
||||
| Macro declarations | `@macro` / `#macro` (Swift 5.9+) not captured | Swift macro ecosystem is growing |
|
||||
|
||||
### Heritage / Inheritance
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue