Main goal: keep rebar.config's promise of minimum_otp_version.
If I understood correctly the goal of the (previous, now-updated) code is to check if a given proto file is part of a given path (that includes the filename). In that case, even though I tried to reach the same goal as the previous code, it might have already been incomplete already, since it would allow ab.proto and b.proto to be found, for the same search, i.e.
Main goal: keep
rebar.config
's promise ofminimum_otp_version
.If I understood correctly the goal of the (previous, now-updated) code is to check if a given proto file is part of a given path (that includes the filename). In that case, even though I tried to reach the same goal as the previous code, it might have already been incomplete already, since it would allow
ab.proto
andb.proto
to be found, for the same search, i.e.Note:
.travis.yml
is changed so this type of issue is visible in future changes.