Charlie Birks
Charlie Birks
Seems like it: ``` [build] FAILED: examples/mp3/assets.hpp examples/mp3/assets.cpp /home/daftfreak/repos/32blit/32blit-sdk/build.Pico2-32blit/examples/mp3/assets.hpp /home/daftfreak/repos/32blit/32blit-sdk/build.Pico2-32blit/examples/mp3/assets.cpp [build] cd /home/daftfreak/repos/32blit/32blit-sdk/build.Pico2-32blit/examples/mp3 && cd /home/daftfreak/repos/32blit/32blit-sdk/examples/mp3 && /home/daftfreak/.local/bin/32blit --debug pack --force --config /home/daftfreak/repos/32blit/32blit-sdk/examples/mp3/assets.yml --output /home/daftfreak/repos/32blit/32blit-sdk/build.Pico2-32blit/examples/mp3 [build] Traceback (most recent call...
This looks like the problem I had with the granary tests where the link href doesn't resolve to the same thing as the mention tag (or in this case at...
@snarfed I kinda mentioned this in the PR, but the problem is that they're coming from two different places (tags and link extraction) and I'm not sure how to determine...
@snarfed Because links get processed after tags, loosening the duplicate check like this seems to work in this case. 🤔 ```diff diff --git a/granary/bluesky.py b/granary/bluesky.py index cff8a004..f9ce0065 100644 --- a/granary/bluesky.py...
Hmm, for some of these it seems that the duplication happens in `postprocess_object` because the `displayName`s don't match. In the test here for example: ```py [ { 'objectType': 'mention', 'url':...
If I patch JPEGDEC a bit I can get it _faster_.
Oh, since I updated the actions to 22.04, the fallback code isn't getting tested. Hmm.
I'm not seeing this on Ubuntu 23.10(same GCC version), or Arch(13.2.0). :thinking:
I guess this is the cmake only reading the toolchain on initial configure so any changes there require deleting the cache thing...
I at least tried to fix it to extract the new zip in 4dad87e95b98e9b887f3a2de230a1fd02ae799e2. If the stdlibs are entirely missing it just using the system ones as the linker flags...