diff --git a/compiler/src/typed/env.re b/compiler/src/typed/env.re index 02e661b3be..5e1adfa748 100644 --- a/compiler/src/typed/env.re +++ b/compiler/src/typed/env.re @@ -750,6 +750,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,