Affected by v0.0.4’s slight change on the behavior of --type-check-only for allowing non-stage-1 programs, the type checker newly reports an undesirable error when it checks a document file (at 9fb2b2c). For example, invoking $ satysfi --type-check-only demo.saty at demo/ results in:
! [Type Error] file 'demo.saty' is not a header file; it is of type
document
This issue was first reported by @puripuri2100 via satysfi.slack.com.
Affected by
v0.0.4
’s slight change on the behavior of--type-check-only
for allowing non-stage-1 programs, the type checker newly reports an undesirable error when it checks a document file (at 9fb2b2c). For example, invoking$ satysfi --type-check-only demo.saty
atdemo/
results in:This issue was first reported by @puripuri2100 via
satysfi.slack.com
.