instructure / i18nema

fast i18n backend that doesn't stop up the garbage collector
65 stars 12 forks source link

skip nil keys instead of segfault #5

Closed wjordan closed 6 years ago

wjordan commented 9 years ago

This patch prevents a segfault when processing a yaml file containing an entry with a nil key.

jenseng commented 9 years ago

looks good at a glance, let me dig into it a little bit, should be able to merge and cut a new release in the next day or so :+1:

jenseng commented 9 years ago

@wjordan this looks great! could you please sign the Contributor License Agreement and send it to jon@instructure.com? we'll need that before we can merge this pull request. thanks!

simonista commented 6 years ago

Closing due to lack of CLA