-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update Main #31
Merged
Update Main #31
Conversation
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
I use my own fork of `cache-install` to cache the Nix store because the current release of `rikhuijzer/cache-install` doesn't cache the `/nix/var/nix/db/db.sqlite` database. Hence, Nix will treat all paths in `/nix/store` as invalid and rebuild all store paths. Warning: there are files will will *not* get compiled by Agda. Only Main and its dependencies are checked and compiled.
The output of the test cases aren't checked anyways so we don't have to waste resources to compile and run `Main`.
Build the nix derivation in CI
Probably all of these issues where caused by file renamings and similar refactorings.
Small improvements
This will be needed for the implementation of `at-least-true-once`.
Feature Algebra and FSTs
During nix-build `/usr/bin/env` is not available, hence shebangs need to be patched.
This gives the flexibility of computing (e.g. translating expressions) while, at the same time, also outputting more lines.
Round trip experiment
Rename 2adt to adt
Fix and add comma placement for all pretty printed expressions
Add FST to `Lang.All` and `Translate.LanguageMap`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.