On 06/13/2017 10:34 AM, Thiago Macieira wrote: > On ter?a-feira, 13 de junho de 2017 08:51:36 PDT C.J. Collier wrote: >> Dave Thaler's approach to resolve a similar problem for tinycbor was to >> fork the github repo and apply all pull requests to the fork: >> >> https://github.com/dthaler/tinycbor >> >> Can we do this same thing for mbedtls? It would be much easier to maintain >> if we didn't have a patch in the repo. But if we must have a patch in the >> repo, I recommend something like quilt: > > Well, that's exactly why I don't want it. Dave's repository above is 21 > commits behind the TinyCBOR 0.3 release. The current version is 0.4.1, where > those bugs are fixed.
You've of course pinpointed the problem with manually generated "temporary" workarounds. As in: # Temporary LibCoAP URL is a fork of the original. # Once a pull request is merged, change this back to the obgm original below. libcoap_repo_url = 'https://github.com/dthaler/libcoap' #libcoap_repo_url = 'https://github.com/obgm/libcoap' but there's no "inotify watch" :) set up to tell people when stuff has changed in a positive way so this should be changed back. Temporary becomes... a long time, because people are focused on other stuff once something is working. I guess for this one it's time?