Skip to content

Tags: Submitty/Tutorial

Tags

v24.07.00

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
[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

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Bugfix:Autograding] add dwarf 4 option to drmemory (#39)

with g++11 it is necessary to compile with dwarf4 to get line numbers
from DrMemory

            "command" : "clang++ -g -gdwarf-4 -Wall -o a.out *.cpp",
// NOTE: Compiling with the -gdwarf-4 option is required with g++ 11+
            // so that DrMemory can print source code line numbers with.
            // See also:
            // DynamoRIO/drmemory#2485

Also, in PR Submitty/Submitty#9793 the category
for a system call previously in the unknown category is updated so that
the configuration runs without the system call failure.

---------

Co-authored-by: Barb Cutler <Barb Cutler>

v23.05.00

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Bugfix:Autograding] Change python to python3 (#37)

v22.05.00

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Bugfix:Autograding] Change python to python3 (#37)

v22.06.00

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
 [Testing:Developer] Update example submissions to Python3 (#36)

v20.10.01

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Autograding] update compile & run lines for DrMemory (#33)

v20.10.00

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Autograding] use containers for tutorial cpp examples (#32)

v20.07.00

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Bugfix:Autograding] schema validation errors and unbuffer output (#31)

v20.05.00

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[Feature:Autograding] Update output archival for tutorials 16-18 (#29)

v20.01.00

Updated 14 and 15 to use the new action specifications (#27)