This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: [PATCH] PR23666 Fix a bug in semantic analysis of aggregate operators in foreach sorting
- From: Yichun Zhang <yichun at openresty dot com>
- To: systemtap at sourceware dot org
- Date: Sat, 15 Sep 2018 17:49:15 -0700
- Subject: Re: [PATCH] PR23666 Fix a bug in semantic analysis of aggregate operators in foreach sorting
- References: <20180916001321.123380-1-yichun@openresty.com>
Hello!
On Sat, Sep 15, 2018 at 5:13 PM Yichun Zhang (agentzh)
<yichun@openresty.com> wrote:
>
> When aggregate operators like @count, @sum, and etc were used in the
> foreach loop sorting criteria but not in the foreach loop body, then
> these sorting criteria were not respected by the translator in the
> generated code.
>
Just committed to master with some minor tweaks suggested by fche on IRC.
Best,
Yichun