-
Notifications
You must be signed in to change notification settings - Fork 36
Rename beginswith to startswith #9
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
Changes Unknown when pulling 82b319f on mweastwood:master into * on carlobaldassi:master*. |
Apparently not. |
This fix would need The syntax |
|
Ok, I've updated the REQUIRE file. |
Changes Unknown when pulling 358de10 on mweastwood:master into * on carlobaldassi:master*. |
Ah right you are, sorry. Can you squash the two commits? Then it's good to go. |
Squashed |
Changes Unknown when pulling 348b231 on mweastwood:master into * on carlobaldassi:master*. |
Rename beginswith to startswith
Thanks! |
This fixes a v0.4 deprecation warning.
On a related note, did the changes in 996d7be break v0.3 compatibility? It seems to me the
Dict
s need the@compat
macro applied to them.