cfa

Results 15 comments of cfa

Is this an issue with `exit` or with threading and phaser order? It seems like the latter might be worth documenting but I'm unsure how this relates to `exit`.

Happy to withdraw this if the current tooling can generate the expected targets. As it stands right now, though, links are broken across the board. The PR retargets most of...

The documentation already mentions 1. "The `with` statement is like `if`, but tests for definedness rather than truth, and it topicalizes on the condition, much like `given`" 2. "The `if`...

Sure, I'll take a look.

First pass: it looks like [`rewrite-url-logged`](https://github.com/perl6/doc/blob/3d513fb/htmlify.p6#L70-L73) is called from `write-search-file`; this is what's mapping [#index-entry-declarator_blocks_%23=](https://docs.perl6.org/language/pod#index-entry-declarator_blocks_%23=) to [#index-entry-declarator_blocks_%2523%3D](https://docs.perl6.org/language/pod#index-entry-declarator_blocks_%2523%3D) via [`rewrite-url`](https://github.com/perl6/doc/blob/3d513fb/lib/Pod/Htmlify.pm6#L39) in `Pod::Htmlify`. The anchor for the `X` ref (containing a literal...

Re: escaping, I think there are two related issues: 1. `rewrite-url` escapes `=` as `%3D`; `pod2html` does not 2. `rewrite-url` is escaping already escaped URLs—`%23` becomes `%2523` Amusingly, It looks...

[Here](https://gist.github.com/cfa/2d9274b4276f9608d9bb0a719cdaccdb) are a few matches for `index-entry.*%` in the doc tree; the first few links I tried in the rendered site seem to be incorrect. @2colours++ regarding escaping being the...

CC @finanalyst. Happy to revert both commits if that's the consensus, though there are issues with the heuristic listed above. Consider the following mappings: - `atomicint` → `/type/atomicint` - `class`...

Again, it's not clear to me that #2559 is a bug at all. Even if it is, it's unrelated to expansion of implicit routines, no? Re: refactoring, I can see...

There's a brief discussion of using `zef` [here](https://docs.raku.org/language/modules#Looking_for_and_installing_modules). (See also [here](https://docs.raku.org/language/modules.html#Upload_your_module_to_zef_ecosystem).)