Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
brockelmore committed Jul 17, 2024
1 parent 53e4c21 commit e02fc09
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 1,346 deletions.
1 change: 1 addition & 0 deletions crates/pyrometer/src/analyzer_backend.rs
Original file line number Diff line number Diff line change
Expand Up @@ -561,6 +561,7 @@ impl AnalyzerLike for Analyzer {
type ExprFlag = ExprFlag;

fn push_expr(&mut self, flat: FlatExpr) {
tracing::trace!("pushing expression: {flat:?}");
self.flattened.push(flat);
}

Expand Down
Loading

0 comments on commit e02fc09

Please sign in to comment.