You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am aware that the swift-ast -github-issue /path/to/file.swift might help me generate this file
Issue Summary
Environment
OS Info: [Please insert the operating system name and version]
Yanagiba/swift-ast version: [Please insert the swift-ast version]
Reproduction Steps
Try to parse: class SomeClass: @unchecked Sendable
It will fail due to the @unchecked attribute. It doesn't seem the swift-ast type inheritance parser accepts attributes.
Command to run swift-ast with the code above: swift-ast sample.swift
Expected Result
What do you expect to happen as a result of the reproduction steps?
Actual Behavior
What currently happens as a result of the reproduction steps?
[
Insert the current outputs and
maybe other information that
could help us understand the issue better
]
Even Better
Is your project open sourced? If yes, can you point us to your repository?
If not, is it possible to make a small project that fails the Travis CI?
If not, can you create a gist with your sample code for us?
The text was updated successfully, but these errors were encountered:
There hasn't been any activity on this issue recently. Due to the high number of incoming GitHub notifications, we have to clean some of the old issues, as many of them have already been resolved with the latest updates.
Please make sure to update to the latest version and check if that solves the issue. Let us know if that works for you by adding a comment.
🚨New Issue Checklist🚨
swift-ast -github-issue /path/to/file.swift
might help me generate this fileIssue Summary
Environment
Reproduction Steps
Try to parse:
class SomeClass: @unchecked Sendable
It will fail due to the
@unchecked
attribute. It doesn't seem the swift-ast type inheritance parser accepts attributes.Command to run
swift-ast
with the code above:swift-ast sample.swift
Expected Result
What do you expect to happen as a result of the reproduction steps?
Actual Behavior
What currently happens as a result of the reproduction steps?
Even Better
Is your project open sourced? If yes, can you point us to your repository?
If not, is it possible to make a small project that fails the Travis CI?
If not, can you create a gist with your sample code for us?
The text was updated successfully, but these errors were encountered: