forked from alilleybrinker/langs-in-rust
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix updating the list of languages, and add Inko back to the list (al…
…illeybrinker#50) * Fix updating the list of languages The old approach of updating languages would produce inconsistent results in the JSON file. For example, when adding Inko and running update.py, Inko would be removed from the list while Dyon would exist twice. This commit changes this by simply appending data to a new list, instead of modifying the old list in-place. * Add Inko back to the list of languages
- Loading branch information
1 parent
7e60b98
commit 59ab775
Showing
3 changed files
with
22 additions
and
10 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
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
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