Tom "spot" Callaway
Tom "spot" Callaway
&header_len is a short unsigned int *, which swap_bytes() isn't expecting. Casting it to char * gives it what it expects (and matches other behavior in the julius code).
https://x.com/editingemily/status/1730304331386179948?s=20
## Description This change adds prinf style formatting to Rf_error calls. Without this, compilation fails when -Wformat-security is passed to gcc. ``` /home/spot/git/libsbml/libsbml-5.20.2/build/src/bindings/r/libsbml_wrap.cpp:330601:17: error: format not a string literal and...
I have an Alienware M16 R2 system (can provide service tag on request), it is setup to dual-boot Windows 11 and Fedora 42, and this has been working fine until...
This was caught when running the test suite on Fedora Rawhide (platform linux -- Python 3.14.0rc2, pytest-8.3.5, pluggy-1.6.0) ``` _________________________________ test_quoting _________________________________ [gw14] linux -- Python 3.14.0 /usr/bin/python3 def test_quoting()...
cache_from_source(), from importlib.util, is now strict about enforcing only valid args in Python 3.15. This is appropriately conditionalized in testlex.py, but not in testyacc.py. Note: I did not add support...