From 7aba4f453f067976d928c8a030586414be449c70 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Tue, 6 Feb 2024 22:17:09 -0600 Subject: Add issues to readme --- readme.html | 20 ++++++++++++++++++++ readme.st | 22 ++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/readme.html b/readme.html index a42f9a9..bb1ad19 100644 --- a/readme.html +++ b/readme.html @@ -131,6 +131,26 @@ look at readme.st to get a better feel for the syntax.

todo +

Issues

+ +

Debugging

+

Because shell's debugging tools are pretty bad, +and because of the multiple layers involved with +subtext +it can be pretty hard to debug. +It would be nice to figure out a way around this.

+ +

Shell quoting issues

+

If you've programmed in shell at all, +you'll know that quoting is ... difficult, +to say the least. +Because +subtext +expands to shell forms, it's vulnerable to similar issues +– especially on +. +lines.

+

Contributing

Send me an email or whatever :) This project is licensed under the BSD-3 license. diff --git a/readme.st b/readme.st index 2315ad3..abb7358 100644 --- a/readme.st +++ b/readme.st @@ -181,6 +181,28 @@ look at readme.st to get a better feel for the syntax. .i todo +.h2 Issues + +.h3 Debugging + +Because shell's debugging tools are pretty bad, +and because of the multiple layers involved with +.subtext , +it can be pretty hard to debug. +It would be nice to figure out a way around this. + +.h3 Shell quoting issues + +If you've programmed in shell at all, +you'll know that quoting is ... difficult, +to say the least. +Because +.subtext +expands to shell forms, it's vulnerable to similar issues +– especially on +.code . +lines. + .h2 Contributing Send me an email or whatever :) -- cgit 1.4.1-21-gabe81