We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm trying to parse tests form upstream swift repository and with swift-ast and found a crash of files https://github.com/apple/swift/blob/master/test/SILOptimizer/diagnostic_constant_propagation_int.swift and https://github.com/apple/swift/blob/master/test/SILOptimizer/diagnostic_constant_propagation.swift This files are also attached in the archive.
The text was updated successfully, but these errors were encountered:
More cases: https://github.com/apple/swift/blob/master/test/stdlib/IntegerCompatibility.swift https://github.com/apple/swift/blob/master/test/stdlib/PrintPointer.swift https://github.com/apple/swift/blob/master/test/stdlib/PrintFloat.swift
Sorry, something went wrong.
I'm having the same problem when try to parse this file: https://github.com/jpsim/Yams/blob/master/Tests/YamsTests/ConstructorTests.swift Is there a fix for this or a way to work around?
No branches or pull requests
I'm trying to parse tests form upstream swift repository and with swift-ast and found a crash of files https://github.com/apple/swift/blob/master/test/SILOptimizer/diagnostic_constant_propagation_int.swift and https://github.com/apple/swift/blob/master/test/SILOptimizer/diagnostic_constant_propagation.swift
This files are also attached in the archive.
The text was updated successfully, but these errors were encountered: