eudoxia0 / cl-yaml

YAML parser for Common Lisp
61 stars 7 forks source link

Can support for alists with keyword keys be supported? #13

Open vxe opened 4 years ago

vxe commented 4 years ago
(yaml:emit-to-string
           (alexandria:alist-hash-table '((:a . 1)
                                          (:b . 2))))

results in

There is no applicable method for the generic function
  #<STANDARD-GENERIC-FUNCTION YAML.EMITTER:ENCODE (8)>
when called with arguments
  (:B #<SB-IMPL::STRING-OUTPUT-STREAM {1006021C33}>).
   [Condition of type SB-PCL::NO-APPLICABLE-METHOD-ERROR]