Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/krzysztofzablocki/Sourcery

Meta-programming for Swift, stop writing boilerplate code.
https://github.com/krzysztofzablocki/Sourcery

Document `includeFile(...)` in Swift templates section (#892)

* Document `includeFile(...)` in Swift templates section

* Update Writing templates.md

61bf9ae33169c1c353acdcc412ca09647ac6c639 authored almost 4 years ago by Stan Stadelman <[email protected]>
chore: update metadata

27da0d35bfc82c0578b499d72110b5dabf91e4b6 authored almost 4 years ago by Krzysztof Zabłocki <[email protected]>
add .swiftpm/ to gitignore (#884)

7e07c7996454da6b0d3c8e33ee10335cb7e0b8fd authored almost 4 years ago by Benedek Kozma <[email protected]>
feat: match the behaviour of allMethods to allVariables, fixes #838

5d77d28852879980c0bc3d36a465f42970b4fef1 authored almost 4 years ago by Krzysztof Zablocki <[email protected]>
fix: update test stubs

7555cb7696f31718733329b3d4662942675dd20e authored almost 4 years ago by Krzysztof Zablocki <[email protected]>
Eliminate extra lines after header (#878)

2b85cd5a10517f4016147fe7938ff3c1879209e3 authored almost 4 years ago by Aoi Okawa <[email protected]>
update internal boilerplate code.

08479a2f5b42573b5a2314e902e86cb6cd9cf5a1 authored almost 4 years ago by Krzysztof Zablocki <[email protected]>
docs: update metadata for 1.0.2 release

ff2914ed205eca0d452f07a93f6c703533fcb587 authored almost 4 years ago by Krzysztof Zablocki <[email protected]>
fix: type parser improvements

a7bc2cbd9f364d3b485ccdff36d5434ec7febf4c authored almost 4 years ago by Krzysztof Zablocki <[email protected]>
update internal boilerplate code.

ed094c16081ea3ad6d4d8e0d7339755f375e8b37 authored almost 4 years ago by Krzysztof Zablocki <[email protected]>
docs: update metadata for 1.0.1 release

264d684e9c73cdc5bd9fc1dbf6aef7bbaae05c0d authored almost 4 years ago by Krzysztof Zablocki <[email protected]>
fix: handle type inferrence with property getters/setters

86cca17fcfceda47dc620115b4cdbdf2507069c5 authored almost 4 years ago by Krzysztof Zablocki <[email protected]>
fix: restore diffable matchers

86bc1b0119ed1217c899cb2d279fcdbf929c87c7 authored almost 4 years ago by Krzysztof Zablocki <[email protected]>
chore: include other podspecs in git manual commit rake task

760be06bf83d80c791dfcc33e3bb975af680be07 authored almost 4 years ago by Krzysztof Zablocki <[email protected]>
chore: run rake update docs

ed2adc59706dfd4de7fd87aacdfdbcecb012fb81 authored almost 4 years ago by Krzysztof Zablocki <[email protected]>
Fix parsing method parameters without names (#870)

a2cbe9ac6b95b216d4f6137f2c3ddd372477a181 authored almost 4 years ago by Artyom Y. Razinov <[email protected]>
chore: auto-update other targets podspecs

8a3954d09c18755bd280a5b9c0ad51bcf65c85c1 authored almost 4 years ago by Krzysztof Zablocki <[email protected]>
chore: bump gemfile

2b985daf41e243fb4b0ce8f24dfca28195414dd2 authored almost 4 years ago by Krzysztof Zablocki <[email protected]>
feat: handle multiline variable declarations with comments (#875)

17e9356cb817c45d3a9e33bccef9a61ff0b9b9f9 authored almost 4 years ago by Krzysztof Zabłocki <[email protected]>
Updates Commander (#874)

* Updates Commander 0.7.0 -> 0.9.1

* Updates CHANGELOG

7f902319ddb2eac1098662a2b28f69b155d76546 authored almost 4 years ago by marko <[email protected]>
Updates SourceKitten, Yams & CocoaPods version. (#873)

* Updates SourceKitten, Yams, Commander, PathKit,...

* Updates CHANGELOG

55645c999f2d585cb808caa75e4581b8b42f2380 authored almost 4 years ago by marko <[email protected]>
Add podspecs for frameworks (#871)

1dc17c639a18a881f1520f5f087028a3ee368ed3 authored almost 4 years ago by Artyom Y. Razinov <[email protected]>
Update project for Xcode 12.1 (#869)

* Update project for Xcode 12.1

* Add changelog

* Push Pods sources

877776e9a401ee84645af33c5e7e1a95b52f86af authored almost 4 years ago by David Bertet <[email protected]>
Tuple for associated values in enum case is deprecated (#868)

6fcf1da4302ea04c4694c9f254ac8e68f4d1ec87 authored almost 4 years ago by David Bertet <[email protected]>
Fix multiline method declarations parsing (#863)

bb124787493d02b43ed2d6ec8b2b066b2a06b98f authored about 4 years ago by Dmitrii Celpan <[email protected]>
Fix an issue, where "types.implementing.<protocolName>" did not work due to an additional module name (#859)

a3aab352e78ea3e2eccb2bb9375740ff9bd3427f authored about 4 years ago by Wolfgang Lutz <[email protected]>
fix some typos (#860)

596efa0d5d58cdb5a1be002d443aad7d3361f996 authored about 4 years ago by Wolfgang Lutz <[email protected]>
Update TemplateContext.swift (#858)

a9c21db3a9e79060834e8628efd8126d73be58ba authored about 4 years ago by Wolfgang Lutz <[email protected]>
update internal boilerplate code.

0c6dc860b1e7afc2e025cb63f66ab5dfd69bb743 authored about 4 years ago by Krzysztof Zablocki <[email protected]>
docs: update metadata for 1.0.0 release

ab3f0ec8ba75da23427cf6b2cd66d4fdc54b854f authored about 4 years ago by Krzysztof Zablocki <[email protected]>
Fix error at build time when using SwiftTemplate & Xcode 11.4 or higher (#849)

* Fix generation error from SwiftTemplate

* Add changelog

* Fix unit tests

ea385cdf3867f31eedf809af830af908309133c7 authored about 4 years ago by DavidBertet <[email protected]>
Adds support for associated types (#846)

* Adds support for associated types

* Adds missing documentation info

* Fixes typo associa...

e15dcb63d4f2dde6fa7abd6fd816e8be769478fd authored about 4 years ago by Asif Mujteba <[email protected]>
Fixes isValidClosureName to handle generic types correctly. (#845)

* Fix isValidClosureName to handle generic types correctly.

(cherry picked from commit 1ed50f...

6f2c00fb4af7bc3d5022dff8336da9c40c40283c authored over 4 years ago by Asif Mujteba <[email protected]>
[823] Optional / Closure recognition (#839)

* feat: change isOptional resolution logic to take closure into account, fixes #823

* chore: ...

a441c57219fd933cd63ab49b162ad98cddfbda68 authored over 4 years ago by Krzysztof Zabłocki <[email protected]>
Fixed namespace resolution for types (#834)

* Fixed namespace resolution for types

* Fixed regular expression

* Doc comment

* Added...

890aa658129de2b9c3fddd64696cc995f89bccbe authored over 4 years ago by till0xff <[email protected]>
Nest ProtocolCompositions docs under Types category (#836)

* Nest ProtocolCompositions docs under Types category

* Regenerate docs

4a6b73fad42b00002b96a27ed6f5527cb0301f56 authored over 4 years ago by Eric Horacek <[email protected]>
Disallow protocol compositions from being considered as the rawType of an enum (#832)

* Disallow protocol compositions from being considered as the rawType of an enum

As reported ...

e625411a1b0958f7a9a4427033b50ef74c37a8d0 authored over 4 years ago by Eric Horacek <[email protected]>
Add missing documentation for the `ProtocolComposition` type (#833)

Additionally regenerate docs by running `bundle exec rake docs`

3e63cce7b49700547d3f10d61de6dedaa51b5505 authored over 4 years ago by Eric Horacek <[email protected]>
Merge pull request #827 from erichoracek/prepare-next-iteration

docs: preparing for next development iteration.

7552aa9846b608deff7d6bfccf944465f62da3d8 authored over 4 years ago by Eric Horacek <[email protected]>
docs: preparing for next development iteration.

7da89580e7c906e0c5d3c2fe161f3d73a487f063 authored over 4 years ago by Eric Horacek <[email protected]>
Merge pull request #826 from erichoracek/update-version

Update version to 0.18.0

29fbf77d937a86f44d0897a3dee81a4d850d9d8f authored over 4 years ago by Eric Horacek <[email protected]>
docs: update metadata for 0.18.0 release

b2bc3aad696e7cf554f6152debdcaf54df8f46db authored over 4 years ago by Eric Horacek <[email protected]>
update internal boilerplate code.

8ceca0184a0259f36ed89246bffa14e0b660064d authored over 4 years ago by Eric Horacek <[email protected]>
Merge pull request #825 from erichoracek/update-docs

Update docs

ada824750e05a03a60fcb56b598982460da36132 authored over 4 years ago by Eric Horacek <[email protected]>
Merge pull request #824 from erichoracek/xcode-11-4-1

Support building on Xcode 11-4-1

f9383860e22a96f073e2f1f19a0d14e6e4ef17d3 authored over 4 years ago by Eric Horacek <[email protected]>
Update docs

By running `bundle exec rake docs`

bfd415435bbd643b63cc28a2eaccfb1e3b8600c2 authored over 4 years ago by Eric Horacek <[email protected]>
Add change

ba1069187194549f53aecec5ce6779015924e4b5 authored over 4 years ago by Eric Horacek <[email protected]>
Support building on Xcode 11-4-1

c8d84a93223884f6a6a012395b1383337fe13fca authored over 4 years ago by Eric Horacek <[email protected]>
Add support for accessing all typealiases, parse global typealiases (#814)

* Add support for accessing all typealiases, parse global typealiases

Supports accessing all ...

e236ea74510d79a2440e23fe989f0035f6ddde3a authored over 4 years ago by Eric Horacek <[email protected]>
Fixed missing SourceryRuntime dependency of SourceryFramework (SPM) (#818)

* Add SourceryRuntime to dependencies of SourceryFramework

* modified CHANGELOG.md

9a6a04a829a3cef18e7c9f095780842727ee53a5 authored over 4 years ago by alex-dorokhov <[email protected]>
Add support for indirect enum cases (#813)

Co-authored-by: Jacob Weightman <[email protected]>

6448723c8b0660bb551515b13e0be5ec88915bf0 authored over 4 years ago by Jacob Weightman <[email protected]>
Add support for protocol compositions (#808)

Partially fixes #541 (for named protocol compositions declared as a typealias) by adding a new `...

0c105e8dda22a06d979063ac90ae8475720d9150 authored over 4 years ago by Eric Horacek <[email protected]>
Add support for free functions (#807)

* Add ability to parse free functions

* Add free function support to Swift templates

* Res...

c03eab2749f90055c92d26d3dee9248e9ea2e4b4 authored over 4 years ago by Max Mamis <[email protected]>
Bump rake from 12.3.2 to 12.3.3 (#810)

Bumps [rake](https://github.com/ruby/rake) from 12.3.2 to 12.3.3.
- [Release notes](https://git...

ecbbe4887b941125c8663e756926d87dc8e4e2c8 authored over 4 years ago by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Improve AutoMockable.stencil for functions (#802)

* Improve AutoMockable.stencil for functions

Improve AutoMockable.stencil when function's re...

14050df5823ba4a8fc8d61ca4834ddfccbc4751d authored almost 5 years ago by Szymon Mrozek <[email protected]>
Strip out default values from type names in AssociatedValues (#800)

* Strip out default values from type names in AssociatedValues

* Add changelog summary

* A...

2438e165c08c184ac001b46c36ee7060ef67837e authored almost 5 years ago by Christian Sampaio <[email protected]>
json filter (#799)

* json filter

* Apply suggestions from code review

49a47702db0ae4ca5fb07a31be7a91795ea5f918 authored almost 5 years ago by Ilya Puchka <[email protected]>
added optional filter for variables (#797)

830efafa0bacb804117271635ead8351b2f07e9e authored almost 5 years ago by Ilya Puchka <[email protected]>
fix inferring dictionary and array variables types (#798)

4e5fb818340d82714a6effba8c148fb9f99dc0f0 authored almost 5 years ago by Ilya Puchka <[email protected]>
Removed the recursive computation of the excludeList from the outside the enumeration(). (#794)

The old logic would recompute the entire exclusion path list for every file being checked in the...

8285f7e149ea07ab002a5259f36295f3480fe825 authored almost 5 years ago by Michael Gray <[email protected]>
Fix SwiftPM build on case-sensitive file systems (#791)

Rename from `Sources/sourcery` to `Sources/Sourcery`.
It looks like developers just forgot to r...

6e7daf6065bc21f2be038c00fcaac520fe473b9c authored almost 5 years ago by Vladimir Lyukov <[email protected]>
Log errors when running with `--watch` option Re #785 (#786)

* Log errors when running with --watch option. Re #785

* CHANGELOG.md update

f8f76b9eef93fc76668ef83db739cd44f54761b1 authored about 5 years ago by Dimitar <[email protected]>
Filtered config for missing env variables (#781)

* Filtered config for missing env variables

* Added tests

* Added missing valid yml file
...

6770e4d58a7cc16a55c7efc882f2d9f07c553547 authored about 5 years ago by Catalin Mustata <[email protected]>
Sync .swift-version as 5.0 (#782)

47af7297a4d48c223a4da1025f281686bb25a328 authored about 5 years ago by Yuta Saito <[email protected]>
update internal boilerplate code.

2ff5e001c68f86cdef21bdc76f6d9ccf505fffe0 authored about 5 years ago by Krzysztof Zablocki <[email protected]>
docs: update metadata for 0.17.0 release

54413233a272493c2a64ebe62d442aa76e3adf2a authored about 5 years ago by Krzysztof Zablocki <[email protected]>
Improve performance by parallelizing and changing cache logic (#779)

* chore: add measurements tracking

* refactor: make composer static and switch to using modif...

3752851f82f75af78b4e0a8bbbe6074e169750ed authored about 5 years ago by Krzysztof Zabłocki <[email protected]>
Fix cocoapods setup (#776)

* Set SWIFT_VERSION to 5.0 in Templates project

`pod install` would not work without this bec...

159110ea267c95365528e9d89713b4287244d87f authored about 5 years ago by Sébastien Duperron <[email protected]>
docs: preparing for next development iteration.

94da61648713f3178af10803c27ff8a2ac40f780 authored over 5 years ago by Liquidsoul <[email protected]>
update internal boilerplate code.

6f726fe2985e8815177601f35150798a672c28d2 authored over 5 years ago by Liquidsoul <[email protected]>
docs: update metadata for 0.16.2 release

48ad08362ab837684cd2ae74bebb571bb77ac774 authored over 5 years ago by Liquidsoul <[email protected]>
Merge Bug fixes sections

7287bcf1396da47aa3f4439f07347bc2d8449ef5 authored over 5 years ago by Liquidsoul <[email protected]>
Add missing SourceryFramework product in Package.swift (#772)

* [spm] Add missing SourceryFramework product in Package.swift

* Update CHANGELOG

94f42bce0b14f49911c9e0e77b57e5725317cdfc authored over 5 years ago by Sébastien Duperron <[email protected]>
Migrate Sourcery code to Swift 5 (#773)

* Remove SPM dependencies not used by any target

* Set SWIFT_VERSION to 5.0 in the Xcode proj...

9e6999ec48a230beff977a588aca9558ab785c08 authored over 5 years ago by Sébastien Duperron <[email protected]>
Fix Cache issue (#775)

* fix: fix incorrect version used for caching

* chore: update metadata

* chore: formatting...

798f2c84957f4011ae217426d3b99b3f5474c773 authored over 5 years ago by Krzysztof Zabłocki <[email protected]>
Fix the release process scripts (#770)

* Check only for changes in the docs folder

* Fix version file path in Rakefile

* Fix vers...

20bdf697c1b49c4f98d70199b880d79c1d2c9f91 authored over 5 years ago by Sébastien Duperron <[email protected]>
Support linking of per-file code generation (#769)

* Add failing test

* Apply target links to files generated via annotations

* Update CHANGE...

a68fb5cfa7ecd6f7048a4ccdc3fd8a81deb950bb authored over 5 years ago by Mike Ciesielka <[email protected]>
Fix annotations EnumCase not supporting commas (#752)

* Add failing tests to expose the enum case annotation parsing issue with commas

* Fix enum c...

e2c7c3f772b6e34fbc5057a05105f85749f5f641 authored over 5 years ago by Stéphane Copin <[email protected]>
Update project to run with Xcode 10.2 (#760)

* Update Nimble to allow building on Xcode 10.2, bump CI to Xcode 10.2.1.

* Fix access level ...

43d9b69b14dd653e6e6ae1420a921ecbdc0d2191 authored over 5 years ago by Denys Telezhkin <[email protected]>
Fix issue where Swift templates would fail to compile correctly but the compilation error would not be reported (#758)

* fix(swift-template): fix issue where Swift templates would fail to compile correctly but the c...

537e25e2baa4b81a9cd37e05488ac24d24dd29ca authored over 5 years ago by Stéphane Copin <[email protected]>
docs: preparing for next development iteration.

4a22e55bbd785c455e9bcfcfe48453506de0bb5b authored over 5 years ago by Liquidsoul <[email protected]>
update internal boilerplate code.

31bafe030e3a4d3e4593b393200a1ee84768c7c0 authored over 5 years ago by Liquidsoul <[email protected]>
docs: update metadata for 0.16.1 release

46cc58447c617a5a84532aab9cf95527d54dcda9 authored over 5 years ago by Liquidsoul <[email protected]>
Update html docs

92e929fc74372ecc622dc866cac10925a823cc72 authored over 5 years ago by Liquidsoul <[email protected]>
Update cocoapods gem to 1.6.1 (#755)

f87a4ce0924ef3513cd2d0a13e4f324d5f8ef21a authored over 5 years ago by Sébastien Duperron <[email protected]>
Move SwiftTryCatch into this repo directly (#737)

* Move SwiftTryCatch into this repo directly

This is to avoid possible issues with incompatib...

8459a765aafaad3448184e6b99c4fb8e93b762d1 authored over 5 years ago by Kevin Lundberg <[email protected]>
fix ReceivedInvocations's type (#751)

* fix ReceivedInvocations's type

* update changelog

* add optional at the end of the type
...

b85482079347e397a69949e1b077b7aa3ec48eb9 authored over 5 years ago by zhu.bingyi <[email protected]>
typo fix in documentation (#749)

* Update Codable.md

typo fix

* Update codable.html

typo fix

* Update Codable.md

t...

bcafaa1fedba7c6c7d83dfb1263f34d0a5944849 authored over 5 years ago by Dmitrii Ivanov <[email protected]>
Don't add indentation to empty line when using inline generated code (#748)

Fixes #747

5ef8408dda6573422069118382063cda45e40a16 authored over 5 years ago by Marcelo Fabri <[email protected]>
Ensure that buildDir path exists before copying the context (#744)

* Ensure that buildDir path exists before copying the context

The `buildDir` folder may not b...

3bb7f078d016cf697a4799759a7b25ae12e51068 authored over 5 years ago by Sébastien Duperron <[email protected]>
Update AutoMockable.stencil (#732)

Fix inconsistent naming of Invocation variable and call on that variable which has been cause of...

da30cfa433bbba36342c54166abad1fda78ad5d0 authored over 5 years ago by Marcin Pawłowski <[email protected]>
docs: preparing for next development iteration.

6a749d629c745d3f74641ec2dd74eb289b6e4ba2 authored over 5 years ago by Liquidsoul <[email protected]>
update internal boilerplate code.

6ea70c6dd3de1f2a5c3e28c99c6ce89e9f4d4027 authored over 5 years ago by Liquidsoul <[email protected]>
docs: update metadata for 0.16.0 release

5f181cd844344596b21e0f755f65db71aa5f11e5 authored over 5 years ago by Liquidsoul <[email protected]>
Fix changelog containing multiple master sections

15f456365fe2a1bf7b5b9fe6f43b48243a3d3b38 authored over 5 years ago by Liquidsoul <[email protected]>
Add missing updates to SourceryUtils acknowledgements file

af01ef1d557ff4e93bb074166f47d1e11226a2db authored over 5 years ago by Liquidsoul <[email protected]>
Indent inline generated code to match the `// sourcery:inline:` annotation (#731)

* Indent inline generated code to match the `sourcery:inline:` annotation

* Remove leftover d...

d1702089bb2f294022eb03ce26e3f2da4fcc82c9 authored over 5 years ago by Filipe Lemos <[email protected]>
Allows using Swift templates with SPM-packaged builds (e.g. via Mint) (#728)

* Add SourcerySwift to the SPM build

* Update markdown to tell Swift templates are now availa...

fb8ac811cf81710bdcb6c87fa30cc2ec303fd72c authored over 5 years ago by Sébastien Duperron <[email protected]>
SourceryFramework (#715)

* extract parsing and generating functionality into SourceryFramework

* removed unneeded AEXM...

277c8120ac132869929a9514a382a81884a75c3d authored over 5 years ago by Ilya Puchka <[email protected]>
Replace environment variables in yml files (#724)

* expand env variables

* use real env

* add Test

* add entry to changelog

* Revert u...

49a728f434854bd42cecff8dade7774b8da00898 authored over 5 years ago by Wolfgang Lutz <[email protected]>