Skip to content
Colton Mercurio edited this page Apr 30, 2016 · 1 revision

These are the currently known bugs as of 4/29/16. They have been organized into representative categories. The linked issue should provide sufficient info on reproducing the bug and where to start looking.

Indenting

Indent the next line when the user presses enter (implemented by Ace)

  • Auto-indent does not indent a line followed by a comment #67

Auto-Indenting

Auto-Indent is the action of indenting the whole file after a set time whenever any input is performed (implemented by out teams, built upon the above "next line auto indent" functionality of Ace)

  • Auto-indenting destroys undo stack #124
  • GCC warning line number mismatch #105
  • Automatic indentation causes comment block to be indented #99

Virtual Machine

  • VM lacks entropy #160
  • Missing C header file #112
  • Issues with signals #66

Token Highlighter

  • Parameters/types with same name as a system call/library function get highlighted and linked to man page #98