-
Notifications
You must be signed in to change notification settings - Fork 134
Update comments #661
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
Update comments #661
Conversation
f-f
left a comment
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.
Left a small comment, but otherwise looks great, thanks! 👏
|
This is good to go, but it looks like there's a test failing - I suspect we have fixtures trying to match on the content of the template |
|
It's caused by this line: - dhallSource `shouldSatisfy` (Text.isInfixOf "let overrides =") -- some dhall stuff is present
+ dhallSource `shouldSatisfy` (Text.isInfixOf "let upstream") -- some dhall stuff is present |
|
Thank you! 💯 |
| let upstream = -- <package set URL here> | ||
| in upstream | ||
| with simple-json.repo = "https://github.com/my-user/purescript-simple-json.git" | ||
| with simple-json.verison = "701f3e44aafb1a6459281714858fadf2c4c2a977" |
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.
Typo here -- version
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.
Dah! I'm pretty sure my fingers have muscle memory now in spelling this word wrong!
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.
Fixing in #663
Description of the change
Fixes #659
Checklist:
READMEP.S.: the above checks are not compulsory to get a change merged, so you may skip them. However, taking care of them will result in less work for the maintainers and will be much appreciated 😊