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

sourcery 2.1.8 #166663

Merged
merged 2 commits into from
Mar 20, 2024
Merged

sourcery 2.1.8 #166663

merged 2 commits into from
Mar 20, 2024

Conversation

Porkepix
Copy link
Contributor

Created by brew bump


Created with brew bump-formula-pr.

prerelease notes
## What's Changed
* ClosureParameter isVariadic Support by @art-divin in https://github.com/krzysztofzablocki/Sourcery/pull/1268
* Update Usage.md to include --parseDocumentation option by @MarcoEidinger in https://github.com/krzysztofzablocki/Sourcery/pull/1272
* Format processing time log message by @MontakOleg in https://github.com/krzysztofzablocki/Sourcery/pull/1274
* Fixed swift-package-manager version by @art-divin in https://github.com/krzysztofzablocki/Sourcery/pull/1280
* Added isSet to TypeName by @art-divin in https://github.com/krzysztofzablocki/Sourcery/pull/1281
* chore(deps): bump nokogiri from 1.15.4 to 1.16.2 by @dependabot in https://github.com/krzysztofzablocki/Sourcery/pull/1273
* Implement GenericRequirement support for member type disambiguation by @art-divin in https://github.com/krzysztofzablocki/Sourcery/pull/1283
* Add generic requirements to Method by @art-divin in https://github.com/krzysztofzablocki/Sourcery/pull/1284
* Recognize subclasses with generics by @art-divin in https://github.com/krzysztofzablocki/Sourcery/pull/1287
* Implemented typealias unboxing during type resolution by @art-divin in https://github.com/krzysztofzablocki/Sourcery/pull/1288
* Added documentation to typealias by @art-divin in https://github.com/krzysztofzablocki/Sourcery/pull/1289
* [Bugfix][AutoMockable.stencil]- inout with multiple parameters & optional any parameter in completion handler by @paul1893 in https://github.com/krzysztofzablocki/Sourcery/pull/1290
* [Syntax][AutoMockable.stencil]- Avoid side effect by @paul1893 in https://github.com/krzysztofzablocki/Sourcery/pull/1291
* Substitute underlying type from typealias by @art-divin in https://github.com/krzysztofzablocki/Sourcery/pull/1292
* Added support for multiline documentation comments by @art-divin in https://github.com/krzysztofzablocki/Sourcery/pull/1293
* Update SwiftSyntax dependency to 510.0.0 by @calda in https://github.com/krzysztofzablocki/Sourcery/pull/1294
* Resolved all SwiftSyntax Warnings by @art-divin in https://github.com/krzysztofzablocki/Sourcery/pull/1295
* Trailing Annotation Parsing by @art-divin in https://github.com/krzysztofzablocki/Sourcery/pull/1296
* Fixed Crash in AnnotationParser by @art-divin in https://github.com/krzysztofzablocki/Sourcery/pull/1297
* Disabled Optimization During Generated Code Verification by @art-divin in https://github.com/krzysztofzablocki/Sourcery/pull/1300
* Adjusted file structure to accommodate two generated files by @art-divin in https://github.com/krzysztofzablocki/Sourcery/pull/1299
* Expand --serialParse flag to also apply to Composer.uniqueTypesAndFunctions by @calda in https://github.com/krzysztofzablocki/Sourcery/pull/1301
* Make AutoMockable Generate Compilable Swift Code by @art-divin in https://github.com/krzysztofzablocki/Sourcery/pull/1304
* Fix Closure Parameter CVarArg with Existential by @art-divin in https://github.com/krzysztofzablocki/Sourcery/pull/1305
* Update Changelog by @art-divin in https://github.com/krzysztofzablocki/Sourcery/pull/1307

New Contributors

Full Changelog: krzysztofzablocki/Sourcery@2.1.7...2.1.8

@github-actions github-actions bot added ruby Ruby use is a significant feature of the PR or issue bump-formula-pr PR was created using `brew bump-formula-pr` labels Mar 20, 2024
@chenrui333
Copy link
Member

  sourcery
    * 2.1.8 is a GitHub pre-release.

@chenrui333 chenrui333 added the pre-release Artifact is pre-release label Mar 20, 2024
@chenrui333 chenrui333 added livecheck Issues or PRs related to livecheck CI-syntax-only Change only affects brew syntax, not the install. Only run syntax CI. and removed pre-release Artifact is pre-release labels Mar 20, 2024
@github-actions github-actions bot added automerge-skip `brew pr-automerge` will skip this pull request autobump labels Mar 20, 2024
@chenrui333 chenrui333 changed the title sourcery 2.1.8 sourcery: add livecheck and autobumpo Mar 20, 2024
@chenrui333 chenrui333 changed the title sourcery: add livecheck and autobumpo sourcery: add livecheck and autobump Mar 20, 2024
@chenrui333 chenrui333 removed the automerge-skip `brew pr-automerge` will skip this pull request label Mar 20, 2024
@art-divin
Copy link
Contributor

art-divin commented Mar 20, 2024

👋🏻 Hello,

artifacts are now available, and Sourcery 2.1.8 is available to be bumped on brew. Marked Sourcery as release-ready.

Thank you very much @Porkepix for your PR!

cc @chenrui333

@art-divin
Copy link
Contributor

Hey @chenrui333 👋🏻

Whenever I try to create a PR right now, I receive an error that this PR is a duplicate, even though this one does not do the actual bump:

Error: These open pull requests may be duplicates:
sourcery: add livecheck and autobump https://github.com/Homebrew/homebrew-core/pull/166663
Duplicate PRs should not be opened.
Manually open these PRs if you are sure that they are not duplicates.

Could you please assist how to proceed?

Thank you! 🙏🏻

@chenrui333
Copy link
Member

yeah, totally.

autobump: add sourcery

Signed-off-by: Rui Chen <rui@chenrui.dev>
@github-actions github-actions bot added the automerge-skip `brew pr-automerge` will skip this pull request label Mar 20, 2024
@chenrui333 chenrui333 changed the title sourcery: add livecheck and autobump sourcery 2.1.8 Mar 20, 2024
@chenrui333 chenrui333 removed livecheck Issues or PRs related to livecheck CI-syntax-only Change only affects brew syntax, not the install. Only run syntax CI. automerge-skip `brew pr-automerge` will skip this pull request labels Mar 20, 2024
@chenrui333 chenrui333 added the ready to merge PR can be merged once CI is green label Mar 20, 2024
Copy link
Contributor

🤖 An automated task has requested bottles to be published to this PR.

@github-actions github-actions bot added the CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. label Mar 20, 2024
@BrewTestBot BrewTestBot added this pull request to the merge queue Mar 20, 2024
Merged via the queue into Homebrew:master with commit a347938 Mar 20, 2024
13 checks passed
@github-actions github-actions bot added the outdated PR was locked due to age label Apr 20, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Apr 20, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
autobump bump-formula-pr PR was created using `brew bump-formula-pr` CI-published-bottle-commits The commits for the built bottles have been pushed to the PR branch. outdated PR was locked due to age ready to merge PR can be merged once CI is green ruby Ruby use is a significant feature of the PR or issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants