alda-lang / alda-core

The core machinery of Alda
80 stars 26 forks source link

REPL does not check before loading score #39

Closed elydpg closed 7 years ago

elydpg commented 7 years ago

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.

daveyarwood commented 7 years ago

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.

daveyarwood commented 7 years ago

Moved to https://github.com/alda-lang/alda-client-java/issues/17.