diff options
author | jgart | 2021-09-22 01:32:25 -0400 |
---|---|---|
committer | jgart | 2021-09-22 01:32:25 -0400 |
commit | 096f5f56121d6ad368596aaafcea8733c171c687 (patch) | |
tree | f1e5bb6dd55b7222f58cd78981549325b79e427e | |
parent | e81ea9613033fb698ccf2772be6722c20b54ad96 (diff) | |
download | gn-gemtext-096f5f56121d6ad368596aaafcea8733c171c687.tar.gz |
Add bug report for gnbug
Maybe `gnbug` should be an alias for `gnbug list`
WDYT?
-rw-r--r-- | issues/gnbug/issue.gmi | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/issues/gnbug/issue.gmi b/issues/gnbug/issue.gmi new file mode 100644 index 0000000..250bebc --- /dev/null +++ b/issues/gnbug/issue.gmi @@ -0,0 +1,27 @@ +# Maybe `gnbug` should be an alias for `gnbug list` + +WDYT? + +* bug + +``` +[jgart@gac gn-kanban]$ ./gnbug +Backtrace: +In ice-9/boot-9.scm: + 1752:10 6 (with-exception-handler _ _ #:unwind? _ # _) +In unknown file: + 5 (apply-smob/0 #<thunk 7f2c6b7ed0c0>) +In ice-9/boot-9.scm: + 724:2 4 (call-with-prompt _ _ #<procedure default-prompt-handle…>) +In ice-9/eval.scm: + 619:8 3 (_ #(#(#<directory (guile-user) 7f2c6b7f3c80>))) +In ice-9/boot-9.scm: + 2835:4 2 (save-module-excursion _) + 4380:12 1 (_) +In /home/jgart/gn-kanban/gnbug: + 177:2 0 (main . _) + +/home/jgart/gn-kanban/gnbug:177:2: In procedure main: +Throw to key `match-error' with args `("match" "no matching pattern" ("./gnbug"))'. +``` + |