Skip to content

Latest commit

 

History

History
366 lines (259 loc) · 31 KB

CHANGELOG.md

File metadata and controls

366 lines (259 loc) · 31 KB

Changelog

v0.0.24 (2023-11-26)

Full Changelog

Merged pull requests:

v0.0.23 (2023-01-10)

Full Changelog

Merged pull requests:

v0.0.22 (2022-02-16)

Full Changelog

v0.0.21 (2021-12-05)

Full Changelog

Merged pull requests:

  • CHECK regex match: fix case when there are two+ "CHECK:" in a check line #183 (stanislaw)
  • Config: dedicate class to store configuration #182 (stanislaw)
  • CheckParser: dedicated class that parses CHECKs #181 (stanislaw)
  • Code climate: fix next batch of "; " occurences #180 (stanislaw)
  • Code climate: convert several tests to --strict-whitespace #179 (stanislaw)
  • Code climate: fix next batch of "; " occurences #177 (stanislaw)
  • Code climate: fix next batch of "; " occurences #176 (stanislaw)
  • Code climate: fix a batch of "; RUN:" lines in the tests #175 (stanislaw)
  • CHECK-EMPTY: finish long standing TODO about the error message #174 (stanislaw)
  • Code climate: fix all Pylint warnings #173 (stanislaw)
  • Check: named tuple -> proper class #172 (stanislaw)
  • Code climate: introduce flake 8 and Pylint and fix all flake8 issues #171 (stanislaw)
  • Code climate: introduce black and reformat everything #170 (stanislaw)
  • tasks: use improved one_line_command and run_invoke_cmd #169 (stanislaw)
  • docs: create "Extra features" section, add a task to generate docs #168 (stanislaw)
  • tasks: add --focus parameter to run focused integration tests #167 (stanislaw)
  • Add support for relative line number expressions #166 (obycode)
  • Regenerate CHANGELOG #165 (stanislaw)
  • Bump version: 0.0.19 → 0.0.20 #164 (stanislaw)

v0.0.20 (2021-11-27)

Full Changelog

Closed issues:

  • Outputs are not treated as UTF-8 #162

Merged pull requests:

v0.0.19 (2021-09-25)

Full Changelog

Merged pull requests:

v0.0.17 (2020-11-17)

Full Changelog

Merged pull requests:

v0.0.16 (2020-10-05)

Full Changelog

Merged pull requests:

v0.0.15 (2020-04-27)

Full Changelog

Implemented enhancements:

  • Implement option: --implicit-check-not #75

Merged pull requests:

v0.0.14 (2020-04-23)

Full Changelog

Implemented enhancements:

Closed issues:

  • Weird behavior with a leading space character #131
  • CI: set up Actions on Windows #112
  • Switch from Makefile to Invoke #102

Merged pull requests:

v0.0.13 (2020-03-25)

Full Changelog

Fixed bugs:

  • Possible bug: multiple CHECK_NOT strings get shadowed by each other #103

Closed issues:

  • Test against FileCheck from LLVM 8, 9 and 10. #100

Merged pull requests:

v0.0.12 (2020-02-16)

Full Changelog

Closed issues:

  • assert current_scan_base > 0 #96
  • Missing LICENSE file? #95
  • Add documentation #31

Merged pull requests:

v0.0.11 (2019-12-26)

Full Changelog

Closed issues:

  • FileCheck.py exits with 141 when run by LIT (all checks are checked but there is still some input in stdin) #71

Merged pull requests:

v0.0.10 (2019-12-21)

Full Changelog

v0.0.9 (2019-12-21)

Full Changelog

Merged pull requests:

  • Workaround to prevent exit 141 (SIGPIPE) when exiting while there's still some stdin input #73 (stanislaw)
  • Bump version: 0.0.7 → 0.0.8 #70 (stanislaw)

v0.0.8 (2019-12-20)

Full Changelog

Merged pull requests:

  • CHECK-NOT: case when it is the last check but there is still some input #69 (stanislaw)
  • Bump version: 0.0.6 → 0.0.7 #68 (stanislaw)

v0.0.7 (2019-12-19)

Full Changelog

Merged pull requests:

  • CHECK: fixing "possible intended match" code by adding another edge case #67 (stanislaw)
  • Bump version: 0.0.5 → 0.0.6 #65 (stanislaw)

v0.0.6 (2019-12-15)

Full Changelog

Closed issues:

  • Implement --version #46

Merged pull requests:

  • CHECK-NOT: edge case: failing CHECK has higher precedence than failing CHECK-NOT #64 (stanislaw)
  • CHECK-EMPTY: edge case when it matches the end of input but there are more checks to fail #62 (stanislaw)
  • --version: add more details about filecheck #61 (stanislaw)
  • Bump version: 0.0.4 → 0.0.5 #60 (stanislaw)

v0.0.5 (2019-12-13)

Full Changelog

Implemented enhancements:

  • Implement CHECK-NEXT / Regex match #54

Merged pull requests:

v0.0.4 (2019-12-08)

Full Changelog

Fixed bugs:

  • Check the behavior when a string is passed #15

Merged pull requests:

v0.0.3 (2019-12-05)

Full Changelog

Implemented enhancements:

  • Feature: --check-prefix option #21
  • Feature: --strict-whitespace option #4

Closed issues:

  • Provide help command #41
  • Feature: "note: possible intended match here". #10

* This Changelog was automatically generated by github_changelog_generator