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

Merge pull request #11 from Ben-Henshall/ben/further-improvements

Remove unnecessary embedding of `Optional.some` in diff output

github.com/krzysztofzablocki/Difference - ce94033a576bbe6672a130e21ef58bd5f4cb76f6 authored over 4 years ago
Merge branch 'master' into ben/further-improvements

github.com/krzysztofzablocki/Difference - 888fee9f5c2bdd6a65b1b67464944fe81c83f125 authored over 4 years ago
Merge pull request #10 from Ben-Henshall/fix-dictionary-diffs

Refactor library to improve readability of diffs

github.com/krzysztofzablocki/Difference - f2fc2debf36a64908515576c142e5b3809c49da8 authored over 4 years ago
Fixed test that didn't remove permutations

github.com/krzysztofzablocki/Difference - 736a9d13d668650af5675f4a4412b8aaf6784145 authored over 4 years ago
Removed from structure

github.com/krzysztofzablocki/Difference - 23b5f1803c855b0b46a287f94c61fc2c9eab395c authored over 4 years ago
Added sorting to ensure correct diff order

github.com/krzysztofzablocki/Difference - 773dc49cf18ee3460f821c33976ba70c5e77ac16 authored over 4 years ago
Added documenting comments

github.com/krzysztofzablocki/Difference - 3c05a6092af45ce518576a178202791460299a26 authored over 4 years ago
Refactored library to use models, rather than calling closures

github.com/krzysztofzablocki/Difference - a5f6aebaa22f74b4f9f131d487632dcd08b12450 authored over 4 years ago
feat: add mock saving and migration testing

github.com/krzysztofzablocki/Versionable - ab26482f361c2db1f4a36fa95cc2a64cfee5a0ba authored over 4 years ago
Finished writing tests

github.com/krzysztofzablocki/Difference - da122c046ece003cb6d5842e6a1adf018cf45050 authored over 4 years ago
Refactored Person creation

github.com/krzysztofzablocki/Difference - 49e19908e57bc1383a629513546d90e712b6c67f authored over 4 years ago
Continued adding tests

github.com/krzysztofzablocki/Difference - 026c613a29d1b6b0e1c8d1144a7fec9b73c77ba8 authored over 4 years ago
Started implementing tests

github.com/krzysztofzablocki/Difference - 1e59a5624f938c8047d8bb0b06b324fbb97eb276 authored over 4 years ago
feat: switch to Version as enum approach

github.com/krzysztofzablocki/Versionable - 0f7b84c4047b2abbc4b0f65218221924f70cd9e7 authored over 4 years ago
Got set diffs working correctly

github.com/krzysztofzablocki/Difference - 9dd0f26da9600513a3c220778180238259a8e914 authored over 4 years ago
began working on sets

github.com/krzysztofzablocki/Difference - 72fa6e46c63bd1f7cbc19a05f39c0a03f0cb6e1b authored over 4 years ago
feat: localize migration localization

github.com/krzysztofzablocki/Versionable - eda86c3c91d7b0905bb4ef62acfbeeba029d8acc authored over 4 years ago
Nest ProtocolCompositions docs under Types category (#836)

* Nest ProtocolCompositions docs under Types category

* Regenerate docs

github.com/krzysztofzablocki/Sourcery - 4a6b73fad42b00002b96a27ed6f5527cb0301f56 authored over 4 years ago
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 ...

github.com/krzysztofzablocki/Sourcery - e625411a1b0958f7a9a4427033b50ef74c37a8d0 authored over 4 years ago
Add missing documentation for the `ProtocolComposition` type (#833)

Additionally regenerate docs by running `bundle exec rake docs`

github.com/krzysztofzablocki/Sourcery - 3e63cce7b49700547d3f10d61de6dedaa51b5505 authored over 4 years ago
Merge pull request #827 from erichoracek/prepare-next-iteration

docs: preparing for next development iteration.

github.com/krzysztofzablocki/Sourcery - 7552aa9846b608deff7d6bfccf944465f62da3d8 authored over 4 years ago
docs: preparing for next development iteration.

github.com/krzysztofzablocki/Sourcery - 7da89580e7c906e0c5d3c2fe161f3d73a487f063 authored over 4 years ago
Merge pull request #826 from erichoracek/update-version

Update version to 0.18.0

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

github.com/krzysztofzablocki/Sourcery - 8ceca0184a0259f36ed89246bffa14e0b660064d authored over 4 years ago
docs: update metadata for 0.18.0 release

github.com/krzysztofzablocki/Sourcery - b2bc3aad696e7cf554f6152debdcaf54df8f46db authored over 4 years ago
Merge pull request #825 from erichoracek/update-docs

Update docs

github.com/krzysztofzablocki/Sourcery - ada824750e05a03a60fcb56b598982460da36132 authored over 4 years ago
Merge pull request #824 from erichoracek/xcode-11-4-1

Support building on Xcode 11-4-1

github.com/krzysztofzablocki/Sourcery - f9383860e22a96f073e2f1f19a0d14e6e4ef17d3 authored over 4 years ago
Update docs

By running `bundle exec rake docs`

github.com/krzysztofzablocki/Sourcery - bfd415435bbd643b63cc28a2eaccfb1e3b8600c2 authored over 4 years ago
Support building on Xcode 11-4-1

github.com/krzysztofzablocki/Sourcery - c8d84a93223884f6a6a012395b1383337fe13fca authored over 4 years ago
Add support for accessing all typealiases, parse global typealiases (#814)

* Add support for accessing all typealiases, parse global typealiases

Supports accessing all ...

github.com/krzysztofzablocki/Sourcery - e236ea74510d79a2440e23fe989f0035f6ddde3a authored almost 5 years ago
Fixed missing SourceryRuntime dependency of SourceryFramework (SPM) (#818)

* Add SourceryRuntime to dependencies of SourceryFramework

* modified CHANGELOG.md

github.com/krzysztofzablocki/Sourcery - 9a6a04a829a3cef18e7c9f095780842727ee53a5 authored almost 5 years ago
Add support for indirect enum cases (#813)

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

github.com/krzysztofzablocki/Sourcery - 6448723c8b0660bb551515b13e0be5ec88915bf0 authored almost 5 years ago
Add support for protocol compositions (#808)

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

github.com/krzysztofzablocki/Sourcery - 0c105e8dda22a06d979063ac90ae8475720d9150 authored almost 5 years ago
Add support for free functions (#807)

* Add ability to parse free functions

* Add free function support to Swift templates

* Res...

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

github.com/krzysztofzablocki/Sourcery - ecbbe4887b941125c8663e756926d87dc8e4e2c8 authored almost 5 years ago
Began implementing proper set diffs

github.com/krzysztofzablocki/Difference - a912bae7115d8fafef2181d940a673d38cf2adc5 authored almost 5 years ago
Cleaned up implementation

github.com/krzysztofzablocki/Difference - 4f1d15573969db64ef7e4fa922a6f71b8b94c666 authored almost 5 years ago
Fixed diffing false flags for dictionaries

github.com/krzysztofzablocki/Difference - 10040c39eb6fce72f47cb29bffe51e5ed7b6769a authored almost 5 years ago
Improve AutoMockable.stencil for functions (#802)

* Improve AutoMockable.stencil for functions

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

github.com/krzysztofzablocki/Sourcery - 14050df5823ba4a8fc8d61ca4834ddfccbc4751d authored about 5 years ago
Strip out default values from type names in AssociatedValues (#800)

* Strip out default values from type names in AssociatedValues

* Add changelog summary

* A...

github.com/krzysztofzablocki/Sourcery - 2438e165c08c184ac001b46c36ee7060ef67837e authored about 5 years ago
json filter (#799)

* json filter

* Apply suggestions from code review

github.com/krzysztofzablocki/Sourcery - 49a47702db0ae4ca5fb07a31be7a91795ea5f918 authored about 5 years ago
Updated SwiftPM and CocoaPods support (#63)

* Fix SwiftPM support for iOS

Including the iOS specific UI using the `#if os(iOS) ... #else .....

github.com/krzysztofzablocki/LifetimeTracker - 8dd559ad703d9ce259506c8f726d5d70a995303d authored about 5 years ago
Swift 5 (#21)

* fix: update the swift version to 5.0

* fix: update quick and nimble to use 2.1 and 8.0 resp...

github.com/krzysztofzablocki/KZFileWatchers - 05ddb25f4ca371e325433203e6ce9b031098abd2 authored about 5 years ago
Updated to version Swift 5.0. Migration to Xcode 11.2.1 (#1) (#61)

github.com/krzysztofzablocki/LifetimeTracker - d35bc1bad8e228ad2f07c32304833bc6b46eb1c5 authored about 5 years ago
added optional filter for variables (#797)

github.com/krzysztofzablocki/Sourcery - 830efafa0bacb804117271635ead8351b2f07e9e authored about 5 years ago
fix inferring dictionary and array variables types (#798)

github.com/krzysztofzablocki/Sourcery - 4e5fb818340d82714a6effba8c148fb9f99dc0f0 authored about 5 years ago
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...

github.com/krzysztofzablocki/Sourcery - 8285f7e149ea07ab002a5259f36295f3480fe825 authored about 5 years ago
chore: bump version to 1.7.0

github.com/krzysztofzablocki/LifetimeTracker - 4faf9b0e17c8b063c27fa813b820380e6b184a5c authored about 5 years ago
Fix SwiftPM build on case-sensitive file systems (#791)

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

github.com/krzysztofzablocki/Sourcery - 6e7daf6065bc21f2be038c00fcaac520fe473b9c authored about 5 years ago
Update Swift Version to 5.0 (#60)

* chore: update swift version to 5.0

* chore: pod install

github.com/krzysztofzablocki/LifetimeTracker - 9764d2b53e37d725025cf38d43d210bd96e48cc3 authored over 5 years ago
Log errors when running with `--watch` option Re #785 (#786)

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

* CHANGELOG.md update

github.com/krzysztofzablocki/Sourcery - f8f76b9eef93fc76668ef83db739cd44f54761b1 authored over 5 years ago
Filtered config for missing env variables (#781)

* Filtered config for missing env variables

* Added tests

* Added missing valid yml file
...

github.com/krzysztofzablocki/Sourcery - 6770e4d58a7cc16a55c7efc882f2d9f07c553547 authored over 5 years ago
Sync .swift-version as 5.0 (#782)

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

github.com/krzysztofzablocki/Sourcery - 2ff5e001c68f86cdef21bdc76f6d9ccf505fffe0 authored over 5 years ago
docs: update metadata for 0.17.0 release

github.com/krzysztofzablocki/Sourcery - 54413233a272493c2a64ebe62d442aa76e3adf2a authored over 5 years ago
Improve performance by parallelizing and changing cache logic (#779)

* chore: add measurements tracking

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

github.com/krzysztofzablocki/Sourcery - 3752851f82f75af78b4e0a8bbbe6074e169750ed authored over 5 years ago
Merge pull request #8 from mGraczkowskiDigitalforms/master

Updated to version Swift 5.0. Migration to Xcode 10.3

github.com/krzysztofzablocki/Strongify - ec6c9af6084967fead7d22ead4e6c9439737d99d authored over 5 years ago
Updated to version Swift 5.0. Migration to Xcode 10.3 (#1)

github.com/krzysztofzablocki/Strongify - 6597829a740058ea49884f078087763c85119ad2 authored over 5 years ago
Merge pull request #59 from jcislinsky/better-instance-description

String(reflecting:) instead of String(describing:) for instanceName

github.com/krzysztofzablocki/LifetimeTracker - a07039be471c0a157e39554634eacbe0ea1e620d authored over 5 years ago
♻️ String(reflectings:) instead of String(describing:)

github.com/krzysztofzablocki/LifetimeTracker - 176a3d580c9b47ed68061ba58093798150cebf70 authored over 5 years ago
refactor: allow accessing details of groups in the hosting project

github.com/krzysztofzablocki/LifetimeTracker - 8cec2a7464de9f35d663d38f696ad22d34e179b2 authored over 5 years ago
Merge pull request #58 from pondok-programmer/spm-5

Update SwiftPM support to Swift 5

github.com/krzysztofzablocki/LifetimeTracker - 26c25278251585e1721fed5edf16727580e9f740 authored over 5 years ago
Update SwiftPM support to Swift 5

iOS related files which imports UIKit is currently excluded from SwiftPM
using conditional compi...

github.com/krzysztofzablocki/LifetimeTracker - 35134bdc95a14fbbf75a305424b9e0ce966a26b5 authored over 5 years ago
Fix cocoapods setup (#776)

* Set SWIFT_VERSION to 5.0 in Templates project

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

github.com/krzysztofzablocki/Sourcery - 159110ea267c95365528e9d89713b4287244d87f authored over 5 years ago
docs: preparing for next development iteration.

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

github.com/krzysztofzablocki/Sourcery - 6f726fe2985e8815177601f35150798a672c28d2 authored over 5 years ago
docs: update metadata for 0.16.2 release

github.com/krzysztofzablocki/Sourcery - 48ad08362ab837684cd2ae74bebb571bb77ac774 authored over 5 years ago
Merge Bug fixes sections

github.com/krzysztofzablocki/Sourcery - 7287bcf1396da47aa3f4439f07347bc2d8449ef5 authored over 5 years ago
Add missing SourceryFramework product in Package.swift (#772)

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

* Update CHANGELOG

github.com/krzysztofzablocki/Sourcery - 94f42bce0b14f49911c9e0e77b57e5725317cdfc authored over 5 years ago
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...

github.com/krzysztofzablocki/Sourcery - 9e6999ec48a230beff977a588aca9558ab785c08 authored over 5 years ago
Fix Cache issue (#775)

* fix: fix incorrect version used for caching

* chore: update metadata

* chore: formatting...

github.com/krzysztofzablocki/Sourcery - 798f2c84957f4011ae217426d3b99b3f5474c773 authored over 5 years ago
Fix the release process scripts (#770)

* Check only for changes in the docs folder

* Fix version file path in Rakefile

* Fix vers...

github.com/krzysztofzablocki/Sourcery - 20bdf697c1b49c4f98d70199b880d79c1d2c9f91 authored over 5 years ago
Support linking of per-file code generation (#769)

* Add failing test

* Apply target links to files generated via annotations

* Update CHANGE...

github.com/krzysztofzablocki/Sourcery - a68fb5cfa7ecd6f7048a4ccdc3fd8a81deb950bb authored over 5 years ago
Fix annotations EnumCase not supporting commas (#752)

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

* Fix enum c...

github.com/krzysztofzablocki/Sourcery - e2c7c3f772b6e34fbc5057a05105f85749f5f641 authored over 5 years ago
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 ...

github.com/krzysztofzablocki/Sourcery - 43d9b69b14dd653e6e6ae1420a921ecbdc0d2191 authored over 5 years ago
Merge pull request #55 from philippec-ls/master

Fix "Settings" on iPad

github.com/krzysztofzablocki/LifetimeTracker - 5d3ccdce73a2c8ce7c652b0191e4f8506e663762 authored over 5 years ago
Prevent crash on iPad

We’ll crash with UIAlertControllerStyleActionSheet on iPad, so we work around
with a root-less p...

github.com/krzysztofzablocki/LifetimeTracker - 31d108e34d89a2866f958d765178205ee745faa7 authored over 5 years ago
Added strings to project

github.com/krzysztofzablocki/LifetimeTracker - 99e27cead8071d803c2ab96452ca4ab38b3f9225 authored over 5 years ago
Load proper bundle for strings

github.com/krzysztofzablocki/LifetimeTracker - bdbae56f490dba79f6aa7f7c070dc595768eb5d5 authored over 5 years ago
Added .DS_Store to gitignore

github.com/krzysztofzablocki/LifetimeTracker - 8c15d334230913889665240a220aa2d6e6d75792 authored over 5 years ago
Removed unnecessary files

github.com/krzysztofzablocki/LifetimeTracker - 809e8489887d2472ba5878b69aeb666ec3b0c892 authored over 5 years ago
Merge pull request #3 from iv-mexx/feature/rac

Update Readme for use with ReactiveSwift

github.com/krzysztofzablocki/ViewModelOwners - cd7e65786c12a0db4171f19152b1bdc7e99b85f7 authored over 5 years ago
Update ReactiveSwift Example Project

github.com/krzysztofzablocki/ViewModelOwners - 0ecf5fc00749d0af38561e671d21325b5a75b1b6 authored over 5 years ago
Update Readme for use with ReactiveSwift

github.com/krzysztofzablocki/ViewModelOwners - 15cab0fdbeb4322eb6ba70854536b9e61adae356 authored over 5 years ago