From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Campbell Subject: Re: [PATCH v8 18/21] libxlu: record location when parsing values Date: Wed, 18 Mar 2015 11:49:52 +0000 Message-ID: <1426679392.18247.339.camel@citrix.com> References: <1426499560-28514-1-git-send-email-wei.liu2@citrix.com> <1426499560-28514-19-git-send-email-wei.liu2@citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1426499560-28514-19-git-send-email-wei.liu2@citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: Wei Liu Cc: Ian Jackson , xen-devel@lists.xen.org List-Id: xen-devel@lists.xenproject.org On Mon, 2015-03-16 at 09:52 +0000, Wei Liu wrote: > Originally only setting has line number recorded. Since we're moving to > more sophisticated API, record the location for individual value. It is > useful for error reporting. > > Signed-off-by: Wei Liu Acked-by: Ian Campbell > Cc: Ian Jackson > --- > Changes in v8: > 1. Define YYLTYPE in libxl_internal.h and get rid of my hack. AIUI this was Ian's only concern last time and AFAICT you have addressed it in the way he intended, so I am going to apply. Ian.