alda-lang / alda-core

The core machinery of Alda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

REPL does not check before loading score

elydpg opened this issue · comments

Pretty much the title. If a score is loaded in using :load, it will not throw an override warning if there is already a score in the REPL.

Yep, confirmed!

We should check to see if the score in the REPL has any changes compared to the score on disk, and prompt for confirmation.