Summary
lowdown: Error: (car) bad argument type: ()
Metadata
- Id: 9aa28edc2ef3c7ef3d370441ad495d54e6f03085
- Trac id: 1184
- Type: defect
- Reporter: mario
- Owner: syn
- Cc:
- Status: closed
- Component: extensions
- Estimated difficulty:
- Resolution: fixed
- Priority: major
- Milestone: someday
- Version: 4.9.x
- Changetime: 2015-04-10 23:09:15 UTC
- Created: 2015-04-09 04:18:30 UTC
- Keywords: lowdown
Description
Bug?
$ csi -nq
#;1> (use lowdown)
...
#;2> (markdown->sxml "(define-page (irregex \"/foo/[]*\") identity)")
Error: (car) bad argument type: ()
Call history:
<syntax> (markdown->sxml "(define-page (irregex \"/foo/[]*\") identity)")
<eval> (markdown->sxml "(define-page (irregex \"/foo/[]*\") identity)") <--
$ chicken-status lowdown
lowdown ....................................................... version: 0.0.8
$ chicken -version
(c) 2008-2014, The Chicken Team
(c) 2000-2007, Felix L. Winkelmann
Version 4.9.0.1 (stability/4.9.0) (rev 8b3189b)
linux-unix-gnu-x86-64 [ 64bit manyargs dload ptables ]
bootstrapped 2014-06-07
Changes and comments
[2015-04-10 23:09:15 UTC] syn changed status from new to closed
[2015-04-10 23:09:15 UTC] syn set resolution to fixed
[2015-04-10 23:09:15 UTC] syn wrote:
This was caused by the "[]" which was parsed as an empty reference link. I just released Lowdown 0.0.9 which fixes this issue. Thanks for reporting it!