Closed FND closed 7 years ago
reduced test case: https://gist.github.com/FND/fcc8553ca764b491b9f981cebcebce6b
:ruby foo = "foo" extras = nil %div{ extras, foo: foo }
that nil value results in what looks like a segfault with Hamlit 2.8.0 on Ruby 2.0 and 2.3
nil
Oh... :fearful:
Fixed and released as v2.8.1.
Wow, that was quick - thanks a lot!
reduced test case: https://gist.github.com/FND/fcc8553ca764b491b9f981cebcebce6b
that
nil
value results in what looks like a segfault with Hamlit 2.8.0 on Ruby 2.0 and 2.3