On Wed, May 29, 2024 at 8:17 AM Gary Gregory wrote:
> (Sorry for the top post, phone)
>
> A case I can imagine an empty '' occurring is when the format string itself
> is built programmatically for example a '%s' or using string concatenate of
> a variable that holds a string where that string ca
(Sorry for the top post, phone)
A case I can imagine an empty '' occurring is when the format string itself
is built programmatically for example a '%s' or using string concatenate of
a variable that holds a string where that string can be empty or an "s" to
mark a plural or a quote for example.
On Sun, 26 May 2024 at 23:37, sebb wrote:
>
> On Sun, 26 May 2024 at 08:25, Laertes Moustakas wrote:
> >
> > Hello Gary,
> >
> > Thank you for your response. Some of the new assertions indeed fail when
> > interpreting the duplicate single quote as an escaped quote instead of a
> > closing and
My +1
Gary
On Wed, May 29, 2024 at 4:35 AM Henri Biestro wrote:
>
> [ +1 ] LGTM
>
> Site & Javadoc look good, changes & JIRA report clean (nice!), nit: Jacoco
> report missing some classes
>
> Built using:
> mvn clean install site -Pjacoco -s ~/.m2/commons-settings.xml
> On:
> mvn -version
> Ap
I seem to recall that the parsing multiple options code is "wonky" because
it has to deal with a legacy "comma separated string". It may relate to
CLI-306
On Tue, May 28, 2024 at 6:16 PM Gary Gregory wrote:
> What about 'Hello World'?
>
> Gary
>
> On Tue, May 28, 2024, 11:13 AM Eric Pugh
> wro
[ +1 ] LGTM
Site & Javadoc look good, changes & JIRA report clean (nice!), nit: Jacoco
report missing some classes
Built using:
mvn clean install site -Pjacoco -s ~/.m2/commons-settings.xml
On:
mvn -version
Apache Maven 3.8.6 (84538c9988a25aec085021c365c560670ad80f63)
Maven home: /Users/hbiestr