Luís Oliveira <luis...@gmail.com> writes: > On Thu, Mar 3, 2016 at 12:44 PM, Zach Beane <x...@xach.com> wrote: >> Nothing related to the code, but I found that a couple projects will not >> build because they specify versioned dependencies on CFFI, and master >> does not have a version in its system definition. > > That's unfortunate. Is there some static thing I can place in the > version property that means "this is bleeding edge"?
I don't know of an option for that. I'd guess using some higher version number with a distinguishing suffix might help? ASDF is a stickler about its version formatting. Zach