We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
rebar.config:
{deps, [{brod, ".*", {git, "git://github.com/klarna/brod.git", {tag, "3.7.5"}}}]}.
dep/com log:
~/xient% mad dep ==> dependency: "git://github.com/klarna/brod.git" tag: {tag,"3.7.5"} ==> dependency: "https://github.com/klarna/supervisor3.git" tag: {tag,"1.1.8"} ==> dependency: "https://github.com/klarna/kafka_protocol.git" tag: {tag, "2.2.7"} ==> dependency: "https://github.com/zmstone/snappyer" tag: {tag,"1.2.4"} ==> dependency: "https://github.com/zmstone/crc32cer" tag: {tag,"0.1.3"} ~/xient% mad com ==> "brod" ==> "supervisor3" ==> "kafka_protocol" ==> "snappyer" ==> "crc32cer" Line 24: warning {undefined_behaviour,brod_group_member} in "/deps/brod/src/brod_cg_commits.erl" Line 840: warning {unused_var,'State'} in "/deps/brod/src/brod_group_coordinator.erl" ==> "/Users/proger/xient" OK
The nif had to be compiled manually:
~/xient% (cd deps/crc32cer/; mad com) DEPEND crc32cer.d C crc32c.c C crc32c_nif.c LD crc32cer.so ==> "/Users/proger/xient/deps/crc32cer" OK
Observed on c0fc30.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
rebar.config:
dep/com log:
The nif had to be compiled manually:
Observed on c0fc30.
The text was updated successfully, but these errors were encountered: