ace-dent / picotracker

Track boogs for Picotron (unofficial)
Creative Commons Zero v1.0 Universal
1 stars 0 forks source link

[BUG] Terminal cannot accept `save`/`load` commands with double-quoted filenames. #12

Closed ace-dent closed 5 months ago

ace-dent commented 5 months ago

Describe the bug / feature After P8, a user may try loading/saving a file in the terminal with the name in double-quotes. This cause an error.

To Reproduce Steps to reproduce the behavior:

  1. In the Terminal, first enter save foo.p64; this should work as expected.
  2. Now try load "foo.p64" or save "foo.p64".
  3. Both will cause an error due to the double-quotes.

Expected behavior Double-quoted filenames should be acceptable, as per P8.

Screenshots Picotron_and_ACE_P8__PICO-8_

Software (please complete the following information):

ace-dent commented 5 months ago

Confirmed: fixed with release v0.1.0c on macOS. Now gives useful error message feedback to the User (double quotes cannot be present). 🎉