HW7, 8 are out #473
duncan020313
announced in
Announcements
Replies: 1 comment 2 replies
-
안녕하세요 조교님, Dear TA, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
안녕하세요. 일곱 번째, 여덟 번째 과제에 대한 공지입니다.
두 과제에서 여러분은 간단한 감염 분석기 (Taint Analyzer)와 타입 검사기 (Type Checker)를 구현하게 될 것입니다.
제출
아래 링크를 통해 과제 레포지토리를 생성하고 과제를 진행해주시기 바랍니다.
과제 채점은 Gradescope 를 통해 이루어집니다. 각각의 과제를
7. SmaLLVM Constraint-based Analyzer
와8. SmaLLVM Type Checker
라는 이름의 과제에 제출해주시기 바랍니다.채점
과제의 채점은 GradeScope를 통해 자동으로 진행될 것입니다.
두 과제의 점수는 각각 다음과 같이 구성됩니다.
7번 과제
8번 과제
덮이 (Coverage)
README.md
문서에 안내된 바와 같이 기본 테스트 + 여러분의 수제 테스트로 커버리지를 측정할 예정입니다. 이 때 커버리지는 90% 이상이 나와야 합니다. 수제 테스트를 추가하는 방법은 해당 문서를 참고하시길 바랍니다.기한
제출 마감: 05. 30 (금) 23:59
늦은 제출 마감: 06. 01 (일) 23:59
감사합니다.
P.S. Gradescope 리더보드에 있는 Elvis (TA) 라는 이름의 점수는 조교의 점수입니다.
Hello. This is an announcement regarding the 7th and 8th assignments.
You will implement a simple Taint Analyzer and a Type Checker in these two assignments.
Submission
Please create the assignment repository and proceed with the assignment via the links below.
Assignment grading will be done through Gradescope. Please submit each assignment to the assignments named
7. SmaLLVM Constraint-based Analyzer
and8. SmaLLVM Type Checker
.Grading
Assignment grading will be done automatically through GradeScope.
The scores for the two assignments are structured as follows:
Assignment 7
Assignment 8
Coverage
We will be measuring coverage with the default tests + your handmade tests as described in the
README.md
documentation, which should give us at least 90% coverage. Please refer to that documentation for instructions on how to add handmade tests.Deadlines
Submission Deadline: 05. 30 (Fri) 23:59
Late Submission Deadline: 06. 01 (Sun) 23:59
Thank you.
P.S. On the Gradescope leaderboard, the score under the name Elvis (TA) is the TA's score.
Beta Was this translation helpful? Give feedback.
All reactions