clangtidy parser #18
Labels
No Label
bug
component
executor
component
framework
component
parser
component
UI
duplicate
enhancement
help wanted
invalid
priority
p0
priority
p1
priority
p2
priority
p3
question
wontfix
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: JOJ/JOJ3#18
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
https://github.com/yuriisk/clang-tidy-converter/blob/master/clang_tidy_converter/parser/clang_tidy_parser.py
clang-tudy executor and parserto clang-tidy executor and parserclang-tidy executor and parserto clang-tidy parserDo we need a detailed report on every single warning, or just give the total number of warnings and generate a final score?
the config file will contain a list of warning to catch. we should show the list such that they know where the issue is.
-> you can check what we did in 482 last fall (what the report looks like)
I think they are all deleted... I can't access drone anymore
I can only see reports in issues, which only includes the summary of warning counts instead of details
I think I still remember a little bit, not a big issue
go to 482 repos, find an issue and click on one of the links, eg. https://focs.ji.sjtu.edu.cn:2222/ece482-23fa/ChihusanChen521370910128-p1/44/1/6
repos not listed on drone because they have been archived (guessing)
I get 404 error by clicking this link (and all other links in archived repos)
maybe drone cannot see that you re logged in. try to connect "manually" before clicking the link
What do you mean by connect "manually"?
I tried re-logging in both gitea and drone and it remained the same
Are you possibly referring to connect "manuelly" (as the admin so you can see everything🤣)
@zjc_he not sure... if you have itme you can come to my 214 exam between 12pm and 1:40pm. we can check it...
I'm in Beijing now and I'm not back in Shanghai until Summer semester😥
Maybe we can check it in 475 class
sample output:
Compilation
This part of the report provide basic information on the compilation success or failure. For more details refer to https://focs.ji.sjtu.edu.cn:2222/ece482-23fa/ChihusanChen521370910128-p1/26/1/4
Compilation report
Command line
Congratulations, all files compiled without any error!
Code quality
This part of the report lists how many errors were found for each code quality test. For more details refer to https://focs.ji.sjtu.edu.cn:2222/ece482-23fa/ChihusanChen521370910128-p1/26/1/5
filelength report
Test command line
Test results summary
clang-tidy report
Test command line
Test results summary
cppcheck report
Test command line
Test results summary
cpplint report
Test command line
Test results summary
JOJ results for p1m3-0 problems 1 2 3 4 5 6
This part of the report shows the results for the requested JOJ tests.
JOJ problem 1
Summary
p1m3-0.tar.gz upload succeed, record url https://joj.sjtu.edu.cn/d/ece482_23fa/records/6523477c0124c3000639c50d
status: Wrong Answer, accept number: 1, score: 10, total time: 91 ms, peak memory: 1.969 MiB
Details
JOJ problem 2
Summary
p1m3-0.tar.gz upload succeed, record url https://joj.sjtu.edu.cn/d/ece482_23fa/records/652347890124c3000639c510
status: Wrong Answer, accept number: 1, score: 10, total time: 867 ms, peak memory: 8.363 MiB
Details
JOJ problem 3
Summary
p1m3-0.tar.gz upload succeed, record url https://joj.sjtu.edu.cn/d/ece482_23fa/records/652347960124c3000639c513
status: Wrong Answer, accept number: 2, score: 20, total time: 178 ms, peak memory: 5.809 MiB
Details
JOJ problem 4
Summary
p1m3-0.tar.gz upload succeed, record url https://joj.sjtu.edu.cn/d/ece482_23fa/records/6523479d0124c3000639c516
status: Wrong Answer, accept number: 2, score: 20, total time: 407 ms, peak memory: 8.52 MiB
Details
JOJ problem 5
Summary
p1m3-0.tar.gz upload succeed, record url https://joj.sjtu.edu.cn/d/ece482_23fa/records/652347a40124c3000639c519
status: Wrong Answer, accept number: 0, score: 0, total time: 24 ms, peak memory: 2.207 MiB
Details
JOJ problem 6
Summary
p1m3-0.tar.gz upload succeed, record url https://joj.sjtu.edu.cn/d/ece482_23fa/records/652347aa0124c3000639c51c
status: Wrong Answer, accept number: 0, score: 0, total time: 197 ms, peak memory: 7.445 MiB
Details
@mac
Gosec forbids me from using md5... It says md5 is weak 😅 However thats what was used by GitLab code quality report.
I think this is unimportant, maybe we don't need it? I can just delete this value
I'm referring to the "fingerprint" above
md5 has indeed been broken for ~15 years. it should not be used. neither should sha1.
options: sha3 or sha256. more on that in ece475 😉
I'm leaving this blank for now. If needed I may rewrite in the future(but I think we do not need this)
clang-tidy parserto clangtidy parserCompleted in #26