Janggun Lee

Results 60 comments of Janggun Lee

I'm going to be a bit late for the morning claim. Sorry for the inconvineance.

@lhi0901 I forgot about that... I am so sorry. If you have the time, can you come to the 1:00pm session? I'll have the Zoom room up then.

Update: I have finished replying to the claim emails. One I have gotten a response from them and finalized it, we will update the scores on gg. It should be...

Update: I have finished re-checking that the scores are correctly updated in the grading sheet. The updated scores won't be in gg, but it will be applied into the final...

I'll actually leave the issue open, since I think the article would help a lot to understand the philosophy behind Rust's type system, especially regarding lifetime and unsafe code, and...

I'm going to elaborate a bit more onto Sunho's comment. Here is the code you described, slightly un-inlined. ```rust // At this point, know that `this` is unique Arc. let...

The empty struct is in the stack, hence it will be cleanup up when the function returns. Calling `mem::forget()` means to not call the custom `drop` function, which deals with...

Skeleton for BoC has been updated in https://github.com/kaist-cp/cs431/commit/3bcce0e3f56e1fa6474c6334c620be027d508ce3. This should only touch code that student's don't need to care about.

The tests and grading scripts have been slightly updated https://github.com/kaist-cp/cs431/commit/f867a1db1646e1c5afe9bc6774a5a81b78e5c889 .

@seo-rii Good catch! Updated the description.