Skip to content

Releases: rage/tmc-langs-rust

0.1.12-alpha

03 Aug 07:26

Choose a tag to compare

See #32

CLI

  • change: Renamed CLI output JSON's status field's variant Success to Finished
  • new: Added information about obsolete_client to Core response error message
  • fix: Added exercise-id parameter to reset-exercise

Other

  • fix: Improved student file detection

0.1.11-alpha

31 Jul 06:19

Choose a tag to compare

See #29

CLI

  • Document CLI output format for commands
  • No longer prins clap output (e.g. --help) as JSON
  • Make --output-path optional in the relevant CLI commands (checkstyle, run-tests, find-exercises, get-exercise-packaging-configuration)
  • Removed "core" field from progress update result

Core

  • Immediately returns a constructed status when waiting on hidden status exercise
  • Fix format of CourseData (made more fields optional)

Other

  • Reworked CLI internals
  • Moved tmc-langs-abstraction inside tmc-langs-framework
  • Moved file-utils to framework

0.1.10-alpha

29 Jul 10:16

Choose a tag to compare

See #28

CLI

New: core get-organization --organization {org}
New: core get-course-settings --course-id {id}
New: core get-course-exercises --course-id {id}
New: core get-exercise-details --exercise-id {id}
New: core get-exercise-submissions --exercise-id {id}
Fix: missing --submission-id argument added to core download-old-submission
Renamed: core list-courses to core get-courses

Other

Report successful test runs with no found test cases as failures
Report test timeout as failed test instead of hard error
Remove temporary JSON files before running tmc commands and after parsing them in Python plugin
No longer consider __pycache__ and *.pyc files as student source files in Python student file policy

0.1.9-alpha

27 Jul 06:38

Choose a tag to compare

0.1.9-alpha

0.1.8-alpha

24 Jul 08:13

Choose a tag to compare

remove dbg prints

0.1.7-alpha

20 Jul 14:28

Choose a tag to compare

move rustflags

0.1.6-alpha

17 Jul 05:42

Choose a tag to compare

0.1.5-alpha

15 Jul 07:27

Choose a tag to compare

fix tests

0.1.4-alpha

13 Jul 17:08

Choose a tag to compare

add curl for R

0.1.3-alpha

10 Jul 08:10

Choose a tag to compare

fix tests