Ecosyste.ms: OpenCollective

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

github.com/hoaproject/Option

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

Prepare 1.17.08.29.

19ef0162186ad4cb9c86517b10d0c74ccd87fb19 authored over 7 years ago by Ivan Enderlin <[email protected]>
chore(composer) Update `hoa/consistency`.

848d8689d7c1f40e8af0edf67d5546d452cc90fe authored over 7 years ago by Ivan Enderlin <[email protected]>
feat(type) Use strict types.

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

68069ed8f3c91aef15b68a3c6df8f15ac004ac2f authored over 7 years ago by Ivan Enderlin <[email protected]>
feat(option) Update the `unwrap` default message.

da49a2c0bbe8ecfc030941bbee7b739be35efa6b authored over 7 years ago by Ivan Enderlin <[email protected]>
feat(option) Cannot call `Some` with `null`.

d5c59f6b5204b22a40ca0ffec5b400402b051283 authored over 7 years ago by Ivan Enderlin <[email protected]>
doc(readme) Fix CS.

953ea08dd59c8d865d89f6d7101d57837c2eef56 authored over 7 years ago by Ivan Enderlin <[email protected]>
feat(option) Update the `unwrap` default message.

As @mathroc suggested in https://github.com/hoaproject/Option/issues/10,
the panic message shoul...

8b7ff617382ba5e00ace36cfb614979caff8892c authored over 7 years ago by Ivan Enderlin <[email protected]>
feat(option) Cannot call `Some` with `null`.

It must be forbidden to call `Some(null)`. Of course,
`Some(null)->isSome()` is false, but it do...

c8aeec017438bba013c070ea71a79e26c5e3db41 authored over 7 years ago by Ivan Enderlin <[email protected]>
doc(readme) Misspelled `assert`.

a4daf8836f58912512672ad9ba04d282a57e3370 authored over 7 years ago by Ivan Enderlin <[email protected]>
doc(readme) Fix the `and` example.

2539d31b20cd508679bc741077cc560464c0ee90 authored over 7 years ago by Ivan Enderlin <[email protected]>
Update README.md

fix `and` example

not sure about "the left option" but since the other one is called "the right...

60a2f406b5f1cb06c00ab9d83208225a8e849db4 authored over 7 years ago by Mathieu Rochette <[email protected]>
test(readme) Fix an example in `README.md`.

So update the test suite accordingly.

See https://github.com/hoaproject/Option/pull/6.

417ff4ac2cc7692fc9e8307bab66799f124e0316 authored over 7 years ago by Ivan Enderlin <[email protected]>
chore(cs) Run `hoa devtools:cs`.

d82aec3c90c020d69c99d13c8dacddb4585a18f7 authored over 7 years ago by Ivan Enderlin <[email protected]>
doc(api) Add a description to `Option`.

875a64e23c356130bbbbad7c73b0bf9ca49ad618 authored over 7 years ago by Ivan Enderlin <[email protected]>
feat(option) The `Option` class is final.

It does not make sense to have sub-class of it right now. Let's open the
inheritance if requested.

786202226beddc8035689025682c6193de191665 authored over 7 years ago by Ivan Enderlin <[email protected]>
doc(readme) Fix some typos.

af53b3763e8cf8dd28a7db6f79a8e9886626f4d8 authored over 7 years ago by Ivan Enderlin <[email protected]>
doc(readme) Add intro and quick usage.

Also add the documentation integration test suite.

0a279b76eae2c089998527f1ceafb7797b8d3f74 authored over 7 years ago by Ivan Enderlin <[email protected]>
doc(api) Fix the description.

226b7419c53c5904dfbfe609993c5c98a86c3946 authored over 7 years ago by Ivan Enderlin <[email protected]>
feat(prelude) Add `Some` and `None` in a prelude.

The prelude is autoloaded by Composer, so that `Hoa\Option\Some` and
`Hoa\Option\None` are alway...

4113196c5dc185903d1971297a4565edd08507ef authored over 7 years ago by Ivan Enderlin <[email protected]>
chore(ci) Add Travis configuration file.

c0e5813da67f98ebe549e917f1aaaaa98f33eb5d authored over 7 years ago by Ivan Enderlin <[email protected]>
chore(composer) Add PHP minimum version.

ba831bec11d103240f38fc10a82d591f16d075dd authored over 7 years ago by Ivan Enderlin <[email protected]>
test(doc) Write all the doctests.

10366fb289bfd693a2c238ef51f3c78e4e2bc1e2 authored over 7 years ago by Ivan Enderlin <[email protected]>
First commit.

fb0f8e91e55845c0375e99edebc4a27d5f05aa0e authored over 7 years ago by Ivan Enderlin <[email protected]>