Skip to content

Releases: AdelaideCPC/aucpl-cli

v0.2.1

16 Jul 11:15
v0.2.1
8ac9ff5

Choose a tag to compare

What's Changed

Fixes

  • Alternate solutions using non-compiled languages for problem solve, problem test now work
  • Don't add problems to a competition if they already exist

Full Changelog: v0.2.0...v0.2.1

v0.2.0

22 Jun 13:03
v0.2.0
6d8b4a0

Choose a tag to compare

What's Changed

  • New problem generate command to generate input test cases from a generator script
  • New problem compare command to compare two or more solution outputs
  • New problem fuzz command to stress test two or more solutions to find edge cases and bugs
  • New init command to create a new project
  • Add loading of default settings and improved handling of missing settings fields

Credits

@tinnamchoi, @rayokamoto

Full Changelog: v0.1.1...v0.2.0

v0.1.1

18 May 06:50
v0.1.1
d318764

Choose a tag to compare

Fixes

  • Fix issue where UNC paths caused problems on Windows when paths were canonicalized using fs::canonicalize

Full Changelog: v0.1.0...v0.1.1

v0.1.0

15 May 09:24
v0.1.0
e5ae081

Choose a tag to compare

First official release of the AUCPL CLI!

Features

  • Automatically generate test case outputs when provided input files and reference solutions
  • Run batch test cases on problems
  • Easily switch between languages when testing solutions
  • Check/validate problems to ensure things are correct (e.g. no missing test cases)
  • Easy management and organisation of problems and competitions with options to create, rename, archive, and more

Full Changelog: https://github.com/AdelaideCPC/aucpl-cli/commits/v0.1.0