Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #95 from AeneasVerif/escherichia/errors | Son HO | 2024-03-29 | 51 | -3082/+4200 |
|\ | | | | | Escherichia/errors | ||||
| * | Cleanup and fix a mistake | Son Ho | 2024-03-29 | 13 | -194/+172 |
| | | |||||
| * | Add an error message | Son Ho | 2024-03-29 | 1 | -3/+1 |
| | | |||||
| * | Add some error messages | Son Ho | 2024-03-29 | 8 | -25/+29 |
| | | |||||
| * | Add some missing error messages | Son Ho | 2024-03-29 | 3 | -9/+6 |
| | | |||||
| * | Improve the error messages | Son Ho | 2024-03-29 | 3 | -6/+18 |
| | | |||||
| * | Cleanup a bit | Son Ho | 2024-03-29 | 4 | -55/+31 |
| | | |||||
| * | formatting and changed save_error condition for failing from b to not b | Escherichia | 2024-03-29 | 30 | -181/+468 |
| | | |||||
| * | added file and line arg to craise, cassert and all related functions | Escherichia | 2024-03-29 | 1 | -3/+3 |
| | | |||||
| * | added file and line arg to craise and cassert | Escherichia | 2024-03-29 | 36 | -928/+929 |
| | | |||||
| * | Make a minor modification | Son Ho | 2024-03-29 | 1 | -1/+4 |
| | | |||||
| * | Improve the error messages | Son Ho | 2024-03-29 | 3 | -17/+35 |
| | | |||||
| * | Fix an issue | Son Ho | 2024-03-28 | 1 | -1/+1 |
| | | |||||
| * | Revert some changes which shouldn't be here | Son Ho | 2024-03-28 | 1 | -6/+5 |
| | | |||||
| * | Update the format rule in the Makefile | Son Ho | 2024-03-28 | 1 | -1/+1 |
| | | |||||
| * | formatting | Escherichia | 2024-03-28 | 43 | -1435/+2155 |
| | | |||||
| * | Update the nix flake | Son Ho | 2024-03-28 | 1 | -15/+15 |
| | | |||||
| * | changes after git rebase main | Escherichia | 2024-03-28 | 11 | -41/+50 |
| | | |||||
| * | Should answer all comments, there are still some TODO: error message left | Escherichia | 2024-03-28 | 37 | -877/+882 |
| | | |||||
| * | Added sanity_check and sanity_check_opt_meta helpers and changed sanity ↵ | Escherichia | 2024-03-28 | 23 | -108/+113 |
| | | | | | | | | checks related cassert to these helpers to have a proper error message | ||||
| * | changes to extract_ty and related functions to use the right meta | Escherichia | 2024-03-28 | 4 | -60/+52 |
| | | |||||
| * | added a meta option field to norm_ctx and changed the meta used by some ↵ | Escherichia | 2024-03-28 | 8 | -38/+35 |
| | | | | | | | | assert to the norm_ctx one | ||||
| * | Inverted meta and config argument orders (from meta -> config to config -> meta) | Escherichia | 2024-03-28 | 20 | -303/+303 |
| | | |||||
| * | Replaced some unclear TODOs error message placeholder by clearer TODOs, they ↵ | Escherichia | 2024-03-28 | 4 | -36/+36 |
| | | | | | | | | were forgotten before last push | ||||
| * | Still need to fill the TODO: error message and check some meta but it builds | Escherichia | 2024-03-28 | 10 | -178/+186 |
| | | |||||
| * | WIP: translate.ml and extract.ml do not compile. Some assert left to do and ↵ | Escherichia | 2024-03-28 | 45 | -1885/+1947 |
| | | | | | | | | we need to see how translate_crate can give meta to the functions it calls | ||||
| * | WIP: does not compile yet because we need to propagate the meta variable. | Escherichia | 2024-03-28 | 11 | -223/+226 |
| | | |||||
| * | WIP Beginning working on better errors: began replacing raise (Failure) and ↵ | Escherichia | 2024-03-28 | 15 | -1032/+1076 |
| | | | | | | | | assert by craise and cassert. Does not compile yet, still need to propagate the meta variable where it's relevant | ||||
* | | Merge pull request #94 from RaitoBezarius/nix | Son HO | 2024-03-29 | 2 | -0/+10 |
|\ \ | |/ |/| | nix: some improvements with first installation | ||||
| * | project(installation): provide a default shell for `aeneas` | Ryan Lahfa | 2024-03-21 | 1 | -0/+9 |
| | | | | | | | | | | | | | | This makes it easy to run `make build` and `make test` without figuring anything about the dependencies. Signed-off-by: Ryan Lahfa <ryan.lahfa@inria.fr> | ||||
| * | shell(ux): enter into the default devshell via nix-direnv | Ryan Lahfa | 2024-03-21 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | This makes the switch into Aeneas' development environment "seamless" for direnv users. https://direnv.net/ https://github.com/nix-community/nix-direnv Signed-off-by: Ryan Lahfa <ryan.lahfa@inria.fr> | ||||
* | | Merge pull request #96 from RaitoBezarius/bump-lean | Son HO | 2024-03-25 | 2 | -2/+2 |
|\ \ | |/ |/| | backend(/tests)/lean: 4.6.0-rc1 → 4.6.1 | ||||
| * | backend(/tests)/lean: 4.6.0-rc1 → 4.6.1 | Ryan Lahfa | 2024-03-25 | 2 | -2/+2 |
|/ | | | | | | 4.6.0 has been released in https://github.com/leanprover/lean4/releases/tag/v4.6.0 Signed-off-by: Ryan Lahfa <ryan.lahfa@inria.fr> | ||||
* | Merge pull request #93 from AeneasVerif/son/examples | Son HO | 2024-03-20 | 45 | -711/+846 |
|\ | | | | | Add some examples and improve the shape of the generated code | ||||
| * | Merge remote-tracking branch 'origin/main' into son/examples | Son Ho | 2024-03-20 | 1 | -3/+7 |
| |\ | |/ |/| | |||||
* | | Merge pull request #90 from AeneasVerif/son/makefile | Son HO | 2024-03-20 | 2 | -9/+13 |
|\ \ | | | | | | | Update the Makefile to automatically reformat the code | ||||
| * | | Change the tests target to test | Son Ho | 2024-03-11 | 2 | -6/+6 |
| | | | |||||
| * | | Update the Makefile to automatically reformat the code | Son Ho | 2024-03-11 | 1 | -3/+7 |
| | | | |||||
| | * | Update the Makefile | Son Ho | 2024-03-20 | 2 | -8/+8 |
| | | | |||||
| | * | Update the flake.lock | Son Ho | 2024-03-20 | 1 | -15/+15 |
| | | | |||||
| | * | Regenerate the code | Son Ho | 2024-03-20 | 29 | -454/+431 |
| | | | |||||
| | * | Improve the generation of pretty name and the micro passes | Son Ho | 2024-03-20 | 8 | -30/+144 |
| | | | |||||
| | * | Regenerate the tests | Son Ho | 2024-03-19 | 22 | -188/+80 |
| | | | |||||
| | * | Improve the pure micro passes | Son Ho | 2024-03-19 | 2 | -8/+64 |
| | | | |||||
| | * | Update the demo | Son Ho | 2024-03-19 | 4 | -30/+126 |
| |/ |/| | |||||
* | | Merge pull request #92 from AeneasVerif/son/globals | Son HO | 2024-03-18 | 18 | -462/+506 |
|\ \ | | | | | | | Add generics to constants/globals | ||||
| * | | Update the flake.nix and the flake.lock | Son Ho | 2024-03-18 | 2 | -367/+4 |
| | | | |||||
| * | | Fix a minor issue | Son Ho | 2024-03-18 | 1 | -1/+3 |
| | | | |||||
| * | | Regenerate the test files | Son Ho | 2024-03-18 | 6 | -66/+297 |
| | | | |||||
| * | | Update extract_trait_impl | Son Ho | 2024-03-18 | 1 | -7/+23 |
| | | |