1. 16 10月, 2022 1 次提交
  2. 01 10月, 2022 1 次提交
  3. 15 10月, 2021 1 次提交
  4. 28 7月, 2021 1 次提交
  5. 13 5月, 2021 1 次提交
  6. 24 3月, 2020 1 次提交
  7. 07 2月, 2020 1 次提交
  8. 12 3月, 2019 1 次提交
  9. 26 12月, 2018 1 次提交
  10. 25 10月, 2018 1 次提交
  11. 24 10月, 2018 1 次提交
  12. 14 8月, 2018 1 次提交
  13. 16 3月, 2018 1 次提交
  14. 28 2月, 2018 1 次提交
  15. 27 2月, 2018 1 次提交
  16. 22 12月, 2017 1 次提交
    • E
      Do not emit type errors on recovered blocks · aaf3e318
      Esteban Küber 提交于
      When a parse error occurs on a block, the parser will recover and create
      a block with the statements collected until that point. Now a flag
      stating that a recovery has been performed in this block is propagated
      so that the type checker knows that the type of the block (which will be
      identified as `()`) shouldn't be checked against the expectation to
      reduce the amount of irrelevant diagnostic errors shown to the user.
      aaf3e318
  17. 15 12月, 2017 2 次提交