[ELF,test] Improve error/warning message checks
Update tests to include proper `error:` or `warning:` prefixes and
file/section information in CHECK patterns. Add
--implicit-check-not=error: to ensure no unexpected errors are produced.
[libc] Address sincosf size bloat (#179004)
The recent refactoring in #177523 marked some functions as static which
increased the size of sinf/cosf functions. Removing the static storage
for these functions to remove the bloat which is especially problematic
in size constrained baremetal target builds.
[ELF,test] Improve error message checks with proper format
Update tests to use the canonical error message format with `error:`
prefix and file:section information. Add `--implicit-check-not=error:`
to ensure no unexpected errors are produced.
This commit focuses on "out of range" and "not aligned" errors.
py-wcwidth: update to 0.5.3.
0.5.3
Add Virama conjunct for the Brahmic scripts by @jquast in #204
0.5.2
Do not distribute any data files by @jquast in #199
Update specs and zero-width tables regarding Mc by @jquast in #200
Standalone emoji support by @jquast in #202
0.5.1
Updated generated zero and wide code tables to length of 1 to complete the previously announced removal of historical wide and zero tables. #196
0.5.0
Drop Support of many historical versions of wide and zero unicode tables. Only the latest Unicode version (17.0.0) is now shipped. The related unicode_version='auto' keyword of the wcwidth()-family of functions are ignored. list_versions() always returns a tuple of only a single element of the only unicode version supported. #195
[10 lines not shown]
py-pygls: update to 2.0.1.
What's Changed
docs: drop pre-release banner by @alcarney in #580
docs: use correct lsprotocol version by @alcarney in #581
docs: fix broken link for pygls playground by @perrinjerome in #582
docs: describe arguments unpacking for server commands in v2 by @perrinjerome in #583
Add Aeon Programming Language to implementations list by @alcides in #584
Fix spelling mistakes in v2 migration documentation by @maxchaston in #585
fix: prevent exception handling for cancelled futures in JsonRPCProtocol by @austin3dickey in #588
build: v2.0.1 by @tombh in #589
py-pdm_backend: update to 2.4.7.
🚀 Features
Allow user to override wheel with multiple plat tags - by @trim21 in #298 (263a5)
💻 Chores
Switch dev-dependencies to dependency-groups - by @frostming (9572d)