theseion / libgit2-pharo-bindings

libgit2 bindings for Pharo
http://theseion.github.io/libgit2-pharo-bindings
7 stars 29 forks source link

Separate field names from selectors for external structures #2

Closed theseion closed 9 years ago

theseion commented 10 years ago

e.g. LGitSignature should have selectors like #prim_email map to the field #email, and a selector #email that converts the external content from #prim_email:

LGitSignature>>email
    ^ self prim_email readString
theseion commented 9 years ago

Done.