Ecosyste.ms: OpenCollective

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

Sourcery

Sourcery is a code generator for Swift language that extends it by enabling meta programming, used in over 40 000 applications.
Collective - Host: opensource - https://opencollective.com/sourcery - Website: https://merowing.info - Code: https://github.com/krzysztofzablocki

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...

github.com/krzysztofzablocki/Sourcery - 537e25e2baa4b81a9cd37e05488ac24d24dd29ca authored over 5 years ago
Merge pull request #54 from philippec-ls/master

Updated for Xcode 10.2

github.com/krzysztofzablocki/LifetimeTracker - a675e76c6a5687937299912127fe6aac51d67e3b authored over 5 years ago
docs: preparing for next development iteration.

github.com/krzysztofzablocki/Sourcery - 4a22e55bbd785c455e9bcfcfe48453506de0bb5b authored over 5 years ago
update internal boilerplate code.

github.com/krzysztofzablocki/Sourcery - 31bafe030e3a4d3e4593b393200a1ee84768c7c0 authored over 5 years ago
docs: update metadata for 0.16.1 release

github.com/krzysztofzablocki/Sourcery - 46cc58447c617a5a84532aab9cf95527d54dcda9 authored over 5 years ago
Update cocoapods gem to 1.6.1 (#755)

github.com/krzysztofzablocki/Sourcery - f87a4ce0924ef3513cd2d0a13e4f324d5f8ef21a authored over 5 years ago
Move SwiftTryCatch into this repo directly (#737)

* Move SwiftTryCatch into this repo directly

This is to avoid possible issues with incompatib...

github.com/krzysztofzablocki/Sourcery - 8459a765aafaad3448184e6b99c4fb8e93b762d1 authored over 5 years ago
fix ReceivedInvocations's type (#751)

* fix ReceivedInvocations's type

* update changelog

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

github.com/krzysztofzablocki/Sourcery - b85482079347e397a69949e1b077b7aa3ec48eb9 authored over 5 years ago
typo fix in documentation (#749)

* Update Codable.md

typo fix

* Update codable.html

typo fix

* Update Codable.md

t...

github.com/krzysztofzablocki/Sourcery - bcafaa1fedba7c6c7d83dfb1263f34d0a5944849 authored almost 6 years ago
Don't add indentation to empty line when using inline generated code (#748)

Fixes #747

github.com/krzysztofzablocki/Sourcery - 5ef8408dda6573422069118382063cda45e40a16 authored almost 6 years ago
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...

github.com/krzysztofzablocki/Sourcery - 3bb7f078d016cf697a4799759a7b25ae12e51068 authored almost 6 years ago
Update AutoMockable.stencil (#732)

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

github.com/krzysztofzablocki/Sourcery - da30cfa433bbba36342c54166abad1fda78ad5d0 authored almost 6 years ago
docs: preparing for next development iteration.

github.com/krzysztofzablocki/Sourcery - 6a749d629c745d3f74641ec2dd74eb289b6e4ba2 authored almost 6 years ago
update internal boilerplate code.

github.com/krzysztofzablocki/Sourcery - 6ea70c6dd3de1f2a5c3e28c99c6ce89e9f4d4027 authored almost 6 years ago
docs: update metadata for 0.16.0 release

github.com/krzysztofzablocki/Sourcery - 5f181cd844344596b21e0f755f65db71aa5f11e5 authored almost 6 years ago
Fix changelog containing multiple master sections

github.com/krzysztofzablocki/Sourcery - 15f456365fe2a1bf7b5b9fe6f43b48243a3d3b38 authored almost 6 years ago
Add missing updates to SourceryUtils acknowledgements file

github.com/krzysztofzablocki/Sourcery - af01ef1d557ff4e93bb074166f47d1e11226a2db authored almost 6 years ago
Indent inline generated code to match the `// sourcery:inline:` annotation (#731)

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

* Remove leftover d...

github.com/krzysztofzablocki/Sourcery - d1702089bb2f294022eb03ce26e3f2da4fcc82c9 authored almost 6 years ago
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...

github.com/krzysztofzablocki/Sourcery - fb8ac811cf81710bdcb6c87fa30cc2ec303fd72c authored almost 6 years ago
Merge pull request #8 from Dschee/master

Improve SwiftPM support & update project to Swift 4.2

github.com/krzysztofzablocki/Difference - 50d0cf263aeea38a96549472d65358defb60cdb0 authored almost 6 years ago
[README.md] Add SwiftPM installation instructions

github.com/krzysztofzablocki/Difference - 37018576e3f56c6c63ed9865a211bccefa8bd3e2 authored almost 6 years ago
Update to Swift 4.2, Xcode 10 & fix failing test

github.com/krzysztofzablocki/Difference - e97e9df8cf015358579721467b710b8fd897f879 authored almost 6 years ago
SourceryFramework (#715)

* extract parsing and generating functionality into SourceryFramework

* removed unneeded AEXM...

github.com/krzysztofzablocki/Sourcery - 277c8120ac132869929a9514a382a81884a75c3d authored almost 6 years ago
chore: tweak coverage setup

github.com/krzysztofzablocki/ViewModelOwners - 8da4b47d57d3842375e8daeece46652454afa7d3 authored almost 6 years ago
Replace environment variables in yml files (#724)

* expand env variables

* use real env

* add Test

* add entry to changelog

* Revert u...

github.com/krzysztofzablocki/Sourcery - 49a728f434854bd42cecff8dade7774b8da00898 authored almost 6 years ago
Record all method invocations in AutoMockable (#723)

This can be useful for scenarios where a single method invocation on a
SUT invokes a mock's met...

github.com/krzysztofzablocki/Sourcery - 99422bad2e71a3027f6d47782d9accc72f97457d authored almost 6 years ago
chore: add xcov callback

github.com/krzysztofzablocki/ViewModelOwners - b0841803ae48d63f4fe14c520c141551caa76c71 authored almost 6 years ago
chore: simplify testing matrix

github.com/krzysztofzablocki/ViewModelOwners - 6e4ea514c95544ea88aac25f2cb55b3c2cd6924a authored almost 6 years ago
Fix typo Dicsovered-> Discovered. (#722)

github.com/krzysztofzablocki/Sourcery - f8a7b3d4d839283751b12434d2e6d9e09b3be4b7 authored almost 6 years ago
Use updated version of SwiftTryCatch (#718)

* Use released version of SwiftTryCatch

* Use latest commit since 1.0.0 doesn't seem to work

github.com/krzysztofzablocki/Sourcery - c8553056ce780eccbf269d55d17f8871d73dd836 authored about 6 years ago
Update Autohashable for Swift 4.2 (#699)

* Update AutoHashable template for Swift 4.2

* Add support for inheritance for AutoHashable
...

github.com/krzysztofzablocki/Sourcery - 17919988e187d13c794521783d31a3633f35bcb5 authored about 6 years ago
Add objective-c interoperability (#19)

* Add objective-c interoperability

* Add parameter to delegates method.

* Fix comment

github.com/krzysztofzablocki/KZFileWatchers - 8545c9b9227e84370b392fc3049cd80dc2363d0f authored about 6 years ago
Make sure function with implicit optional return types mock closure r… (#705)

* Make sure function with implicit optional return types mock closure return type is optional to...

github.com/krzysztofzablocki/Sourcery - f2d2b08af9a1f63b0af9749334912ccdfd105406 authored about 6 years ago
Merge pull request #51 from krzysztofzablocki/hideOption

Add option to hide LifetimeTracker UI during runtime

github.com/krzysztofzablocki/LifetimeTracker - 016a91618b9fcf5a46ad31c099f83b0321a7f2f5 authored about 6 years ago
Add option to hide LifetimeTracker UI during runtime

github.com/krzysztofzablocki/LifetimeTracker - 013372bec9df7b63f392f84c2cb4d9be707c567a authored about 6 years ago
Merge pull request #701 from lvsti/fix/optional-attribute

Added `optional` attribute

github.com/krzysztofzablocki/Sourcery - cb533d709b5c315a6a44f4e9adb0112394014eff authored about 6 years ago
Added `optional` attribute for methods (used in protocols exposed to ObjC)

github.com/krzysztofzablocki/Sourcery - 06ca9860b83bd737e82a087537b4a0b0cd08209d authored about 6 years ago
Merge pull request #38 from Kladdkaka/patch-1

Fixed typo! :)

github.com/krzysztofzablocki/LineDrawing - 2ed884b9919148780c755f7bbb906150bb5bbf01 authored about 6 years ago
Merge pull request #681 from krzysztofzablocki/swifttemplate/spm

Use SPM instead of swiftc to build swift templates

github.com/krzysztofzablocki/Sourcery - 85bdf335133a5594abf57cc4fa3d92d733534798 authored over 6 years ago
Inject version into SwiftTemplate to use for dedicated build folder

This adds a nested folder using the version of Sourcery so that
different versions of the tool u...

github.com/krzysztofzablocki/Sourcery - b0fe57f7e263545a504b58cf8c9fe81220e19ddd authored over 6 years ago
Replaced PackageContent.sh bash script with a swift script

github.com/krzysztofzablocki/Sourcery - 1279bf4632694860aebc5aacb5275c84c9465216 authored over 6 years ago
Use SPM instead of swiftc to build Swift templates

The process is now the following:
1. create the package folder hierarchy
2. synchronize the Sour...

github.com/krzysztofzablocki/Sourcery - e85e11f4b73fd5bcf86de2fb547f597551851576 authored over 6 years ago
Revert 'simplified swift templates error handling'

69c5ec98c82070682a4dce5839250cd89bfb9e4a

github.com/krzysztofzablocki/Sourcery - e29686f44f446c403122e57aceba74dd7a3ba3d9 authored over 6 years ago
Package SourceryRuntime code into the Sourcery binary

The code of SourceryRuntime will now be embedded into the binary so that the
Swift template proc...

github.com/krzysztofzablocki/Sourcery - b7374aafcb13befaba38abbe51c2f9977c0c7cb4 authored over 6 years ago
Add FolderSynchronizer to SwiftTemplate

github.com/krzysztofzablocki/Sourcery - 6f9a04693c7b7df3eaf1b13ee32f219a1e9db81f authored over 6 years ago
Change Log.error to write in error output if process is *not* Sourcery

github.com/krzysztofzablocki/Sourcery - 55d0a583fdb8405fcb10f57a7019bd776e9c3180 authored over 6 years ago
Do not cut out generated content when can't find location for inline annotation (#692)

* insert back into generated content when can't find location for inline annotation

* updated...

github.com/krzysztofzablocki/Sourcery - 2ecb4c3a38535eee23d6086cdb5ad552625f980d authored over 6 years ago
Allow file scope declarations (types, extensions) in swift templates (#693)

* simplified swift templates error handling

* use global constants instead of context extensi...

github.com/krzysztofzablocki/Sourcery - baedabeecc65e16f27047191e14ae7c45fb7df0a authored over 6 years ago
Update Stencil (#690)

* update stencil dependencies

* use new if condition syntax

* updated CHANGELOG

github.com/krzysztofzablocki/Sourcery - ae827dc6f8b7ef8fcd8709357a16541bd4f09167 authored over 6 years ago
fix arguments property name in swift templates context (#691)

github.com/krzysztofzablocki/Sourcery - e6ced226bad122495728bfdaf4174b5918cb85d3 authored over 6 years ago
Merge pull request #49 from bluesource/master

Updated to Swift 4.2

github.com/krzysztofzablocki/LifetimeTracker - 8f4febfcdb68f008c87c2e901522e44429d68f4e authored over 6 years ago
Add parsing for `lazy var` (#688)

* Add parsing for `lazy var`

- Failing test, waiting for help

* Fixed review comments and ...

github.com/krzysztofzablocki/Sourcery - 48b943bbe7d944c45bcbc404fead75483d6c2b53 authored over 6 years ago
Codable enums improvement (#685)

* support enums with unnamed associated values

* throw errors on unsupported cases

github.com/krzysztofzablocki/Sourcery - cbdc2bb612e62990a6c7cb8cb9482f9206a03772 authored over 6 years ago
docs: preparing for next development iteration.

github.com/krzysztofzablocki/Sourcery - f0581c312b8a59f422be16b2736eb185e4b01bb6 authored over 6 years ago
update internal boilerplate code.

github.com/krzysztofzablocki/Sourcery - c7fcfe533e3e78875ba65412f440b3870d3d5168 authored over 6 years ago
docs: update metadata for 0.15.0 release

github.com/krzysztofzablocki/Sourcery - 8436642ee22cb1d41729180ca77718ddd290efc7 authored over 6 years ago
Parsing JSON string args & annotations into arrays and dictionaries (#677)

* ADD json string parsing from CLI args to be mapped into the arguments as a dictionary

* FIX...

github.com/krzysztofzablocki/Sourcery - b091962788c409271be0062c9d059f48f6f58fcb authored over 6 years ago
Xcode 10 & Swift 4.2 (#683)

* FIX build with Xcode 10 (GM)

* updated pods to support swift 4.2

* fixed 2 now (sometime...

github.com/krzysztofzablocki/Sourcery - 192aa719f43bb96bad92e3a77599ceeac513f1d3 authored over 6 years ago
Fix the creation of a symbolic link to bin/sourcery (#671)

Creating a symbolic link to `bin/sourcery` fails to execute as it will
resolve the path to Sour...

github.com/krzysztofzablocki/Sourcery - 46a61e67312d9e925fc4a2c8b7b78b7dc27ea9f7 authored over 6 years ago
update internal boilerplate code.

github.com/krzysztofzablocki/Sourcery - 1c8b556d1907556af1f194fe021636962a18622f authored over 6 years ago
docs: update metadata for 0.14.0 release

github.com/krzysztofzablocki/Sourcery - 3da8e45be804f7e8c664b71521790af3b101f396 authored over 6 years ago
chore: update metadata for next release

github.com/krzysztofzablocki/Sourcery - 2a65294bfd92482fac3a2c8b82f753e85230bebe authored over 6 years ago
Fix a compile error when use 'AutoHashable'. (#667)

* Fix compile error: "Overriding declaration requires an 'override' keyword", when used "AutoHas...

github.com/krzysztofzablocki/Sourcery - d27cff3118651a2213134db7409739b01ba935ac authored over 6 years ago
fix: get rid of (:_) for enum cases (#668)

github.com/krzysztofzablocki/Sourcery - b9aee0c626032bd2bfd4d8b4dbd88f90a2b833d5 authored over 6 years ago
Add support for including `.swift` files in Swift templates (#666)

github.com/krzysztofzablocki/Sourcery - 1735081e4d417d4ae69610e874a3bf4d317bd457 authored over 6 years ago
Concat file content (#654)

* concatenate content of file annotations

* removed unneeded changes for inline ranges

github.com/krzysztofzablocki/Sourcery - fc7ebe87385e309b08487fcc614c53a3f4b860a1 authored over 6 years ago
fix s/isWriteable/isWritable/ typo (#646)

github.com/krzysztofzablocki/Sourcery - 00dec2998b4a1cf4ecd5dc27c17831d0c8abbc10 authored over 6 years ago
Merge pull request #46 from DenHeadless/gardening

Update to Xcode 9 / Swift 4

github.com/krzysztofzablocki/LifetimeTracker - 4a467eea4b612d6bf5128fcba193ed5935dc9c04 authored over 6 years ago
Use Xcode recommended settings, set Swift version to 4.0 on all targets as well as on podspec.

github.com/krzysztofzablocki/LifetimeTracker - 54caf1b0d8fe7c7f9b85969bd05d298459a0547d authored over 6 years ago
add explanation to what "is known" means (#642)

github.com/krzysztofzablocki/Sourcery - 1a258e6d492fd50e1a3a9ca62b0f2d3847ab9aa7 authored over 6 years ago
Use AnyObject for class-only protocols (#641)

* Use AnyObject for class-only protocols

From Swift's documentation [1]:

> You can limit p...

github.com/krzysztofzablocki/Sourcery - 3c10eefb5e14a86aeec982bef9786a333f49c4ce authored over 6 years ago
Update SourceKitten to 0.21.1 (#638)

github.com/krzysztofzablocki/Sourcery - 45e3e6b92af9a23b8d8d53401637bd0cc59cb1c6 authored over 6 years ago
Fix extraction of inline annotations in comments like /** sourcery: skipDescription */ (#634)

* Fix extraction of inline annotations in comments like /** sourcery: skipDescription */

* Ex...

github.com/krzysztofzablocki/Sourcery - 8711ce3aedcdd34ba91a5f8c1d5ce4260b6f13c4 authored over 6 years ago
fix typo in Usage.md (#635)

github.com/krzysztofzablocki/Sourcery - a8e4e52b85150442d81625c3d164ee413b2eb0b8 authored over 6 years ago
add files to root group if not provided and create folder directories otherwise

github.com/krzysztofzablocki/Sourcery - 1f79d695dd196b508b90b5cd358f74cb09f33fb8 authored over 6 years ago
Fixes #619: invalid file path when linked to project

github.com/krzysztofzablocki/Sourcery - 34381ecb0d1a3a38f735d2253d262893e2152516 authored over 6 years ago
AutoEquatable with annotations (#617)

* Set == function to public as required by the Equatable protocol

* Added changelog

* Adde...

github.com/krzysztofzablocki/Sourcery - f5add17a20126ccff35e48bd108a01adf06a988a authored over 6 years ago
update Package.resolved (#618)

github.com/krzysztofzablocki/Sourcery - 593b0634b32e75d9070a0b37745275127a31ab2b authored over 6 years ago
Fixed AutoEquatable access level for == func (#616)

* Set == function to public as required by the Equatable protocol

* Added changelog

github.com/krzysztofzablocki/Sourcery - 19335c27d7a25cfd1fa1a2181319f267c5b56d95 authored over 6 years ago