Download raw body.
Update from maintainer: devel/objfw 1.1.1
On Sun, Apr 14, 2024 at 10:44:35PM +0200, Jonathan Schleifer wrote: > Am 14.04.24 um 22:32 schrieb Theo Buehler: > > > or are these .objc_* symbols somehow special? > > Those are all .objc_sel_name*. Those are symbols that just contain the > selector name as a string. That's a selector being *used*, not exported. > They're pretty similar to local symbols, however, they're not so that the > linker can possibly merge and de-duplicate them. > > So yeah, everything .objc_sel_name* can safely be ignored. Heh, I remember I asked pretty much the same question when handling a previous update. Could you please write down a comment above SHARED_LIBS that explains roughly which changes don't require a bump? That way you'll save precious developer time. :) -- jca
Update from maintainer: devel/objfw 1.1.1