note: eliminate any one of these dependencies to break the loop
There are some nice references for OpenType features, but they are written at a high-level, or in .fea(?) format:
,这一点在heLLoword翻译中也有详细论述
22:09, 7 марта 2026Мир
Now, when users of oldmath run the go fix command on their code, it will replace all calls to the old functions by their new counterparts. By the way, gopls has included inline in its analyzer suite for some time, so if your editor uses gopls, the moment you add the //go:fix inline directives you should start seeing a diagnostic at each call site, such as “call of oldmath.Sub should be inlined”, along with a suggested fix that inlines that particular call.