-
-
Notifications
You must be signed in to change notification settings - Fork 740
2.068 renames #3439
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
2.068 renames #3439
Conversation
New names: asLowerCase, asUpperCase, asCapitalized Discussions: http://forum.dlang.org/post/fafybgnltpkfwpugyqvm@forum.dlang.org http://forum.dlang.org/post/qdtisgsafprcczbjfizz@forum.dlang.org
assert (setExt("file.ext"w.byWchar, ".").array == "file."w); | ||
assert (withExtension("file".byChar, "ext").array == "file.ext"); | ||
assert (withExtension("file"w.byWchar, ".ext"w).array == "file.ext"w); | ||
assert (withExtension("file.ext"w.byWchar, ".").array == "file."w); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This example (documented unittest) would look much better if UFCS was used, should I update it?
19721fc
to
ab40bbd
Compare
@MartinNowak ping |
1 similar comment
@MartinNowak ping |
So, do I recreate this pull and target the stable branch? |
To increase its chances of getting pulled, I say "yes". |
@CyberShadow yes, likely it needs to target both branches. |
Follow-up to the discussion:
http://forum.dlang.org/post/rvaguhviuldknnqktkbq@forum.dlang.org
For now this is a draft.I'll be updating this up to RC1 following feedback.@MartinNowak What's the ETA to RC1?