Open coke opened 2 years ago
searching for use on the new site, I see:
http://164.90.207.89:10010/language/functions#Re-dispatching
Language: use soft (pragma) Pragmas: soft
The first one should not be indexed.
the language page has the text
Routines can be inlined and as such provide an obstacle for wrapping. Use the pragma use soft; to prevent inlining to allow wrapping at runtime.
while the pragma page has nothing. Move this text to the pragma with any extra context needed, remove the first index.
Related to https://github.com/Raku/doc/issues/4055#issuecomment-1105628778 <- "Pragmas page is COMPLETELY broken, every item there has wrong format, everything breaks"
searching for use on the new site, I see:
http://164.90.207.89:10010/language/functions#Re-dispatching
Language: use soft (pragma) Pragmas: soft
The first one should not be indexed.
the language page has the text
while the pragma page has nothing. Move this text to the pragma with any extra context needed, remove the first index.