lfex / lutil

LFE Utility Modules (successor to lfe-utils)
Other
18 stars 8 forks source link

Fix mnesia macros #34

Closed arpunk closed 9 years ago

arpunk commented 9 years ago

Hi,

This PR fixes two things. First, there was a call to an undefined function which was probably forgotten in some prior lutil API reorganization. Second, I was not able to properly expand the (create-table) macro using the syntactic version of (list) and (tuple). Once I used the normal versions it worked fine.

oubiwann commented 9 years ago

@arpunk Thanks!

arpunk commented 9 years ago

@oubiwann you're welcome :), happy to help in everything I can.