Replies: 5 comments
-
@KihongHeo can you please look into this issue? No one seems to address this one. |
Beta Was this translation helpful? Give feedback.
-
@pacokwon I'm not a TA of this course (CS448), but it seems it's a bit impolite to put 🤔 even you're waiting for only 2 hours. TAs are also students and they have their works. |
Beta Was this translation helpful? Give feedback.
-
@jhs7jhs I guess I was impatient because all the other issues were active but this one didn't seem to get a lot of attention. I certainly didn't mean to be impolite, but I'll edit it out. Thanks for letting me know! |
Beta Was this translation helpful? Give feedback.
-
I just saw it now. I'll put the newline of EOF at that file like others. After fix it I'll announce it. Thanks. |
Beta Was this translation helpful? Give feedback.
-
Thanks a bunch! I appreciate it. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
While all the other
.expected
files have newline at the end of file, thetest/example3.expected
file does not have a terminating newline. Inspecting the last byte withtail
does not produce a newline while others do.This leads to failure in my testing (only in example3), because the
.output
files have a terminating newline. I think perhaps the.expected
files should be consistent in this matter!Thank you.
Beta Was this translation helpful? Give feedback.
All reactions