workbenchdev / workbenchdev/Biblioteca

Asterisk in code interpreted as emphasis delimiter

Open
#130 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
69
Forks
11
PR merge metrics
No merged PRs in 30d

Description

In the following line, the asterisk in *err is incorrectly interpreted as an opening emphasis delimiter:

Does nothing if err is NULL; if err is non-NULL, then *err must be NULL.

See https://docs.gtk.org/glib/func.set_error_literal.html and its equivalent in Biblioteca.

Capture d’écran du 2024-12-18 11-38-31

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

Start by reproducing the rendering problem with the quoted line and compare it with the linked GLib documentation and its Biblioteca equivalent. Trace how the documentation viewer handles the *err text; done means the asterisk is displayed literally and is no longer treated as an emphasis delimiter.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
documentation
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.