Skip to content

wdl-gauntlet-v0.2.0

Compare
Choose a tag to compare
@a-frantz a-frantz released this 31 May 20:19
· 192 commits to main since this release

Changed

  • Core goal of crate is split in two:
    • The goal of (base) wdl-gauntlet is to ensure the parsing of syntactically valid WDLs never regresses.
    • The goal of wdl-gauntlet --arena is to test lint rules against WDL "in the wild".
  • LintWarnings are ignored (when there is no --arena flag)
  • uses libgit2 (via the git2 crate) instead of the GitHub REST API (via octocrab and reqwest crates)
  • no more persistent cache (Now uses temp-dir)

Added

  • The --arena flag and Arena.toml for lint rule testing
  • more test repos!
  • test repos are tracked at specific commits