Kwanghoon Choi

Results 25 issues of Kwanghoon Choi

There is a difference in type inference on effects between the compile mode and the REPL mode. (Links v0.9.5, bbe94c9) - When compiling concurrency.links (examples/handlers), there is a unification error...

I got an installation failure in Ubuntu 18.04 on my Desktop as follows. $ nix-env -f https://github.com/obsidiansystems/obelisk/archive/master.tar.gz -iA command ... ======= 3 failed, 488 passed, 8 deselected, 17 warnings in...

bug
High Severity
nixpkgs

nl : [a]. List [a] = Nil; When the code is bidirectionally typechecked, a TypeAbs there may have a body that is not a value. Need to check out if...

NotFoundAction/ at (6, 1): /181

**Name:** Kwanghoon Choi **Email:** [email protected] **Linkedin Profile:** https://www.linkedin.com/in/kwanghoon-choi-57620723/ Attach the homework screenshot below: -----------------------------------------

homework
accepted
badge issued

https://github.com/kwanghoon/MySmallBasic/blob/46c887c2302b866d0499e16406f73f7f725c1ec7/MySmallBasic/.classpath#L29-L30 @H-sooyeon 두 경로는 빼야 맞는거지요? 확인 부탁해요~

Linux와 Mac OS에서 동작 테스팅 및 검증 [확인한 이슈] - GUI IDE 이슈 - 스몰베이직 프로그램에서 경로를 작성할 때 백슬래쉬를 사용하더라도 인식하는 문제 (참고) MySmallBasicMain 클래스를 이용하면 리눅스에서 실행할 수...

Java가 설치되지 않았을 때 에러가 발생하는 경우 적절한 대응 조치를 나타내는 메시지를 출력할 것.

I found an interesting issue. There can be a mismatch in terms of successful builds between Travis and Eclipse. - In Travis, the path to the jar libraries is given...

My Small Basic, Version 1.0.1 Exception in thread "jdiscript-event-thread" java.lang.NullPointerException at com.coducation.smallbasic.gui.MySmallBasicDebugger.lambda$1(MySmallBasicDebugger.java:173) at org.jdiscript.events.DebugEventDispatcher.doFullDispatch(DebugEventDispatcher.java:134) at org.jdiscript.events.DebugEventDispatcher.lambda$1(DebugEventDispatcher.java:112) at java.lang.Iterable.forEach(Unknown Source) at org.jdiscript.events.DebugEventDispatcher.dispatch(DebugEventDispatcher.java:112) at org.jdiscript.events.EventThread.run(EventThread.java:78)