[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: error messages with ranges
From: |
Richard Stallman |
Subject: |
Re: error messages with ranges |
Date: |
Sun, 18 Oct 2009 22:39:05 -0400 |
Is :: starting a new line? If so, I think emacs does not parse more
than one line of GCC's output at a time. Would that change with this
proposal?
Parsing either of these formats will require specialized code for sure.
At the risk of complicating the decision, another idea just occurred to me:
output a separate error message for each argument, like this:
foo.c:47:5-10: First argument of erroneous operation
foo.c:47:14-250: Second argument of erroneous operation
The IDE could recognize these two error messages
and process them specially however it wishes.
- Re: error messages with ranges, (continued)
- Re: error messages with ranges, Manuel López-Ibáñez, 2009/10/15
- Re: error messages with ranges, Richard Stallman, 2009/10/16
- Re: error messages with ranges, Gabriel Dos Reis, 2009/10/16
- Re: error messages with ranges, Chris Lattner, 2009/10/16
- Re: error messages with ranges, Joseph S. Myers, 2009/10/16
- Re: error messages with ranges, Gabriel Dos Reis, 2009/10/16
- Re: error messages with ranges, Richard Stallman, 2009/10/17
- Re: error messages with ranges, Richard Stallman, 2009/10/17
- Re: error messages with ranges, Richard Stallman, 2009/10/17
- Re: error messages with ranges, Manuel López-Ibáñez, 2009/10/17
- Re: error messages with ranges,
Richard Stallman <=