ucsd-progsys/liquidhaskell

Recover some tests of parsing errors

Open

#2,009 创建于 2022年6月16日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Haskell (157 fork)batch import
good first issue

仓库指标

Star
 (1,306 star)
PR 合并指标
 (平均合并 2天 18小时) (30 天内合并 12 个 PR)

描述

Some tests were disabled when implementing the expected errors flag. In general, these tests check the presence of certain parse errors.

  • BadAnnotation
  • BadAnnotation1
  • ErrLocation
  • ErrLocation2
  • ShadowMeasureVar

Reenable these and update the implementation of expected errors flags so it can be used with them.

贡献者指南