bugGNU nano - Bugs: bug #53445, the linter shows wrong file when...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #53445: the linter shows wrong file when compiled with --disable-multibuffer

Submitter:  Benno Schulenberg <bens>
Submitted:  Fri 23 Mar 2018 06:24:41 PM UTC
   
 
Severity:  3 - Normal Status:  Fixed
Assigned to:  bens Open/Closed:  Closed

Mon 26 Mar 2018 07:05:38 AM UTC, comment #1: 

Fixed in git, commit 57265148 -- the messages that refer to other files are dropped when nano is configured for a single buffer.

Benno Schulenberg <bens>
Group administrator
Fri 23 Mar 2018 06:24:41 PM UTC, original submission:  

To reproduce, configure nano with --disable-multibuffer and compile.  Add in your ~/.nanorc the following line:

  extendsyntax c linter gcc -fshow-column

Then run:

  src/nano  +1  src/text.c

and type: ^T.

Nano complains about some error in proto.h, but it shows the indicated line in src/text.c.  This is wrong.  It should either skip all messages that don't refer to the current and only file, or the entire linter should be disabled when multibuffer support has been compiled out.

Benno Schulenberg <bens>
Group administrator

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by bens (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2018-03-30 bens Open/ClosedOpen Closed
    2018-03-26 bens StatusNone Fixed
        Assigned toNone bens

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code