Custom Query (361 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 361)

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Ticket Resolution Summary Owner Reporter
#248 fixed Clear error markers at correct points (e.g., when processing text successfully) Graham Dutton David Aspinall
Description

At the moment error markers are only removed when text is edited or reparsed. But it is possible to repair an error without changing the text locally: for example,

theory ErrorMarkerCleaning imports Main NewTheory
begin

end

Process this without then with NewTheory?.thy being present in the directory (see test case in ed.inf.proofgeneral.tests project).

#254 invalid a spam ticket Graham Dutton testuser
Description

this was created without email verification.

#259 fixed Parsing Failure at ends of files Graham Dutton Graham Dutton
Description

Parsing a file with no trailing whitespace fails.

For example: TestLcl.thy in test repository fails at the final lines. PG parses the final two lines:

 end
end

as a single unit:

 end[newline]en

(where [newline] is an actual newline), discarding the final character.

A functionally identical file TestLocale.thy with trailing whitespace will not exhibit this behaviour.

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
Note: See TracQuery for help on using queries.