roc-lang / roc

A fast, friendly, functional language.
https://roc-lang.org
Universal Permissive License v1.0
4.18k stars 297 forks source link

allow glue check toggle #6978

Closed Anton-4 closed 1 month ago

Anton-4 commented 1 month ago

This debug_assert was failing due to https://github.com/roc-lang/basic-cli/issues/242 but I still want to be able to run all the other debug_asserts, so I allowed skipping it with an env var SINGLE_TAG_GLUE_CHECK_OFF.