Information for build php-PhpOption-1.6.0-1.fc31
ID | 1418683 | |||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Package Name | php-PhpOption | |||||||||||||
Version | 1.6.0 | |||||||||||||
Release | 1.fc31 | |||||||||||||
Epoch | ||||||||||||||
Source | git+https://src.fedoraproject.org/rpms/php-PhpOption.git#b5943fcd1f2181a3bf2778202cd64f4a1b7f6fec | |||||||||||||
Summary | Option type for PHP | |||||||||||||
Description | An Option type for PHP. The Option type is intended for cases where you sometimes might return a value (typically an object), and sometimes you might return a base value (typically null) depending on arguments, or other runtime factors. Often times, you forget to handle the case where a base value should be returned. Not intentionally of course, but maybe you did not account for all possible states of the system; or maybe you indeed covered all cases, then time goes on, code is refactored, some of these your checks might become invalid, or incomplete. Suddenly, without noticing, the base value case is not handled anymore. As a result, you might sometimes get fatal PHP errors telling you that you called a method on a non-object; users might see blank pages, or worse. On one hand, the Option type forces a developer to consciously think about both cases (returning a value, or returning a base value). That in itself will already make your code more robust. On the other hand, the Option type also allows the API developer to provide more concise API methods, and empowers the API user in how he consumes these methods. Autoloader: /usr/share/php/PhpOption/autoload.php | |||||||||||||
Built by | siwinski | |||||||||||||
State | complete | |||||||||||||
Volume | fedora_koji_archive04 | |||||||||||||
Started | Mon, 02 Dec 2019 00:44:15 UTC | |||||||||||||
Completed | Mon, 02 Dec 2019 00:46:39 UTC | |||||||||||||
Task | build (f31-candidate, /rpms/php-PhpOption.git:b5943fcd1f2181a3bf2778202cd64f4a1b7f6fec) | |||||||||||||
Extra | {'source': {'original_url': 'git+https://src.fedoraproject.org/rpms/php-PhpOption.git#b5943fcd1f2181a3bf2778202cd64f4a1b7f6fec'}} | |||||||||||||
Tags |
|
|||||||||||||
RPMs |
|
|||||||||||||
Logs |
|
|||||||||||||
Changelog | * Sun Dec 01 2019 Shawn Iwinski <shawn.iwinski@gmail.com> - 1.6.0-1 - Update to 1.6.0 (RHBZ #1771062) - * Fri Jul 26 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-7 - Rebuilt for https://fedoraproject.org/wiki/Fedora_31_Mass_Rebuild * Sat Feb 02 2019 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-6 - Rebuilt for https://fedoraproject.org/wiki/Fedora_30_Mass_Rebuild * Fri Jul 13 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-5 - Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild * Fri Feb 09 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.5.0-4 - Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild |