Skip to content

Releases: trailofbits/necessist

Release 0.7.0

01 Sep 11:52
Compare
Choose a tag to compare

0.7.0

  • Update libsqlite3-sys to version 0.30 (#1260)
  • Update swc_core to version 0.102 (#1263)
  • Do not consider TestMain a test in Go backend (#1266)
  • Add Helper as an ignored method in the Go backend (#1276)
  • FEATURE: Walk functions that are declared within the same files as the tests that call them (#1268)
  • Update tree-sitter and tree-sitter-go to version 0.23 (#1279)

Release 0.6.4

20 Aug 11:42
Compare
Choose a tag to compare

0.6.4

  • Update windows-sys to version 0.59 (#1231)
  • Update libsqlite3-sys to version 0.29 (#1233)
  • Update swc_core to version 0.101 (#1246)

Release 0.6.3

23 Jul 00:39
Compare
Choose a tag to compare

0.6.3

  • FEATURE: When a test cannot be run, show why (#1201)
  • Update swc_core to version 0.99 (#1204)

Release 0.6.2

04 Jul 18:26
Compare
Choose a tag to compare

0.6.2

  • Update swc_core to version 0.96 (#1178)
  • Fix a bug causing Necessist to fail to build tests with recent versions of Foundry (af5098f)
  • Improve Foundry test detection, i.e., when "Failed to run test..." warnings should be emitted (#1186)
  • Fix necessist-backend's rerun-if-changed instructions, whose mention of a nonexistent file was causing the package to be unnecessarily rebuilt (#1187)
  • Shorten --framework values anchor-ts and hardhat-ts to just anchor and hardhat (respectively). anchor-ts and hardhat-ts continue to work as aliases for the shortened values. (de21f2e)
  • Improve error messages when certain Anchor and Hardhat files cannot be found (e6e756e)

Release 0.6.1

28 Jun 12:47
Compare
Choose a tag to compare

0.6.1

  • Don't remove expressions that end blocks in Rust code (#1162)
  • Update git2 to version 0.19 (248cdc0)

Release 0.6.0

23 Jun 11:49
Compare
Choose a tag to compare

0.6.0

  • Don't remove const and type declarations in Go code (#1139)
  • Update swc_core to version 0.95 (#1146)
  • FEATURE: Use mutant schemata in the spirit of Untch, et al. '93 when removing statements. This should make running Necessist faster. (252ed2e)

Release 0.5.1

10 Jun 16:59
Compare
Choose a tag to compare

0.5.1

  • Update solang-parser to version 0.3.4 (#1132)

Release 0.5.0

08 Jun 18:57
Compare
Choose a tag to compare

0.5.0

  • Fix mishandling of multibyte characters in the Go framework (#1127)
  • FEATURE: More informative summaries, e.g., "k removal candidates in m tests in n test files". Also, tests and test files are counted even if they contain no removal candidates. (fixes #850) (#1128)

Release 0.4.9

07 May 18:03
Compare
Choose a tag to compare

0.4.9

  • Add panic to list of ignored Go functions (#1093)
  • Update swc_core to version 0.92 (#1099)

Release 0.4.8

30 Apr 11:52
Compare
Choose a tag to compare

0.4.8

  • Update swc_core to version 0.91 (#1085)