Ecosyste.ms: Issues

An open API service for providing issue and pull request metadata for open source projects.

GitHub / bartfeenstra/fu-php issues and pull requests

#82 - Submit Coveralls.io metrics only upon successful Travis CI builds.

Pull Request - State: closed - Opened by bartfeenstra almost 7 years ago - 1 comment

#81 - Add Badge Poser badges.

Pull Request - State: closed - Opened by bartfeenstra almost 7 years ago - 4 comments

#80 - Remove unneeded anchors/links from the README.

Pull Request - State: closed - Opened by bartfeenstra almost 7 years ago - 2 comments

#79 - Increase code coverage.

Pull Request - State: closed - Opened by bartfeenstra almost 7 years ago - 2 comments

#78 - Add Coveralls.io integration.

Pull Request - State: closed - Opened by bartfeenstra almost 7 years ago - 2 comments

#77 - Document difference to native functions like array_filter(), array_map() etc

Issue - State: open - Opened by donquixote about 7 years ago - 2 comments

#76 - Fix type hints in docblocks.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#75 - Convert variadic parameters to arrays [BC break]

Pull Request - State: open - Opened by bartfeenstra about 7 years ago - 3 comments

#74 - Add SomeItem, to represent iterable values and their keys.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#73 - Make variadic iterable parameters non-variadic

Issue - State: open - Opened by bartfeenstra about 7 years ago

#72 - Validate callables

Pull Request - State: open - Opened by bartfeenstra about 7 years ago - 5 comments

#71 - Clean up unneeded code.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#70 - Diff & intersect [BC break]

Pull Request - State: open - Opened by bartfeenstra about 7 years ago

#69 - Fix code style violations.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#68 - Add assertions for iterator items [BC break]

Pull Request - State: open - Opened by bartfeenstra about 7 years ago - 1 comment

#67 - Make Iterator::find() return the item key as well

Issue - State: closed - Opened by bartfeenstra about 7 years ago - 1 comment

#65 - Implement Iterator::toArray() ourselves.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#64 - Ensure PHP assertions are enabled during tests.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#62 - Add diff and intersect functionality

Issue - State: open - Opened by bartfeenstra about 7 years ago

#61 - Replace Iterator::min() and ::max() with reusable fold callbacks

Issue - State: open - Opened by bartfeenstra about 7 years ago - 4 comments

#60 - Allow iterators to be merged.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#59 - Fix documented types.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#58 - Let iterators be converted to arrays.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#57 - Run all PHPUnit tests with coverage, and output it to the terminal.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#56 - Add infinite retries.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#55 - [BC break] Rename indexed() and keys() to list() and listKeys()

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#54 - Run the tests on PHP 7.2 as well.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#53 - [BC break] Organize code into more namespaces.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#52 - Add currying support

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago - 1 comment

#51 - Allow flattening multiple levels at once.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#50 - Allow chaining empty iterables.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#49 - Fix a bug in rewinding ChainIterators.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#48 - each() returns an iterator.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#47 - Allow iterators with non-integer keys to be flattened.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#46 - Improve array access by using PHP's \ArrayIterator.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#45 - Add unique() to remove duplicate values.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#44 - [BC break] Rename indexed() to index().

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago - 1 comment

#43 - Add missing test coverage for reduce().

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#42 - Add mapKeys() to convert keys.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#41 - Allow iterators to be chained and flattened.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#40 - Allow instanceof checks on class names as well.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#39 - Add an exception that is specific to invalid iterables.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#38 - Document the project's goals.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#37 - Allow infinitely long slices.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#36 - Add not() to negate the outcomes of other predicates.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#34 - Add all(), to check one or more other predicates are all TRUE.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#32 - Support sorting iterators by keys and values.

Pull Request - State: closed - Opened by bartfeenstra about 7 years ago

#31 - Fix and add iterator operation descriptions.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#30 - Add empty() to see if an iterator is empty.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#29 - Add indexed().

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#27 - Allow iterator values to be reversed.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#26 - Add support for swapping/flipping keys and values.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#25 - Allow user-supplied iterator operations to work with keys as well.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#24 - Add keys(), to convert an iterator to return its keys.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#23 - Add find(), to find the first matching item an iterator produces.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#21 - Add code formatting and internal links to the README.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#20 - Add partial function application.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#19 - Document the option types.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#17 - Add try_except() and retry_except() to handle exceptions.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#16 - Add a result type.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#15 - Add an option type.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#14 - Support PHP 7.0

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#13 - Highlight the namespaces in the documentation.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#12 - Add truth predicates.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#11 - Add a predicate to check for identical values.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#10 - Fix an error in the predicate documentation.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#9 - Add documentation for the forever operation.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#8 - Add a forever operation.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#7 - Add a zip operation.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#6 - Add a missing iterator.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#5 - Reduce the number of namespaced function calls in the README.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#4 - Readme additions

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#3 - Add a license to composer.json.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#2 - Improve README formatting

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago

#1 - Initial commit.

Pull Request - State: closed - Opened by bartfeenstra over 7 years ago