-
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.
Log ceil analysis with
-l Ceil
(#510)
When starting the server with `-l Ceil`, with this change, we will emit the logs of the ceil analysis of rewrite rules in the given definition file, e.g.: ``` [Ceil#booster] Partial symbols found in rule /Users/sam/git/hs-backend-booster/bug_reports/concurrency_crash/imp.k : ( 54 , 8 ) non-total symbol Lbl_modInt_ rule does NOT preserve definedness. Partially computed ceils: _=/=Int_(Rule#VarI2:SortInt{}, "0") #Ceil( Rule#VarI2:SortInt{} ) ``` --------- Co-authored-by: github-actions <github-actions@github.com>
- Loading branch information
1 parent
f18a030
commit c2b6455
Showing
2 changed files
with
31 additions
and
5 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