Skip to content

Releases: Submitty/Tutorial

v26.07.00

Choose a tag to compare

@bmcutler bmcutler released this 13 Jul 20:09
2da2ab4
[Refactor:Developer] Replace submitty_count (#56)

### What is the current behavior?
Fixes Submitty
[Issue#11784](https://github.com/Submitty/Submitty/issues/11784) - This
one of the companion PRs to Submitty
[PR#12609](https://github.com/Submitty/Submitty/pull/12609).
The tutorial courses 04 - Python Static Analysis, 06 - Loop Types, and
07 - Loop Depth all use `submitty_count` in their autograding configs.
This command is being deprecated, so we should update it.

### What is the new behavior?
`submitty_count` has been removed from `04 - Python Static Analysis` and
`06 - Loop Types` and replaced with `submitty_count_ts` in preparation
for deprecation. For `07 - Loop Depth`, there was no equivalent
functionality present in `submitty_count_ts` so the testcase is entirely
commented out.

### Other information?
<!-- Is this a breaking change? -->
This specific PR is not a breaking change. However, the other PRs
accompanying this one are breaking PRs.
<!-- How did you test -->
Tested that all homework configs still build and their accompanying
still submissions work as intended.

v25.06.03

Choose a tag to compare

@bmcutler bmcutler released this 17 Jun 05:32
53d7a6b

Previous Release Notes: v25.06.02

FEATURE / ENHANCEMENT

None

BUGFIX

  • [Bugfix:Autograding] typo in 05 static analysis config (#51)

v25.06.02

Choose a tag to compare

@bmcutler bmcutler released this 17 Jun 04:05
74e1d6b

Previous Release Notes: v25.06.01

FEATURE / ENHANCEMENT

None

BUGFIX

  • [Bugfix:Autograding] revise docker images (#50)

v25.06.01

Choose a tag to compare

@bmcutler bmcutler released this 05 Jun 21:57
3d72938

Previous Release Notes: v25.06.00

FEATURE / ENHANCEMENT

None

BUGFIX

  • [Bugfix:Autograding] system call filtering for gcc (#49)

v25.06.00

Choose a tag to compare

@bmcutler bmcutler released this 05 Jun 14:05
b9a7074

Previous Release Notes: v24.07.00

FEATURE / ENHANCEMENT

  • [Feature:Developer] Auto add PRs in this repo to project (#46)

BUGFIX

  • [Bugfix:Autograding] update system call categories (#48)

v24.07.00

Choose a tag to compare

@bmcutler bmcutler released this 30 Jul 16:12
a92a8af
[Testing:Autograding] typo in example (#40)

This file is buggy submission so it should be incorrect submission not
correct

---------

Co-authored-by: Barb Cutler <bmcutler@users.noreply.github.com>

v23.09.00

Choose a tag to compare

@bmcutler bmcutler released this 22 Sep 02:44
1ff3d1b

Previous Release Notes: v23.05.00

FEATURE / ENHANCEMENT

  • [Feature:Developer] Dispatch release updates to main repo (#38)

BUGFIX

  • [Bugfix:Autograding] add dwarf 4 option to drmemory (#39)

v23.05.00

Choose a tag to compare

@bmcutler bmcutler released this 15 May 19:42
8aa5f0e

Previous Release Notes: v22.06.00

FEATURE / ENHANCEMENT

None

BUGFIX

  • [Bugfix:Autograding] Change python to python3 (#37)

v22.06.00

Choose a tag to compare

@bmcutler bmcutler released this 10 Jun 05:35
2119b10

Previous Release Notes: v20.10.01

FEATURE / ENHANCEMENT

None

BUGFIX

  • [Bugfix:Autograding] patch 15_glfw compilation (#34)
  • [Bugfix:Autograding] sql_runner w/ failed queries (#35)

TESTING / BUILD

  • [Testing:Developer] Update example submissions to Python3 (#36)

v20.10.01

Choose a tag to compare

@bmcutler bmcutler released this 04 Oct 01:59
8daaf98
[Autograding] update compile & run lines for DrMemory (#33)