-
-
Notifications
You must be signed in to change notification settings - Fork 111
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(developer): compiler crash when no project loaded
Fixes #9889. This arises from a deprecated way of using Keyman Developer by starting Keyman Developer by opening a keyboard .kmn file from Explorer, which causes Developer to run in a 'projectless' mode. This was not tested in the new compiler integration, and that has caused this crash. In 'projectless' mode, there is still a global 'untitled' project, but the files loaded do not 'belong' to it. The compiler settings are inherited from the global 'untitled' project in this case.
- Loading branch information
Showing
1 changed file
with
8 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters