spider-gazelle / bindata

BinData - Parsing Binary Data in Crystal Lang
MIT License
48 stars 5 forks source link

`custom` property name set incorrectly, when helper is used #13

Closed y8 closed 2 years ago

y8 commented 2 years ago
class NiceType < BinData
end

class Bar < BinDara
   nice_type :baz
end

My little typo would generate Bar#nice_type instead of Bar#baz 😬

stakach commented 2 years ago

fixed in 1.10.0