Raku / doc

🦋 Raku documentation
https://docs.raku.org/
Artistic License 2.0
289 stars 291 forks source link

use soft docs need update #4078

Open coke opened 2 years ago

coke commented 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.

Altai-man commented 2 years ago

Related to https://github.com/Raku/doc/issues/4055#issuecomment-1105628778 <- "Pragmas page is COMPLETELY broken, every item there has wrong format, everything breaks"