-
Notifications
You must be signed in to change notification settings - Fork 31
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
Allowing double-digit list keys to be used #6
base: master
Are you sure you want to change the base?
Conversation
Before, `'test::10::key'` would end up overriding `'test::1::key'`, because both started with an `apx` of `'test::1'`.
Oh, sorry, I meant to ask about this one. I've been pulling from my own repo for a few months, because my tests fail without this. A merge would do it, actually — I could just pull from the repo's tarball instead of PyPI. Thanks |
You still maintaining this? We've been having some trouble with recent versions of pip, because we're using dependency links to point to my fork. If you're not maintaining it, could you add me as a maintainer on PyPI, so I can keep it updated? My username there is theY4Kman as well. |
Hi, right now I into hospital with my child. When we will be returned I
|
Hey, congratulations, man! Take your time, no rush :) |
Hi Zach! 2014-05-19 18:11 GMT+04:00 Zach Kanzler [email protected]:
|
Thanks! I'm out on vacation, but I will let you know by tomorrow. I really
|
All good, cheers! :) |
Good news :) 2014-05-29 1:33 GMT+04:00 Zach Kanzler [email protected]:
|
Hi, there is any plan to merge this request? |
Before,
'test::10::key'
would end up overriding'test::1::key'
, because both started with anapx
of'test::1'
.