Peter A. Jonsson
Peter A. Jonsson
Here's what happens inside the docker container for me: ``` user@9fe43624bad2:~/contiki-ng/examples/platform-specific/cc26x0-cc13x0/ble-ipv6$ make TARGET=sky Skipping client: not for the 'sky/' platform! user@9fe43624bad2:~/contiki-ng/examples/platform-specific/cc26x0-cc13x0/ble-ipv6$ make TARGET=z1 Skipping client: not for the 'z1/' platform!...
@yatch the current code seems to check for error conditions before changing the radio state, is this bug fixed?
My plan was to make a PR of the first commit, see what fails, and then add some commits that disables -Werror/some configurations/etc so the CI starts going green. I'm...
> > My plan was to make a PR of the first commit, see what fails, and then add some commits that disables -Werror/some configurations/etc so the CI starts going...
> > Depending on which job you are looking at, it's possible you're looking at a branch where -Werror is more or less disabled, bool is typedefed to int when...
The bool fix is in #249. > I've fixed the Clang issue. Please rebase to see it. Rebase against what branch?
This PR adds Github CI, https://github.com/intel/tinycbor/commit/0d5538277d9975c448bd819572ca961542777aff makes the Makefile work with Clang.
The Github macOS CI runners for "macos-latest" have changed CPUs from x86-64 to M1/M2 in the last month(s), so it's possible things related to macOS broke (more) after I made...
> 1.10b2 is tagged and on PyPI. Let's have a release candidate on 2024-07-15. @sgillies I can't see the release candidate in the releases here on Github or on PyPi,...
I don't see any 3.13 wheels for 1.9.6, or in the 1.10b-releases, so releasing 1.10.0 without 3.13 wheels isn't making the situation worse than it already is. Considering GHSA-q5fm-55c2-v6j9 and...