回复: [LANG] Q: introduction of new development tool

2019-08-27 Thread Silence Tai
Bruno +1. I think we really need examples and related information to discuss whether it should be quoted. I am more concerned about what changes the project will need to make after relying on the tool. Silence Tai 发件人: Peter Verhas 发送时间: 2019年8月27日 21:00

Re: [LANG] Q: introduction of new development tool

2019-08-27 Thread Bruno P. Kinoshita
In Python doctests are handy, where you can write documentation with code blocks, that can be executed with a unit-test running tool, validating the docs. It's the first time I heard about Geci. But if you could perhaps show the pros and cons, what is the maintenance involved, whether it would

Re: [LANG] Q: introduction of new development tool

2019-08-27 Thread Gary Gregory
There is such a thing we used to call 'code slurping' where when I co-authored "Java Persistence with Hibernate Second Edition" [1], we automatically compiled, ran, and slurped in Java code into the XHTML source for the book using https://github.com/4thline/lemma, meaning zero Java code

Re: [ANN] Apache Commons Compress 1.18 Released

2019-08-27 Thread Gary Gregory
Subject line should read "1.19", not "1.18". G On Tue, Aug 27, 2019 at 2:35 PM Stefan Bodewig wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > The Apache Commons Team is pleased to announce the release of Apache > Commons Compress 1.19. > > Apache Commons Compress software defines

[CVE-2019-12402] Apache Commons Compress denial of service vulnerability

2019-08-27 Thread Stefan Bodewig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Severity: Low Vendor: The Apache Software Foundation Versions Affected: Apache Commons Compress 1.15 to 1.18 Description: The file name encoding algorithm used internally in Apache Commons Compress can get into an infinite loop when faced with

[ANN] Apache Commons Compress 1.19 Released

2019-08-27 Thread Stefan Bodewig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [Re-Sending with fixed subject, sorry] The Apache Commons Team is pleased to announce the release of Apache Commons Compress 1.19. Apache Commons Compress software defines an API for working with compression and archive formats. These include:

[ANN] Apache Commons Compress 1.18 Released

2019-08-27 Thread Stefan Bodewig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The Apache Commons Team is pleased to announce the release of Apache Commons Compress 1.19. Apache Commons Compress software defines an API for working with compression and archive formats. These include: bzip2, gzip, pack200, lzma, xz, Snappy,

[RESULT] Release Compress 1.19 Based on RC1

2019-08-27 Thread Stefan Bodewig
Hi all with binding +1s by Gary Gregory Bruno P. Kinoshita Rob Tompkins and my own implicit +1 the vote has passed. I'll proceed with publishing the release artifacts and will announce the release after mirrors had a bit of time to catch up. Many thanks to those who had a look at the release

Re: [LANG] Q: introduction of new development tool

2019-08-27 Thread Matt Sicker
The idea of automatically using unit tests as code samples in the documentation sounds great! This sounds fairly interesting to me. On Tue, Aug 27, 2019 at 08:00, Peter Verhas wrote: > I have seen looking over the code of the LANG3 project that there are a lot > of places where the code is

[LANG] Q: introduction of new development tool

2019-08-27 Thread Peter Verhas
I have seen looking over the code of the LANG3 project that there are a lot of places where the code is copy/paste. Many times these copy/paste code is the result of the shortages of the Java language. We implement methods that look more or less the same but they have to be created for all

Re: MATH-1494 Non-iterative Exponential Fitting

2019-08-27 Thread Gilles Sadowski
[Follow-ups were not on the ML. Copy/paste below.] Hello. Le mer. 21 août 2019 à 02:59, Tom Prodehl a écrit : > > I can accommodate passing all the data at once instead of permitting > piecemeal > > addition. The algorithm requires that the x values be in increasing > order so > > either the