flyx / emerald

HTML5 templating engine for Nimrod
Do What The F*ck You Want To Public License
95 stars 9 forks source link

Doesn't work anymore in current Nim #16

Closed def- closed 5 years ago

def- commented 6 years ago

Current Nim from devel branch, import emerald throws this:

/home/deen/.nimble/pkgs/emerald-0.2.2/emerald/html.nim(299, 32) Error: expression 'quit "[emerald] " & lineInfo(node) & ": Unexpected " &
    "command (expected replace, prepend or append)" & ": \"" &
    $ident_name(node[0]) & "\"", 1' is of type 'NimNode' and has to be discarded
zedeus commented 5 years ago

After the fixes in august the version number didn't get raised, so nimble still pulls the old version. @flyx please bump the version number

flyx commented 5 years ago

Version number bumped (sorry for the really long ping).