From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 102222 invoked by alias); 1 Jan 2019 02:33:06 -0000 Mailing-List: contact kawa-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: kawa-owner@sourceware.org Received: (qmail 102212 invoked by uid 89); 1 Jan 2019 02:33:06 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=3.1 X-HELO: mail-it1-f179.google.com Received: from mail-it1-f179.google.com (HELO mail-it1-f179.google.com) (209.85.166.179) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Tue, 01 Jan 2019 02:33:04 +0000 Received: by mail-it1-f179.google.com with SMTP id w18so37341947ite.1 for ; Mon, 31 Dec 2018 18:33:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=0oxtsPlw0AJ4W9vTrgA860mfEg0iLga2Asc+YIgwQ8U=; b=hem9jhrR3KAAsAQvASvZaoC9vUJCp0jwVk7/9MZu0JU51QvVc4sKmldKYaSWsJcOQI fqpvo9iM4ixeyK5jxkTKaWACCFUPNAzzZHb/BiXoJTHrtMkubG9/Lfm01cEqtInaCcZ4 XKS7bMOyI1M9o81RWAuY+uPFysHlKuxcuP6FWWeCk4bZ4tnp5nMQQBcVspDV/oNMsMKc hFPXDAyNOFtDJS/VynqKbvzThiglpr1hzVWFkeiq55teg3BkkpuJ5JmNTsRPGgx7mQGZ 7h7zx/M6K95c2EMbgvAZ6RumkQsBVjoLmTRl1BCqjzFOuTmlMubz7Fj2/51quzT8iolb S/TQ== MIME-Version: 1.0 References: In-Reply-To: From: Duncan Mak Date: Tue, 01 Jan 2019 02:33:00 -0000 Message-ID: Subject: Re: Show all warnings and errors To: Per Bothner Cc: kawa mailing list Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2019-q1/txt/msg00001.txt.bz2 Very cool, thanks! Are you planning on making a 3.1 release soon? On Mon, Dec 31, 2018 at 9:12 PM Per Bothner wrote: > > On 12/31/18 3:18 PM, Duncan Mak wrote: > > > I've been porting some code to Kawa lately, but I still have a lot of > > work left to do. > > Cool. > > > Right now, when I load in the code, Kawa prints out a list of "warning > > - no declaration seen for XXX", and it ends with: > > > > note - skipped 0 errors, 164 warnings, 0 notes > > > > Is there a switch to force it to print out all the warnings? Right > > now, i'm getting only the top 20. > > There is now :-) > > --max-errors=NNN > > -- > --Per Bothner > per@bothner.com http://per.bothner.com/ -- Duncan.