bug-kawa
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-kawa] [bug #44262] Too many errors


From: Per Bothner
Subject: [Bug-kawa] [bug #44262] Too many errors
Date: Tue, 17 Feb 2015 02:36:44 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:35.0) Gecko/20100101 Firefox/35.0

Update of bug #44262 (project kawa):

                  Status:                    None => Fixed                  
             Assigned to:                    None => bothner                
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

Actually, the problem was too many *warnings*, not *errors*.  There was a bug
in the logic to truncate excess messages: The goal was if if there are too
many diagnostics, we should prioritize the errors and skip excess warnings.
The code erroneously skipped *all* warnings in this case, even if there were
no errors.

I fixed the code.  I re-wrote a good chunk of the relevant classes, to use
java.lang.Appendable.  A major problem was deciding when to emit Windows
line-endings rather than "\n").

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?44262>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]