yet another bugfix to the version check

akkartik
Dec 3, 2023, 8:30 PM
FE25XVZYGWECMZHBQ7V35SIKC4SUBYZHYYIEDCXK6DKWZA25HPEQC

Dependencies

  • [2] FJIGUGEC bugfix: version check
  • [3] KKMFQDR4 editing source code from within the app
  • [4] AVTNUQYR basic test-enabled framework
  • [5] 6VJTQKW7 start supporting LÖVE v12
  • [6] 3QNOKBFM beginnings of a test harness
  • [7] D2IADHMW link to default love.run for comparison
  • [8] CUFW4EJL reorganize app.lua and its comments
  • [9] ORRSP7FV deduce test names on failures
  • [*] PESSMQBJ no, make sure to compute line width after screen dimensions
  • [*] BJ5X5O4A let's prevent the text cursor from ever getting on a drawing

Change contents

  • edit in app.lua at line 11
    [3.54][3.1465:1487]()
    App.version_check()
  • edit in app.lua at line 14
    [3.209821]
    [11.258]
    App.version_check()
  • edit in app.lua at line 110
    [3.210398][2.128:150]()
    App.version_check()
  • edit in Manual_tests.md at line 32
    [3.211526]
    [3.211526]
    * run with an unsupported version. Error message pops up and waits for a key. The app attempts to continue, and doesn't receive the key. Press ctrl+e to edit source. Source editor opens up without checking version.