Free cookie consent management tool by TermsFeed Policy Generator

Opened 8 years ago

Closed 8 years ago

#2563 closed defect (done)

Exceptions thrown during code folding/completion are not handled

Reported by: jkarder Owned by: jkarder
Priority: medium Milestone: HeuristicLab 3.3.14
Component: CodeEditor Version: 3.3.13
Keywords: Cc:

Description

HL crashes if unsupported language features are used within the code editor.

Example: Expression-bodied function members

public override string ToString() => string.Format("{0}, {1}", First, Second);

Change History (5)

comment:1 Changed 8 years ago by jkarder

  • Status changed from new to accepted

comment:2 Changed 8 years ago by jkarder

r13549: catch and ignore exceptions thrown during code folding/completion

comment:3 Changed 8 years ago by jkarder

  • Owner changed from jkarder to pfleck
  • Status changed from accepted to reviewing

comment:4 Changed 8 years ago by pfleck

  • Owner changed from pfleck to jkarder
  • Status changed from reviewing to readytorelease

Change looks good. Tested various code segments and problem did not occur anymore.

Thanks for the fix.

comment:5 Changed 8 years ago by jkarder

  • Resolution set to done
  • Status changed from readytorelease to closed

r14134: merged r13549 into stable

Note: See TracTickets for help on using tickets.