Skip to content
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

Use new Data api to avoid coalescing operator and optionals #320

Merged
merged 3 commits into from
Feb 24, 2020

Conversation

f-meloni
Copy link
Member

No description provided.

Copy link
Contributor

@vknabel vknabel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good refactoring! Didn't know that UTF8View's element is UInt8!

Comment on lines +85 to +93
{
"package": "PackageConfig",
"repositoryURL": "https://github.com/shibapm/PackageConfig.git",
"state": {
"branch": null,
"revision": "fd0829aac9851434b3d2db0890e27bc489fc973a",
"version": "0.12.2"
}
},
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When I run swift test locally, it will remove this pin again.
Was this change accidental?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is SPM 😢
This appears when you run Komondor in the commit hook, and is automatically committed as part of the hook.
Then basically if you commit code, it gets added, if you just run danger it gets removed :/

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh I see. That’s weird. 🤔

@f-meloni f-meloni merged commit 3eee5a2 into master Feb 24, 2020
@f-meloni f-meloni deleted the new_data_api branch February 24, 2020 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants