-
Notifications
You must be signed in to change notification settings - Fork 523
Add level to Address::toArray function #543
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
Conversation
|
Well, the index already provides the level. Why not using it? |
|
Oh, I did also miss that. Sorry- |
|
It's what I explained in my issue. Why toArray function result could not be used directly by fromArray function without modifications of this array? |
|
Ah. Did not read the whole issue sorry... So, does it work better now? It is a simple addition, so if you add a test case for this, then it's good to me! |
|
How do you see that? Add |
|
Is there any test class for the |
|
No, only |
|
Then, maybe you could create this test class |
|
Can you also provide a test for this |
|
Done & commits squash |
|
Looks good to me! |
|
+1 LGTM |
|
Hey @AntoineLemaire. Sorry for the delay with this PR. If you solve the merge conflicts I'll be happy to merge |
|
Fixed by #622 |
|
Oh sorry, I missed that! Thanks for merged it 👍 |
Fix #516