diff --git a/compiler/src/typed/env.re b/compiler/src/typed/env.re index 97a98ee31d..e39f634df4 100644 --- a/compiler/src/typed/env.re +++ b/compiler/src/typed/env.re @@ -759,6 +759,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,