-
Notifications
You must be signed in to change notification settings - Fork 132
Lack of namespaces / PSR-4 compliance #29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@salsify-dev would you accept a PR? I'm failing to use this lib for exactly the same reason. |
@andig I would be happy to accept a PR. |
@gonzofy just found that there is already a working fork at https://github.com/Im0rtality/jsonstreamingparser/ You can create the PR from there yourself ;) I've also submitted further patch for large integers that is waiting for acceptance. |
@andig I don't see the PR for large integers; is that here or in the fork? |
Its unaccepted in the fork: Im0rtality#1. Should I reraise against yours? |
Very happy to accept against mine. Thanks! On Sat, Sep 19, 2015 at 2:42 PM, andig [email protected] wrote:
|
See here for the changes Im0rtality/jsonstreamingparser@master...andig:fix |
Closed by PR #32 |
@gonzofy it's not closed- the bigint issue has not been merged upstream! See Im0rtality/jsonstreamingparser@master...andig:fix as I cannot push without re-forking. |
@andig the issue with namespaces seems unrelated to the PR you linked to for BigInts unless I'm missing something. I've re-opened for now, but could you be more specific about what's wrong? |
@gonzofy namespaces are fixed, I'll open new issue for bigint, thank you! |
Thanks @andig !! |
Please make sure all of your classes have proper namespaces so that they may be safely used in a 3rd-party project. I would highly recommend adhering to the PSR-4 autoloading standard: http://www.php-fig.org/psr/psr-4/
The text was updated successfully, but these errors were encountered: