coalton-lang / coalton

Coalton is an efficient, statically typed functional programming language that supercharges Common Lisp.
https://coalton-lang.github.io/
MIT License
1.15k stars 70 forks source link

random unicode characters in source #1188

Closed stylewarning closed 2 months ago

stylewarning commented 2 months ago

At 66c8db92383c6622562ebab8a846bebdcd951e46:

./src/constants.lisp:14:  "Su????l?????? ??s ?? l?????? l??b??l ??r w????l??, wh??l??-l??t, f??r, l??????, br????k, ??n??
./src/constants.lisp:15:????nt??nu?? wh??n ?? l??b??l ??s n??t su????l?????? b?? th?? us??r.")
./src/codegen/codegen-expression.lisp:24:(defun continue-label (l??b??l)
./src/codegen/codegen-expression.lisp:25:  (declare (type symbol l??b??l))
./src/codegen/codegen-expression.lisp:26:  (alexandria:format-symbol :keyword "~a-CONTINUE" l??b??l))
./src/codegen/codegen-expression.lisp:28:(defun break-label (l??b??l)
./src/codegen/codegen-expression.lisp:29:  (declare (type symbol l??b??l))
./src/codegen/codegen-expression.lisp:30:  (alexandria:format-symbol :keyword "~a-BREAK" l??b??l))