mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-09 18:57:13 +00:00
always generate CANONICALIZE section in snapshots
This commit is contained in:
parent
341e04cc43
commit
ad4e71d987
1 changed files with 1 additions and 3 deletions
|
|
@ -1583,9 +1583,7 @@ fn processSnapshotFileUnified(gpa: Allocator, snapshot_path: []const u8, maybe_f
|
|||
// Generate remaining sections
|
||||
try generateParseSection(&output, &content, &parse_ast, &module_env);
|
||||
try generateFormattedSection(&output, &content, &parse_ast);
|
||||
if (content.has_canonicalize) {
|
||||
try generateCanonicalizeSection(&output, &content, &can_ir, &module_env, maybe_expr_idx);
|
||||
}
|
||||
try generateCanonicalizeSection(&output, &content, &can_ir, &module_env, maybe_expr_idx);
|
||||
try generateTypesSection(&output, &content, &can_ir, maybe_expr_idx);
|
||||
|
||||
// Generate HTML closing
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue