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

chore: change access level for stencil environment builder function

github.com/krzysztofzablocki/Sourcery - 4282b785b32f8a2bbc77d39277785cbe27d91daf authored almost 4 years ago
chore(deps): bump kramdown from 2.3.0 to 2.3.1 (#931)

Bumps [kramdown](https://github.com/gettalong/kramdown) from 2.3.0 to 2.3.1.
- [Release notes](...

github.com/krzysztofzablocki/Sourcery - 9800f2255023b1b070026a9693bb6f36e08835aa authored almost 4 years ago
Fixes TypeName.isClosure to handle composed types correctly (#932)

* Fixes isClosure handles composed types correctly

* Updates changelog

Co-authored-by: Asi...

github.com/krzysztofzablocki/Sourcery - d4284168f4c4a07ee039547de321766a077ffc7c authored almost 4 years ago
chore: add completeDeclarationRange

github.com/krzysztofzablocki/Sourcery - af25b71e773f2a251bd463ad9d659fede3b008b5 authored almost 4 years ago
Added allImports property to Type class (#919)

* Adds allImports property to Type, which returns all imports exited in all files containing thi...

github.com/krzysztofzablocki/Sourcery - d7412d578cabe18edcfd7b381ff4bab62e8498f4 authored almost 4 years ago
Fix parsing for indirect enum cases with inline documentation

github.com/krzysztofzablocki/Sourcery - 506a9dbc9d297b7a6e6a6351f93743eb992126c7 authored almost 4 years ago
chore: create SourceryStencil target

github.com/krzysztofzablocki/Sourcery - f9a248c37ea0a84ddc2f9b0d3d6277960057093c authored almost 4 years ago
fix protocol members access level (#925)

github.com/krzysztofzablocki/Sourcery - b441580352b2103466adf46bf89b6c8153ed4af8 authored almost 4 years ago
do not set raw value types on enums with no cases or cases with associated values (#921)

Co-authored-by: Ilya Puchka <[email protected]>

github.com/krzysztofzablocki/Sourcery - f33166730c0b4c8c8138f5ad7e8d9b3fddad8bc3 authored almost 4 years ago
refactor: remove reliance on manual type name parsing

github.com/krzysztofzablocki/Sourcery - 8dd46061011934378430fd191a9e2484cae6f9b2 authored almost 4 years ago
Merge pull request #5 from avnerbarr/mac-os

compile on mac

github.com/krzysztofzablocki/AutomaticSettings - a01e983b566626a810deb9ecae193ff23cda1947 authored almost 4 years ago
update internal boilerplate code.

github.com/krzysztofzablocki/Sourcery - 5a81d918d764594ae445a7df3c60dc1c23a539ed authored almost 4 years ago
docs: update metadata for 1.3.4 release

github.com/krzysztofzablocki/Sourcery - e1ef271cdea96ed6d6038153194949f42b179f11 authored almost 4 years ago
fix: ignore trivia when parsing attribute description

github.com/krzysztofzablocki/Sourcery - a5d49013d4353eabb46d6f62e1d4cd8d5803261c authored almost 4 years ago
fix: correct logic for closure/array/dictionaries querying

github.com/krzysztofzablocki/Sourcery - d8b5e8b93a43f0d15c472280a6d33c8c8b2ab75a authored almost 4 years ago
update internal boilerplate code.

github.com/krzysztofzablocki/Sourcery - 542bf3576404cff3367218107b4b8f6171db5d91 authored almost 4 years ago
docs: update metadata for 1.3.3 release

github.com/krzysztofzablocki/Sourcery - a7016f0b485e806a3bdfa4e31f7f219f0d61e20c authored almost 4 years ago
chore: update docs

github.com/krzysztofzablocki/Sourcery - 76df26220a5f84e52b341a7d342fd038e0b7579e authored almost 4 years ago
chore: update AutoEquatable template access level, closes #675

github.com/krzysztofzablocki/Sourcery - 679c2f62e631c08f353f9d276f118bfc317c611e authored almost 4 years ago
change config CLI option to variadic option (#914)

github.com/krzysztofzablocki/Sourcery - 7da4e465384377305149ebcd955938f226b63399 authored almost 4 years ago
fix: workaround the fact nscoding doesn't persist our whole resolved tree by moving composer to runtime and running it when TemplateContext needs to be encoded / decoded

github.com/krzysztofzablocki/Sourcery - aac26db1abb8447ef52945a0fdbe6ca468ac929f authored almost 4 years ago
feat: add a test for persistable context structure for swift templates

github.com/krzysztofzablocki/Sourcery - 0f84fdaa2d549732d4bdeff6b26806c8f45aa093 authored almost 4 years ago
refactor: introduce composer state

github.com/krzysztofzablocki/Sourcery - 1f54c5803c5e7aea5d170f44708779e252b2ad77 authored almost 4 years ago
fixup: boilerplate

github.com/krzysztofzablocki/Sourcery - 7090f66b2baee602836e26b42f921c3f29a448d1 authored almost 4 years ago
Fixes information being lost when extending unknown type more than once (#912)

github.com/krzysztofzablocki/Sourcery - aeeb550f96103cb5dd3ba5776ccb67c4881fcee4 authored almost 4 years ago
Merge pull request #7 from ilyapuchka/int-range

allow sliders for int and slider step

github.com/krzysztofzablocki/AutomaticSettings - 0112f7b760d8710c5a09965e7e36a60634886687 authored almost 4 years ago
allow sliders for int and slider step

github.com/krzysztofzablocki/AutomaticSettings - 4fbd19e5bb94c8bf03c269e5c91be49e1e829c61 authored almost 4 years ago
chore: fix failing test

github.com/krzysztofzablocki/Sourcery - 0499269f436c27f6ca5a36053cdf6d5825633b80 authored almost 4 years ago
fix: correctly parser returnTypeName for optional initializers

github.com/krzysztofzablocki/Sourcery - f7e0d8a004319d51af69aaabc67528133e162b4d authored almost 4 years ago
refactor: separate composition and parsing in tests

github.com/krzysztofzablocki/Sourcery - 27c7c3dd121da5fd05eb1695534f3628a5bb2b3d authored almost 4 years ago
update internal boilerplate code.

github.com/krzysztofzablocki/Sourcery - 20c0042eb6e07721fa430c7bdc54a42d926f668d authored almost 4 years ago
docs: update metadata for 1.3.2 release

github.com/krzysztofzablocki/Sourcery - 43c6bae3f321d074acd1933b2b13e1e3d6590359 authored almost 4 years ago
chore: update docs

github.com/krzysztofzablocki/Sourcery - 61d6b206d91fe3032adeba40b144695051182e01 authored almost 4 years ago
chore: move tests around

github.com/krzysztofzablocki/Sourcery - 409fe9109c85c0ed360de637fe418100e8db3116 authored almost 4 years ago
chore: restructure files

github.com/krzysztofzablocki/Sourcery - b717288412f78fa97234f370040714083be2c89d authored almost 4 years ago
refactor: match hash logic to equality

github.com/krzysztofzablocki/Sourcery - 5d4f4cf5776334500f7673cd5e1e0bd5da503f8a authored almost 4 years ago
run sourcery with multiple configurations (#907)

* run sourcery with multiple configurations

* update usage docs

* update changelog

Co-a...

github.com/krzysztofzablocki/Sourcery - 49b6a48a6ca76d704908c6fe80eb97fdc6d07fbe authored almost 4 years ago
feat: improve composer

github.com/krzysztofzablocki/Sourcery - 437b9057c7ddacb543aa52722e2a77ee127bcddb authored almost 4 years ago
feat: fix member types generic information parsing

github.com/krzysztofzablocki/Sourcery - 1c09a409c65d0b3733f04623e8b0a315599e0953 authored almost 4 years ago
fix: when resolving extensions inherit their access level for methods/subscripts/variables and sub-types fixes #910

github.com/krzysztofzablocki/Sourcery - e9bd0cef90bc6504edaaf16f2f1996eb97ff518c authored almost 4 years ago
update internal boilerplate code.

github.com/krzysztofzablocki/Sourcery - bb6ac890254bf9dd03b3412189e58a56069374a1 authored almost 4 years ago
docs: update metadata for 1.3.1 release

github.com/krzysztofzablocki/Sourcery - cb9541d3f8a3d239763e1041a9918267119ab0b0 authored almost 4 years ago
refactor: put dylib inside build/lib and restructure packaging

github.com/krzysztofzablocki/Sourcery - 1780a7876eed975c83143c2d1cd26460d9d7b27c authored almost 4 years ago
fix: bundle the dylib with binary

github.com/krzysztofzablocki/Sourcery - 6c779c9535d1dd148f3818ad397a1c89db2ae672 authored almost 4 years ago
docs: update metadata for 1.3.0 release

github.com/krzysztofzablocki/Sourcery - d7bbc1fb1d8b844406b6f12a9eabe51a43b26ce7 authored almost 4 years ago
chore: try running circleci ssh keys fixing steps

github.com/krzysztofzablocki/Sourcery - 1f3624ecb20a13b7afe3b673f78dda0d2787e0a2 authored almost 4 years ago
chore: try embedding SwiftSyntaxParser for Xcode builds

github.com/krzysztofzablocki/Sourcery - 9b9a96d8b76aa62395ab6621ca46778c11810d8b authored almost 4 years ago
feat: switch to SwiftSyntax

github.com/krzysztofzablocki/Sourcery - bfab853d27aa7bdb8bb3140be30d90c82fc0c56f authored almost 4 years ago
chore: bump podspec

github.com/krzysztofzablocki/Difference - 6b121174e4a4bfed28ef8bb725156fac6e7c12bc authored almost 4 years ago
update internal boilerplate code.

github.com/krzysztofzablocki/Sourcery - 4da0442a22aad5eff4f84fc871a1f22cb8ac1030 authored almost 4 years ago
docs: update metadata for 1.2.1 release

github.com/krzysztofzablocki/Sourcery - b784e959ffa5a701ef82e3163cb8d1f9b74bc9dc authored almost 4 years ago
chore: tweak logging levels

github.com/krzysztofzablocki/Sourcery - f631e03b3d418f5f88921814fe9913d146cf388f authored almost 4 years ago
update internal boilerplate code.

github.com/krzysztofzablocki/Sourcery - 0a9f006e1875f7f7a7d9f3e4ea320576b06fb63e authored almost 4 years ago
docs: update metadata for 1.2.0 release

github.com/krzysztofzablocki/Sourcery - 46cbad0f71ff12ee6d40c3b9c25838ebeb1e3d15 authored almost 4 years ago
chore: new releases will happen via SPM

github.com/krzysztofzablocki/Sourcery - 8b4eb651763cd522564592a5817d900aa566a0bd authored almost 4 years ago
Add option to log leaks to external sources (#69)

* Add closure that executes when a leak occurs

* Updated LeakClosure, cleaned up tests

* U...

github.com/krzysztofzablocki/LifetimeTracker - 5e5ae3f5244e0a1037a5dae93026bf56536def27 authored almost 4 years ago
Type inference and resolution improvements (#901)

* feat: add cross module type resolution, closes #899

* feat: implement Self resolution, clos...

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

github.com/krzysztofzablocki/Sourcery - 47ca7d73c1d9c19aa754327bcb79198752762342 authored almost 4 years ago
docs: update metadata for 1.1.1 release

github.com/krzysztofzablocki/Sourcery - 03314c362cba47cd2d3f58b7f590f69b27057bae authored almost 4 years ago
chore: update StencilSwiftKit to 2.8.0

github.com/krzysztofzablocki/Sourcery - 044fa99ee70f9857e24cf301217e2e72d3b26076 authored almost 4 years ago
update internal boilerplate code.

github.com/krzysztofzablocki/Sourcery - 34d40175146fc9db32c5d4e82815dfe301b807a8 authored almost 4 years ago
docs: update metadata for 1.1.0 release

github.com/krzysztofzablocki/Sourcery - b9085d61b9125016ef415951d1e510a4c5c28937 authored almost 4 years ago
docs: update metadata for 1.1.0 release

github.com/krzysztofzablocki/Sourcery - a46b8043d4207c130b48b4ec3e08400556b9be4a authored almost 4 years ago
chore: update docs

github.com/krzysztofzablocki/Sourcery - a874d077ea7a2518a019e8e0249ff1ad5da0765a authored almost 4 years ago
Change how applying type extensions work (#897)

* refactor: extensions of methods/variables/subscripts should be applied only if they are unique...

github.com/krzysztofzablocki/Sourcery - 30a5aea259591659fbff46bf0f01960dc905cac6 authored almost 4 years ago
Merge pull request #24 from ZevEisenberg/patch-1

Tweak readme

github.com/krzysztofzablocki/Difference - 7d6a2be3273830794504e9cea56c7411eb7a599a authored almost 4 years ago
chore: add extra test for allMethods protocol inheritance

github.com/krzysztofzablocki/Sourcery - 94d85c8ad99192b42dda2814470da6225f51b176 authored almost 4 years ago
refactor: update names of string extensions and nil if empty strings are set

github.com/krzysztofzablocki/AutomaticSettings - 1e9fbd197e5343a25187c6c22ba69be4ffbb6360 authored almost 4 years ago
Merge pull request #2 from noremac/main

Disable auto correct and auto capitalization on text fields.

github.com/krzysztofzablocki/AutomaticSettings - a3e61fc9ae5dbef3715439a96ba5b46229e69740 authored almost 4 years ago
Disable auto correct and auto capitalization on text fields.

github.com/krzysztofzablocki/AutomaticSettings - 7281903373247b9e0609da7b325cff02528822fd authored almost 4 years ago
update internal boilerplate code.

github.com/krzysztofzablocki/Sourcery - c1d84387c05a9f9802a9eecc0f8f2162457cb744 authored almost 4 years ago
docs: update metadata for 1.0.3 release

github.com/krzysztofzablocki/Sourcery - 394d5b555aa01b18aba8ed5fe3655db648108759 authored almost 4 years ago
chore: update docs

github.com/krzysztofzablocki/Sourcery - b1008759f5eed8c6ddec681a8aa7c8c152ff7d8e authored almost 4 years ago
Update dependencies (#896)

* chore: update pod dependencies to newer versions

* refactor: update code to new API's

* ...

github.com/krzysztofzablocki/Sourcery - 20d0c7ee2b877ea342353be9daa1d843b8956386 authored almost 4 years ago
Fix type resolution when using xcode projects (#894)

* chore(deps): bump redcarpet from 3.5.0 to 3.5.1

Bumps [redcarpet](https://github.com/vmg/re...

github.com/krzysztofzablocki/Sourcery - 62a46976f537e8926f61a03bf446ff51e65b1a09 authored almost 4 years ago
chore(deps): bump nokogiri from 1.10.10 to 1.11.1 (#895)

Bumps [nokogiri](https://github.com/sparklemotion/nokogiri) from 1.10.10 to 1.11.1.
- [Release ...

github.com/krzysztofzablocki/Sourcery - 039b25701b6c18abe4b65c3b75faacd5879b185c authored almost 4 years ago
chore(deps): bump redcarpet from 3.5.0 to 3.5.1 (#890)

Bumps [redcarpet](https://github.com/vmg/redcarpet) from 3.5.0 to 3.5.1.
- [Release notes](http...

github.com/krzysztofzablocki/Sourcery - a26e18cc53015e7eb6dc6703620f3297cd9808ea authored almost 4 years ago