Fixing the building of hanoidb for R18 #37
Loading…
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Some of the dependencies are broken and type definitions are no longer valid for R18.
Fix sext and edown dependency
Fix array() type defs
Change-Id: Ibc2986b690fb81ef9d757fa7b8ba20a994bc8fa2
Any hints for how to fix this across erlang releases? The array() types doesn't work for old types. A macro perhaps?
https://travis-ci.org/krestenkrab/hanoidb/builds/117436445
You should also update the .travis file to include R18.
Yeah, I'm going to redo this PR to include R18 for travis and workout how it would work across releases.. Sorry for a hastily sent PR :)
I used rebar's platform_depend trickery.. builds work now, feel free to review! :)
Superb. Thanks @a13x!