prosyslab-classroom / cs348-information-security

61 stars 10 forks source link

[Announcement] Homework 0 is out #193

Closed sujin0529 closed 1 year ago

sujin0529 commented 1 year ago

Homework 0

Hi all, this is an announcement of homework 0. This homework includes two programming exercises.

Here are the GitHub classroom links for each assignment:

There is no deadline for homework 0, thus no penalty regarding the homework. Still, we highly recommend doing the homework, if you are unfamiliar with git or GitHub.

Github account

We need to know your Github account for homework. Please fill out this form: https://forms.gle/RMBc1DiSL5mgNZqq8

Thanks.

bonjune commented 1 year ago

The docker image installs OCaml compiler 4.13.1, while the CI of HW-0 assumes the compiler version to be 4.11.0. This is causing calling Array.combine function possible in my dev environment, while in the CI, the test fails with unbound value error. The function is added into Array module since 4.13.0. (https://v2.ocaml.org/api/Array.html) Could you sort this out?

KAIST-JongchanPark commented 1 year ago

Oh, the version of CI setup is old version.

However, we will not grade your HW0-x submissions, just for your practice. Even if CI fails, that's ok.

tncks0121 commented 1 year ago

Will the CI from HW1 will use version 4.13.1, or should I change the dockerfile to install 4.11.0?

m-spitfire commented 1 year ago

In my case, the CI for HW0 already uses 4.13.1: image

I am guessing it's already updated for other HWs too.

tncks0121 commented 1 year ago

Thanks for the clarification :) I didn't spot the change since I created the repository yesterday. I should change the version by myself