remove debug, realized it was crlf vs lf whoops

This commit is contained in:
gluaxspeed 2021-07-23 00:34:52 -07:00
parent 6d08e8920f
commit b69dd4e277
4 changed files with 5 additions and 13 deletions

View File

@ -53,7 +53,7 @@ jobs:
- run:
name: Build and run tests
no_output_timeout: 30m
command: cargo test --all -- --nocapture
command: cargo test --all
- persist_to_workspace:
root: ~/
paths: project/

View File

@ -116,7 +116,7 @@ jobs:
uses: actions-rs/cargo@v1
with:
command: test
args: --all --features ci_skip -- --nocapture
args: --all --features ci_skip
env:
CARGO_INCREMENTAL: "0"

View File

@ -211,14 +211,6 @@ impl Namespace for CompileNamespace {
output,
});
}
if test.name.contains("reverse") {
println!(
"debug print initial ast {:?}",
Ast::from_json_file("/tmp/output/initial_ast.json".into())
.unwrap_or_else(|_| Ast::new(Program::new("Error reading initial theorem.".to_string())))
.to_json_string()
);
}
let initial_ast: String = hash(
Ast::from_json_file("/tmp/output/initial_ast.json".into())

View File

@ -16,6 +16,6 @@ outputs:
r0:
type: bool
value: "true"
initial_ast: 2de2209f674d98d4c079ab820b1e154ab47cf45a0413a8b0643b322afb836518
canonicalized_ast: 780fd70bae5c39651481e3966332f3759fd4b80a03cabc812682aa0e5aebb0b7
type_inferenced_ast: 4256bce9f7fa10cd6265340993d77abc18eff6f71cb6eb13a0e064c310b75658
initial_ast: 75fbb3ed1613fbf39ce803ff903befe209b26a953ba8db1d68e35066655d96e6
canonicalized_ast: a96cae2c9e347245e07c63b5c94cf43497063c3f548c615627da4b1775e9a17b
type_inferenced_ast: dc663974ed1cce7b15c35eda29c9b1af5426eafddbd108b5a03cd7071ad4a6bc