Angus Gratton
Angus Gratton
@tannewt @dhalbert Heads-up about something with potential to cause some transient pain in the next merge. :)
Rebased, checked no new STATIC snuck in. @Gadgetoid Thanks for running through that and generating the PR table. I am planning to do something similar by automatically commenting on these...
> After making the global replace, did you have to manually revert some of them? The first time I had to, yes. After rebasing this branch on master I diffed...
Thanks @dpgeorge!
Have run the reminder script, as evidenced by the many link backs above. :sweat_smile:
This is an automated heads-up that we've just merged a Pull Request that removes the STATIC macro from MicroPython's C API. See https://github.com/micropython/micropython/pull/13763 A search suggests this PR might apply...
This is an automated heads-up that we've just merged a Pull Request that removes the STATIC macro from MicroPython's C API. See https://github.com/micropython/micropython/pull/13763 A search suggests this PR might apply...
> Is there still no way to enable --signoff on a per-repo basis? @dhess This is probably a bit hacky and not the more elegant approach proposed by this issue...
One small thing, lwIP doesn't have a concept of a routing table only a default interface (global variable `netif_default`). It will route all non-local packets to the gateway of that...
(I made a small edit on the PR description to clarify this is a per-NIC instance method.)