Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

UTS checker and renderer are completely untested

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

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
45/100
Issue type
Refactor
Clarity
Mostly clear
Activity status
Quiet
Domain
testing

Research direction

Read private/universal-tagged-syntax.rkt and private/syntax-replacement.rkt, focusing on check-universal-tagged-syntax, check-source-universal-tagged-syntax, and syntax-replacement-render-using-uts. Review the UTS decisions in #586 before writing tests that construct syntax objects with uts-content and uts-separators. Done means the uncovered paths are exercised without pinning tests to behavior the prototype may change.

Written by the indexing model from the issue text.

Description

testing

No test constructs UTS-annotated syntax, so check-universal-tagged-syntax and check-source-universal-tagged-syntax in private/universal-tagged-syntax.rkt (60.5% coverage) and syntax-replacement-render-using-uts in private/syntax-replacement.rkt never run — about 95 uncovered lines combined. Testing them means hand-building syntax objects with uts-content and uts-separators properties.

This might be worth deferring until #586 settles the UTS spec rather than pinning tests to a moving prototype, but filing it so the gap is tracked.

Part of #680.

Dominant language
Racket
Stars
70
Forks
11
PR merge metrics
No merged PRs in 30d

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.

More from jackfirth/resyntax

All issues in jackfirth/resyntax

Similar issues

More Testing & QA issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.