Noel Kwan

Results 113 issues of Noel Kwan

In GitLab by @kwanzknoel on Jun 10, 2021, 05:01 Glow Runtime has sparse high level documentation.

In GitLab by @AlexKnauth on Jun 9, 2021, 23:30 Currently when a program fails to parse, there's no error message, instead it produces a "shorter" output than it should. For...

Bugs
To Do

In GitLab by @ApolloUnicorn on May 29, 2021, 02:41 - [ ] UI for Buy Sig - [ ] UI for Coin Flip - [ ] UI for RPS -...

In GitLab by @kwanzknoel on May 27, 2021, 18:20 See https://en.wikipedia.org/wiki/Format_(Common_Lisp)#Format_directives for how to format plurals.

In GitLab by @kwanzknoel on May 25, 2021, 17:41 ``` #lang glow @interaction([Sender, Recipient]) let transfer = (price : Nat) => { deposit! Sender -> price; @Sender let depositStatus =...

Back Burner

In GitLab by @kwanzknoel on May 24, 2021, 15:17 Currently compilation does not handle the case where first transaction is also the last. # Reproducing the issue `transfer.glow` ``` #lang...

In GitLab by @isd on May 23, 2021, 05:55 As part of #157, we need to store addresses of merkelized states for different interactions at different addresses. So, instead of...

Back Burner

In GitLab by @kwanzknoel on May 10, 2021, 18:01 # To Reproduce Following steps [here](https://gitlab.com/mukn/glow/-/blob/master/INSTALL.md#last-but-not-least-build-glow). With `tcc`, results in `FAILURE`. ```sh rm -rf ~/.gerbil/lib/mukn/glow # clean build ./build.ss compile -t...

In GitLab by @isd on May 4, 2021, 04:03 I was skmming through the reference docs, and noticed a couple things that seem off re: the bitwise shift operators: https://glow-lang.org/docs/Glow_Reference_Manual.html#%28def._%28%28lib._glow%2Fmain..rkt%29._~3c~3c%29%29...

In GitLab by @isd on Apr 30, 2021, 05:27 There are a couple places where we have a comment to the effect of "for debugging purpoes, you can put suchandsuch...