posit-dev / posit-dev/positron

Ark: Can't navigate to help pages containing a `%` in the path

Open
#3,099 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

area: help area: kernels bug lang: r
Dominant language
TypeScript
Stars
4.3k
Forks
184
Avg merge
1d 11h
Merged PRs (30d)
206

Description

  • Navigate to ?vctrs::vec_match() (NOT dev version)
  • Scroll down to Details and click the link to %in%
  • It will fail with "No help found for topic"

This should work, i.e. if you click on match() a little further down, it works.

I think we need to be decoding the %25in%25 that comes through as %in% at some point before passing it on to the R server, or something like that?

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the failure from ?vctrs::vec_match() by opening the %in% link, then compare its encoded path with the working match() link. Trace where %25in%25 is passed toward the R server; done means the %in% help page opens successfully while match() continues to work.

Written by the indexing model from the issue text.

Assessment

Tech stack
r, typescript
Domain
backend, frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.