[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: decorate - new sorting-helper program (experimental)
From: |
Assaf Gordon |
Subject: |
Re: decorate - new sorting-helper program (experimental) |
Date: |
Tue, 14 Apr 2020 01:15:11 -0600 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:68.0) Gecko/20100101 Thunderbird/68.6.0 |
Hello Bernhard,
Thanks for the feedback and thanks trying it (or trying to try it :) ).
On 2020-04-14 12:51 a.m., Bernhard Voelker wrote:
On 2020-04-13 21:14, Assaf Gordon wrote:
I'm happy to announce the first experimental release of the "decorate"
program.
The program is part of the "datamash" package, and available here:
https://alpha.gnu.org/gnu/datamash/datamash-1.5.17-735b.tar.gz
I'm a bit confused.
I've just pulled from 'git://git.sv.gnu.org/datamash.git', but the
decorate sources are not there yet, but instead, there's a 'v1.6' tag
which doesn't fit into above's "1.5.17-735b" versioning.
Do you push somewhere else?
Sorry about that, it's in such a preliminary state that I didn't
want to push it yet (certainly not to the master branch).
I added now a new "decorate" branch, which contains the (still messy)
code. It was branched off a version prior to 1.6, hence the
version issue.
To test it please try:
git clone -b decorate git://git.sv.gnu.org/datamash.git
Once it stabilizes I will of course clean it, squash it, and push it to
the "master" branch.
regards,
- assaf