<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>Hi!</div><div><br></div><div>I am compiling the canopen stack (<a href="git://github.com/tonyrog/canopen.git">git://github.com/tonyrog/canopen.git</a>) and get the following warning:</div><div><br></div><div>../src/co_os_app.erl:37: Warning: conflicting behaviours - callback index_specification/2 required by both 'co_stream_app' and 'co_app' (line 36)</div><div><br></div><div>The question is:</div><div><br></div><div>I can realize the reason for the warning, but we want to share some (one in this case) </div><div>of the callbacks in the different flavours of the behaviours. </div><div>One simple interface, one advance interface and the possibility to implement both ....</div><div><br></div><div>In this case we could probably solve it by adding yet an other behaviour that does not</div><div>require you to use both, but merge the parts needed.</div><div><br></div><div>/Tony</div><div><br></div><div><br></div><br><div apple-content-edited="true">
<div><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; ">"Installing applications can lead to corruption over time. </span><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; ">Applications gradually write over each other's libraries, partial upgrades occur, user and system errors happen, and minute changes may be unnoticeable and difficult to fix"</span></div><div><span class="Apple-style-span" style="color: rgb(51, 51, 51); font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 12px; "><br></span></div><br class="Apple-interchange-newline">
</div>
<br></body></html>