issues
search
slime-lang
/
slime
Minimalistic HTML templates for Elixir, inspired by Slim.
http://slime-lang.com
MIT License
371
stars
57
forks
source link
Fixed warnings in Elixir 1.4.0
#116
Closed
lasseebert
closed
7 years ago
lasseebert
commented
7 years ago
Added missing parenthesis on methods with no args
Removed
@lint false
some places. Credo still runs
Removed unused
@indent
in parser
Changed deprecated
Dict
function calls to
Map
doomspork
commented
7 years ago
Thank you @lasseebert 👍
@lint false
some places. Credo still runs@indent
in parserDict
function calls toMap