Skip to content

Commit

Permalink
reference CRC issue
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-snezhko committed Feb 24, 2024
1 parent 3c65bbd commit 29beccf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions compiler/src/typed/env.re
Expand Up @@ -760,6 +760,8 @@ let check_consistency = ps =>
);
Consistbl.check(
crc_units,
// This is a workaround; should address
// TODO(#1843): Investigate CRC behavior
Filepath.String.chop_suffix(resolved_file_name, ".gr"),
crc,
ps.ps_filename,
Expand Down

0 comments on commit 29beccf

Please sign in to comment.