Skip to content

Latest commit

 

History

History
19 lines (17 loc) · 933 Bytes

Bugs.md

File metadata and controls

19 lines (17 loc) · 933 Bytes

🐞 Known Bugs

  • Program menu refreshes like mad when running a program
  • Turning on toolbar button shapes turns the run button blue (????)
  • Array popover test fails — it might be a bug in SwiftUI
  • Editing inspector fields is allowed (although it resets upon losing focus)

Squashed

  • Highlighting the current instruction is nonfunctional
  • Epilepsy warning needed when running large programs
  • Many views don't update when they should
  • Settings button doesn't appear in alert for array underflow
  • Progress bar sometimes gets initialized with an out-of-bounds value
  • App crash after selecting all and typing
  • App shortcut is completely broken (naturally)
  • Tests stall while building
  • Trim and Clear All are enabled with locked files
  • Unit tests just... fail before even starting? (UI tests are fine, though...)
    • Turns out it was an Xcode bug of some sort.