-
Notifications
You must be signed in to change notification settings - Fork 354
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
Stirng smartcase lower #4
base: master
Are you sure you want to change the base?
Stirng smartcase lower #4
Conversation
…ting dangling references for upper part of hash list
* CharIsNumberChar should account for ThousandSeparators too, if accounts for DecimalSeparator Work on #5898 #5893 * StrIsDigit is awful Engrish * StrIsSubset is nothing but another name for StrConsistsOfChars * StrIsDigit is nothing but another name for StrConsistsOfChars with proper filters * StrConsistsOfNumberChars is nothing but another name for StrConsistsOfChars with proper filters * there are three kinds of checks: ** target only contains given chars ** target contains some of given chars ** target contains (among other) all the given chars One boolean value was ambiguous to separate those tasks. Now there are three distinct name schemes. * ToDO : make StrIsDigit and StrConsistsOfNumberChars permit empty strings ???
2) tests for JclStringLists, including Join via StringBuilder
funny thing, initial attempt gave me 404 - probably because i did not filled int "description" field And again, i actually only meant the last commit to be pulled. |
git.exe pull -v --progress "upstream" master From https://github.com/project-jedi/jcl
Thus separating the single commit into a pull request cannot be intuitively done even by branching |
the-Arioch wrote:
|
the-Arioch wrote:
The procedure is as follows :
Sure, it's a change of habit from SVN, but once you're used to it, it's |
and the result is up there before you eyes. |
If you had wanted only one commit to be pulled, then create a branch for that commit alone. Any commit done before or later on the same branch are included in the pull request, that's the way it works. |
exactly what have been done. and the result is up there before your eyes. |
1) shrinking copy-paste 2) adding delimiters as string
attempt after wiki and tracker were closed