Ecosyste.ms: OpenCollective

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

github.com/hoaproject/Consistency

The Hoa\Consistency library.
https://github.com/hoaproject/Consistency

chore(composer) Declare the `Hoa\Consistency\Test` namespace.

07b9e16b0714da4f7cc20f65079d97efffd7da09 authored almost 7 years ago by Ivan Enderlin <[email protected]>
Merge branch 'incoming'

aec64e34c2a5050e94a47ecf92c43538de32f3c7 authored almost 7 years ago by Ivan Enderlin <[email protected]>
chore(composer) Require `dev-master` for dependencies.

48c7befda453f72fe07d24a7c926db510150fb8b authored almost 7 years ago by Ivan Enderlin <[email protected]>
Merge branch 'master' of git.hoa-project.net:Library/Consistency

04d8ef06ead04b139dae7d497ada539428f89ea1 authored over 7 years ago by Ivan Enderlin <[email protected]>
chore(ci) Drop PHP 5 and PHP 7.0.

8c03ac007a582a172af0b3b5a349d5b64cbf06bd authored over 7 years ago by Ivan Enderlin <[email protected]>
fix typo

092890888355a6431ff10eb2cbc12bf99b336fab authored over 7 years ago by Mathieu Rochette <[email protected]>
Update because of the BC break.

e8c74f0fe76d05f72e8ca059e043d83d1d569574 authored over 7 years ago by Ivan Enderlin <[email protected]>
Prepare 2.17.08.29.

a8d296b2c0c5ef0400f33d771da4828031486ec9 authored over 7 years ago by Ivan Enderlin <[email protected]>
fix(autoloader) Take into the move to `Source`.

31f3f0566f4efef0d828b6ebbfe77fb813e6c563 authored over 7 years ago by Ivan Enderlin <[email protected]>
doc(xcallable) Rewrite.

d7f2fb64e63510506998d351c409624523f74649 authored over 7 years ago by Ivan Enderlin <[email protected]>
chore(path) Move code into the `Source` directory.

dff3ae964675f6773c1d0bcc73fa0e5844920593 authored over 7 years ago by Ivan Enderlin <[email protected]>
doc(consistency) Rewrite and add doctests.

725b01f9e69c55983e249359a1b7c04555e4ec75 authored over 7 years ago by Ivan Enderlin <[email protected]>
chore(php) Remove PHP 7.x implementations.

These implementations are no longer necessary.

Also, `curry` is now declared inside the `Hoa\Co...

342afc115555ef288b3393888e9580e4d113b0f4 authored over 7 years ago by Ivan Enderlin <[email protected]>
chore(php) Rewrite `curry` with new PHP features.

473642bda2236538c2496f92f6e680c649f51a81 authored over 7 years ago by Ivan Enderlin <[email protected]>
doc(consistency) Rewrite the doc. of `curry`.

f4d3ce174e305d629502b3262b20a47bc4b8672a authored over 7 years ago by Ivan Enderlin <[email protected]>
doc(exception) Rewrite.

5cd0ce4031ec1a732d2e814bb559770b7041051d authored over 7 years ago by Ivan Enderlin <[email protected]>
doc(autoloader) Rewrite and add doctests.

1fb8de4200fc2defa38753f636bc6da605d88e18 authored over 7 years ago by Ivan Enderlin <[email protected]>
test(unit) Fix `case_add_namespace_prepend`.

This test case was not testing the `$prepend` argument.

cab8f8b7b69e71dae2e65be230b6c35b0b92da46 authored over 7 years ago by Ivan Enderlin <[email protected]>
chore(composer) Anticipate future BC breaks.

b67a71eb2ca149bfa23e48d69badc54b83b54dee authored over 7 years ago by Ivan Enderlin <[email protected]>
chore(php) Drop dependency to `hoa/exception`.

This is a recursive dependency, and this is bad.

ab6ddad24e56ce08f162cc5eadb928c975ec42ed authored over 7 years ago by Ivan Enderlin <[email protected]>
chore(php) Migrate to PHP 7.1.

41e1062d4c3ca2d382be8398ac4dacfe8b60edc4 authored over 7 years ago by Ivan Enderlin <[email protected]>
chore(ci) Drop HHVM support.

Fix for hoaproject/Central#69 on Consistency.

ceaf9046778f0198bd7da9a9f085fbdc252b852d authored over 7 years ago by Grummfy <[email protected]>
Prepare 1.17.05.02.

fd7d0adc82410507f332516faf655b6ed22e4c2f authored over 7 years ago by Ivan Enderlin <[email protected]>
CI: Set up Travis.

5f9388f3edf02dd023439dd8805d2634dda82a7f authored almost 8 years ago by Ivan Enderlin <[email protected]>
Prelude: Remove the `(unset)` cast.

This cast has been deprecated in PHP 7.2.

6aff0f4c29174583b0a683f789dafe39493812b9 authored almost 8 years ago by Ivan Enderlin <[email protected]>
Prepare 1.17.01.10.

6d1228bd55164aae3138896fd6b3909f4a3b9e54 authored almost 8 years ago by Ivan Enderlin <[email protected]>
Quality: Happy new year!

8bec626e55a2539c0d31dd84da2d3f267cf3267d authored almost 8 years ago by Alexis von Glasow <[email protected]>
Documentation: New `README.md` file.

3731954ff7c02a5a0a64b48b9772ea8fa4febb6c authored about 8 years ago by Ivan Enderlin <[email protected]>
Documentation: Fix `docs` and `source` links.

39b035da547ec4df6fdd5d59486378d385e1f5b7 authored over 8 years ago by Ivan Enderlin <[email protected]>
Documentation: Update `support` properties.

3cd9b2b64a639a03d2490e10e99113d6b6257366 authored over 8 years ago by Ivan Enderlin <[email protected]>
Consistency: `void` is a reserved keyword now.

e13e93db3d05274442764bf6148c1b63d4b3435f authored over 8 years ago by Ivan Enderlin <[email protected]>
Merge branch 'issue_12' into incoming

5e59e90c6e0d309933aad9c65e75f1a26826b5ab authored over 8 years ago by Ivan Enderlin <[email protected]>
Consistency: Since PHP 7.1, identifier has changed.

The `\x7f` character has been removed from the identifier definition.

02120d10536bea901c3e41da019eec3490526439 authored over 8 years ago by Ivan Enderlin <[email protected]>
Consistency: Remove `trait_exists` polyfill.

`trait_exists` lands since PHP 5.4. Because PHP 5.5 is required, this
polyfill can be removed sa...

a668e5809f71f1ca27fb040a8a0b4a7b2816b5f4 authored over 8 years ago by Ivan Enderlin <[email protected]>
Add void as reserved keyword

`void` for PHP-7.1 is now a reserved keyword[1]. This patch replace the
constant `void` to the n...

6a25e7fe0886f42fd20062d75fa3e573871060ba authored over 8 years ago by Alexis von Glasow <[email protected]>
Prepare 1.16.03.03.

aa7e30f99aa2ae476f83800d3ad350506eec153b authored almost 9 years ago by Ivan Enderlin <[email protected]>
Fix TLSv* constants notices on PHP 5.5.

f25e9756683015c8c5aa20f2deab28088dc5be6d authored almost 9 years ago by Metalaka <[email protected]>
Composer: Fix `hoa/stream` dependency.

b5f6b82d1110972a60c2399b7aaff242163f53c0 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Prepare 1.16.01.14.

7656b971a8248a8d314ed0c5bb0668936438f62a authored almost 9 years ago by Ivan Enderlin <[email protected]>
Test: Write cases for flex entity in autoloader.

33155f99495e8e4354c22a2a54fca69f1d74509b authored almost 9 years ago by Ivan Enderlin <[email protected]>
Autoloader: Restrict loads to mapped entities.

This autoloader respects the PSR-4 recommendation. However, it adds
support for flex entities, i...

4c4595fa75d60044dab775ae3dc29d53d8ae8415 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Prepare 1.16.01.11.

c7919e409ca68858f8cceadb7565b9f622575249 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Quality: Drop PHP5.4.

39a79cd2a285d501985578ebb6d4040fb7a2ccfc authored almost 9 years ago by Ivan Enderlin <[email protected]>
Quality: Run devtools:cs.

76d9af73584ccd6c31d74c6710d8f8ed91d8084c authored almost 9 years ago by Ivan Enderlin <[email protected]>
Core: Remove `Hoa\Core`.

f0333a3978a9a825da921cc0c5f047f4ca096ed7 authored almost 9 years ago by Ivan Enderlin <[email protected]>
Prepare 0.16.01.06.

c703866f335fe0c03bef08278b6ec9656226da3c authored about 9 years ago by Ivan Enderlin <[email protected]>
Prelude: Introduce the prelude/preamble!

The last missing piece to remove `Hoa\Core` totally is… a prelude! This
makes sense that `Hoa\Co...

26bf5ed8eeb91344f24a76725144863832a01ea0 authored about 9 years ago by Ivan Enderlin <[email protected]>
Consistency: Import last methods from `Hoa\Core`.

We import `registerShutdownFunction`, `getPHPBinary` and `uuid`.

603b87f777c6739efb5076320f25ec66673b3b9a authored about 9 years ago by Ivan Enderlin <[email protected]>
Quality: Fix CS.

7b453f7c1245f89760fd841018aa0272db42519a authored about 9 years ago by Ivan Enderlin <[email protected]>
Add a `.gitignore` file.

f1fdd89dde36fa1185701ab50ef5c321a1bc5b46 authored about 9 years ago by Metalaka <[email protected]>
Autoloader: Propagate unknown entity on the stack.

When an entity can not be load, do not break the stack of autoloaders.
Moreover, when a flex-ent...

675abdec20f30b0be9ad36107ab984f8d3f67431 authored about 9 years ago by Ivan Enderlin <[email protected]>
Consistency: Use a strict equality check on trait.

16a0e7512c8c39d8343181446a5175876aa4cf45 authored about 9 years ago by Ivan Enderlin <[email protected]>
Composer: Force some files to load.

We need `Autoloader.php` to be always present in order to:
1. Resolve flex-entities,
2. Have...

8efc894e5e54e432924e6d0a2b2c0bb484cf46bf authored about 9 years ago by Ivan Enderlin <[email protected]>
Test: Simplify `case_register`.

f6663a20f3831b46670c20ca3e041f3f21cb30bf authored about 9 years ago by Ivan Enderlin <[email protected]>
Autoloader: Auto-register to support flex entity.

fde175dd10a636739774dddbc44dbccb27101ce3 authored about 9 years ago by Ivan Enderlin <[email protected]>
README: First draft.

6da220f180fdb4208de409552d94fcd2cc5c69bf authored about 9 years ago by Ivan Enderlin <[email protected]>
Split from `Hoa\Core`.

bc046b0f227c6d272d7752cf7532141edcbfcbd1 authored about 9 years ago by Ivan Enderlin <[email protected]>
Test: Write test suite of `…nsistency\Autoloader`.

3679b6a6331eb3921cc70ba15d263351be4ca7d4 authored about 9 years ago by Ivan Enderlin <[email protected]>
Documentation: Update API documentation.

03ae9ac441658bc173c51ba78d4d8088a4208175 authored about 9 years ago by Ivan Enderlin <[email protected]>
Test: Write test suite of `…onsistency\Exception`.

dc25b1777aa0e86fb99e553e27cca8f01ad64df3 authored about 9 years ago by Ivan Enderlin <[email protected]>
Test: Write test suite of `…onsistency\Xcallable`.

bb3f50a53d624e1f7b9c9b6f1936fd249c36a3ef authored about 9 years ago by Ivan Enderlin <[email protected]>
Autoloader: Support flex entities.

138d7a46e46ac7c6ec4fc86b1ba5bfee3881ab00 authored about 9 years ago by Ivan Enderlin <[email protected]>
Test: Write test suite of `…sistency\Consistency`.

77016f21fe3ed90340368e206ec247cdd53dd507 authored about 9 years ago by Ivan Enderlin <[email protected]>
Split from `Hoa\Core`.

Our goal is to split `Hoa\Core` into several libraries.
`Hoa\Consistency` is the result of this ...

bd66e6a5dbf3769c54990f3ea5c3863543e650de authored about 9 years ago by Ivan Enderlin <[email protected]>