Skip to content

Fix enlive/hickory :type encoding incompatibility #4

@retrogradeorbit

Description

@retrogradeorbit

Enlive encodes it's internally generated hickory with missing :type fields. eg {:tag :blink, :attrs nil, :content ["FOO"]} instead of {:type :element :tag :blink, :attrs nil, :content ["FOO"]}

This then explodes when passing through hickory's conversion utilities.

See #2

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions