KG

Results 8 issues of KG

A number of math symbols could use some adjustments to their names to improve consistency and ease-of-use. Many proposals have been discussed on Discord, though this PR represents only those...

symbols

__Lemma__: Code makes me excited. __Proof__: ```py print("Hello world")!!! ``` __Lemma__: Debugging is code. __Proof__: ```py print("Hello world")? ``` __Theorem__: Debugging makes me excited. __Proof__: See previous lemmas. __Corollary__: Where...

I am using the following workflow file to build files that live on another branch: ```yaml - name: Save to built branch uses: s0/git-publish-subdir-action@develop env: REPO: self BRANCH: built FOLDER:...

Error log said I should open an issue, so here we are. Minimal(ish) repro: ```py foo=[0] print([(0)foo[0] for _ in [0]]) ``` Expected equivalent: ```py foo=[0] print([(0)*foo[0] for _ in...

bug

Per the [CSUG](https://cisco.github.io/ChezScheme/csug10.0/io.html#./io:s106), > Chez Scheme's implementation of format supports all of the Common Lisp [[30](https://cisco.github.io/ChezScheme/csug10.0/bibliography.html#g187)] format directives except for those specific to the Common Lisp pretty printer. However, the...

Per the [CSUG](https://cisco.github.io/ChezScheme/csug10.0/io.html#./io:s106), > Chez Scheme's implementation of format supports all of the Common Lisp [[30](https://cisco.github.io/ChezScheme/csug10.0/bibliography.html#g187)] format directives except for those specific to the Common Lisp pretty printer. However, the...

Sending list variables whose names don't start with `|L` fails with `Transfer warning: variable parsing failed` on v2.0 *(git: a0a9d35)*. This is a regression from v1.3, which handles them just...

bug
usb

The [HyperSpec Section on the Escape Upward directive](https://www.lispworks.com/documentation/HyperSpec/Body/22_cib.htm) (`~^`) states the following. > If three parameters are given, termination occurs if the first is less than or equal to the...