Hi Pranit,
On Fri, 20 May 2016, Pranit Bauva wrote:
> On Mon, May 16, 2016 at 12:10 PM, Johannes Schindelin
> wrote:
> >
> > On Sat, 14 May 2016, Pranit Bauva wrote:
> >
> >> Reimplement the `bisect_voc` shell function in C. This is a too small
> >> function to be called as a subcommand though t
Hey Matthieu,
Sorry for the late reply. Somehow your email didn't receive my
mailbox. I got to see this mail when I was going through the gmane
archives.
Matthieu Moy grenoble-inp.fr> writes:
Pranit Bauva gmail.com> writes:
>> +int bisect_voc(const char *term)
>> +{
>> + if (!strcmp(term, "ba
Hey Johannes,
On Mon, May 16, 2016 at 12:10 PM, Johannes Schindelin
wrote:
> Hi Pranit,
>
> On Sat, 14 May 2016, Pranit Bauva wrote:
>
>> Reimplement the `bisect_voc` shell function in C. This is a too small
>> function to be called as a subcommand though the working of this
>> function has been
Pranit Bauva writes:
> +int bisect_voc(const char *term)
> +{
> + if (!strcmp(term, "bad"))
> + printf("bad|new\n");
> + if (!strcmp(term, "good"))
> + printf("good|old\n");
If you meant to use this as a helper command, then the implementation is
right, but you're
Hi Pranit,
On Sat, 14 May 2016, Pranit Bauva wrote:
> Reimplement the `bisect_voc` shell function in C. This is a too small
> function to be called as a subcommand though the working of this
> function has been tested by calling it as a subcommand.
This leaves me puzzled as to what this patch is
On Sat, May 14, 2016 at 1:32 AM, Pranit Bauva wrote:
> Reimplement the `bisect_voc` shell function in C. This is a too small
> function to be called as a subcommand though the working of this
> function has been tested by calling it as a subcommand.
>
> Mentored-by: Lars Schneider
> Mentored-by:
Reimplement the `bisect_voc` shell function in C. This is a too small
function to be called as a subcommand though the working of this
function has been tested by calling it as a subcommand.
Mentored-by: Lars Schneider
Mentored-by: Pranit Bauva
Signed-off-by: Pranit Bauva
---
The PR for testin
7 matches
Mail list logo