issues Search Results · repo:stackotter/swift-macro-toolkit language:Swift
Filter by
12 results
(90 ms)12 results
instackotter/swift-macro-toolkit (press backspace or delete to remove)I ran into an issue when building the SwiftCrossUI template for Swift-Bundler on the Fedora distro of Linux. When I ran
the command
swift-bundler run
it works up until doing a debug build for swift-macro-toolkit. ...
TheConnorJohnson
- 2
- Opened on Mar 24
- #26
Why isn t the severity parameter being used here? Was it supposed to be the parameter of SimpleDiagnosticMessage or not?
public func suggestReplacement(
_ message: String? = nil,
messageID: ...
atifdev10
- 1
- Opened on Dec 21, 2024
- #25
I think you should update the major version number when you adopts the new major version of swift-syntax. In order to
avoid error messages like below
error: Dependencies could not be resolved because ...
haifengkao
- 1
- Opened on Dec 13, 2024
- #24
Would allow for packages to depend on a specific release instead of commits
elihwyma
- 1
- Opened on Nov 24, 2024
- #23
Would be nice to have a 0.5.0 release with migration to swiftlang/swift-syntax, since it causes warnings with other libs
(tca) 🌚
maximkrouk
- 1
- Opened on Aug 24, 2024
- #19
I m using AddAsyncMacro from the example, and it seems to only get the direct function type, if I use Optional or
Typealias I get errors
img width= 1555 alt= iShot_2024-01-29_21 38 02 src=
https://github.com/stackotter/swift-macro-toolkit/assets/61279231/5467bfa4-8230-49f6-a139-942ea0151e59 ...
Mx-Iris
- 2
- Opened on Jan 29, 2024
- #12
At the moment there is nothing shared between the toolkit s declaration wrappers; StructDecl, EnumDecl, VariableDecl,
and maybe others by the time someone gets to this issue. A protocol would enable much ...
enhancement
good first issue
hacktoberfest
stackotter
- Opened on Oct 10, 2023
- #10
So far the only declaration group wrappers in the toolkit are Enum and Struct. By declaration group I mean a declaration
with an attached block which itself contains declarations. For example, a function ...
enhancement
hacktoberfest
stackotter
- Opened on Oct 10, 2023
- #9
The Type enum has two computed properties specifically for extracting certain cases: asSimpleType and asFunctionType. To
implement such properties for all cases would require a lot of boilerplate code, ...
enhancement
hacktoberfest
stackotter
- 4
- Opened on Oct 10, 2023
- #8
A major pain point for many Macro developers is handling all of the different ways that users can write types. For
example, Void? is equivalent to Optional Void which is equivalent to (((((()))?))); what ...
enhancement
hacktoberfest
stackotter
- 2
- Opened on Oct 10, 2023
- #7

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.