ManageIQ/binary_struct

Deprecate definition format in favor of Hash or associative Arrays

Open

#10 opened on May 22, 2015

View on GitHub
 (3 comments) (0 reactions) (0 assignees)Ruby (9 forks)auto 404
enhancementgood first issuehelp wantedpinned

Repository metrics

Stars
 (5 stars)
PR merge metrics
 (PR metrics pending)

Description

Extracted from #7 ...

Note that for the next major version we may want to deprecate the "backwards" format. We still need associative Arrays for if you want multiple nil keys, but I think just supporting Hash and associative Arrays makes the code much simpler. The current definition format feels "backwards"

Contributor guide