-
Notifications
You must be signed in to change notification settings - Fork 7
Run test #4
New issue
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
base: main
Are you sure you want to change the base?
Run test #4
Conversation
|
Hi @mlch911! Thank you for your pull request and welcome to our community. Action RequiredIn order to merge any pull request (code, docs, etc.), we require contributors to sign our Contributor License Agreement, and we don't seem to have one on file for you. ProcessIn order for us to review and merge your suggested changes, please sign at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need to sign the corporate CLA. Once the CLA is signed, our tooling will perform checks and validations. Afterwards, the pull request will be tagged with If you have received this in error or have any questions, please contact us at cla@meta.com. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Meta Open Source project. Thanks! |
| ], | ||
| dependencies: [ | ||
| .package(url: "https://github.com/apple/swift-syntax.git", from: "600.0.0") | ||
| .package(url: "https://github.com/apple/swift-syntax.git", from: "602.0.0"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The version was dropped from 600 to 602 in the pervious pull request https://github.com/facebookincubator/QuickLayout/pull/3/files from @JonyFang.
What features do you need from 602 to support for this pull request?
| dependencies: [ | ||
| .package(url: "https://github.com/apple/swift-syntax.git", from: "600.0.0") | ||
| .package(url: "https://github.com/apple/swift-syntax.git", from: "602.0.0"), | ||
| .package(url: "https://github.com/pointfreeco/swift-macro-testing.git", from: "0.6.4"), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What is this package for?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a third-party tool to simplify Macro testing. While the library looks interesting and perhaps helpful, it's a third-party dependency which we might not have at Meta. Until, there are heavy reasons, I would prefer QuickLayout stick to vanilla Apple frameworks. Could you please remove it? Thank you.
Be able to run test. #2