Russ Cox

Results 47 issues of Russ Cox

The @ operator modifier is a bit like APL's each/map. Applied to the left or right of an operator, it produces an operator that applies to each element of its...

The revived linux-amd64-alpine builder has flaked twice in its short new lifetime with 'unexpected return pc' crashes during the cgo tests. Here is a repro case using a gomote (note...

NeedsInvestigation
compiler/runtime

The README makes clear that this is not official, but even the claim "it is a set of common historical and emerging project layout patterns in the Go ecosystem" is...

Attached is a simple app that serves / (html), /text (text), and /png (a png). It works fine in the dev app server and as a standalone Go program, but...

In 0.30, examples 31-34 are introduced by: > Entity and numeric character references are recognized in any context besides code spans or code blocks, including URLs, link titles, and fenced...

The 0.30 spec does not mention that link reference definitions can be interrupted by other elements. It does say: > However, it can directly follow other block elements, such as...

Other blocks can interrupt a link reference definition, and link reference definitions can have continuation text that is not fully prefixed, following the rules of paragraph continuation text. Document both...

The wording in section 2.5 implied otherwise, although an example in 6.6 did clarify. Adjust the first to remove the false implication and adjust the second from saying "preserved", which...

The parsing strategy described in https://spec.commonmark.org/0.30/#appendix-a-parsing-strategy does not appear to reflect the actual implementations. Specifically, the section "An algorithm for parsing nested emphasis and links" would suggest that other kinds...

#54275 happened because the builders are running gcc 8.3 and ran into a bug that is fixed in gcc 9. @laboger suggests updating the builders to gcc 9. Filing this...

NeedsInvestigation
arch-ppc64x