Re: [commons-numbers] 02/03: Added getAbsolute() to complement getArgument().

2019-12-08 Thread Gilles Sadowski
2019-12-08 18:52 UTC+01:00, Alex Herbert : > > >> … > > Would this also apply to conjugate() and conj()? > > ISO C99 uses conj(). +1 (Why not?) Gilles - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional

Re: [commons-numbers] 02/03: Added getAbsolute() to complement getArgument().

2019-12-08 Thread Alex Herbert
> … Would this also apply to conjugate() and conj()? ISO C99 uses conj(). - To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org

Re: [commons-numbers] 02/03: Added getAbsolute() to complement getArgument().

2019-12-08 Thread Alex Herbert
> On 8 Dec 2019, at 14:52, Gilles Sadowski wrote: > > Le dim. 8 déc. 2019 à 13:32, Alex Herbert > a écrit : >> >> >> >>> On 8 Dec 2019, at 11:24, Gilles Sadowski >> > wrote: >>> >>> Hi. >>> >>> 2019-12-08 10:45 UTC+01:00, Alex

Re: [commons-numbers] 02/03: Added getAbsolute() to complement getArgument().

2019-12-08 Thread Gilles Sadowski
Le dim. 8 déc. 2019 à 13:32, Alex Herbert a écrit : > > > > > On 8 Dec 2019, at 11:24, Gilles Sadowski wrote: > > > > Hi. > > > > 2019-12-08 10:45 UTC+01:00, Alex Herbert > >: > >> On Sun, 8 Dec 2019, 01:50 Gilles Sadowski, wrote: > >> > >>> 2019-12-08 2:00 UTC+

Re: [commons-numbers] 02/03: Added getAbsolute() to complement getArgument().

2019-12-08 Thread sebb
On Sun, 8 Dec 2019 at 12:32, Alex Herbert wrote: > > > > On 8 Dec 2019, at 11:24, Gilles Sadowski wrote: > > > > Hi. > > > > 2019-12-08 10:45 UTC+01:00, Alex Herbert >: > >> On Sun, 8 Dec 2019, 01:50 Gilles Sadowski, > wrote: > >> > >>> 2019-12-08 2:00 UTC+01:0

Re: [commons-numbers] 02/03: Added getAbsolute() to complement getArgument().

2019-12-08 Thread Alex Herbert
> On 8 Dec 2019, at 11:24, Gilles Sadowski wrote: > > Hi. > > 2019-12-08 10:45 UTC+01:00, Alex Herbert >: >> On Sun, 8 Dec 2019, 01:50 Gilles Sadowski, wrote: >> >>> 2019-12-08 2:00 UTC+01:00, aherb...@apache.org : This is an automated email from the AS

Re: [commons-numbers] 02/03: Added getAbsolute() to complement getArgument().

2019-12-08 Thread Gilles Sadowski
Hi. 2019-12-08 10:45 UTC+01:00, Alex Herbert : > On Sun, 8 Dec 2019, 01:50 Gilles Sadowski, wrote: > >> 2019-12-08 2:00 UTC+01:00, aherb...@apache.org : >> > This is an automated email from the ASF dual-hosted git repository. >> > >> > aherbert pushed a commit to branch master >> > in repository

Re: [commons-numbers] 02/03: Added getAbsolute() to complement getArgument().

2019-12-08 Thread Alex Herbert
On Sun, 8 Dec 2019, 01:50 Gilles Sadowski, wrote: > 2019-12-08 2:00 UTC+01:00, aherb...@apache.org : > > This is an automated email from the ASF dual-hosted git repository. > > > > aherbert pushed a commit to branch master > > in repository https://gitbox.apache.org/repos/asf/commons-numbers.git

Re: [text.CaseUtils] adding support for snake_case and kebab-case

2019-12-08 Thread sebb
On Sat, 7 Dec 2019 at 17:28, Bryan Rickman wrote: > I was doing conversions for JSON properties which often do use different > cases. My conversions were from camelCase to the other cases, not delimited > words. If that isn't a good fit, I won't bother, but I don't mind adding it > if others thin