# \#bug

**URL:** https://racket.discourse.group/tag/bug/230.md

[Latest](https://racket.discourse.group/latest.md) · [Categories](https://racket.discourse.group/categories.md) · [Tags](https://racket.discourse.group/tags.md)

---

## [Is rackunit not supposed to work with typed Racket?](https://racket.discourse.group/t/is-rackunit-not-supposed-to-work-with-typed-racket/3836)

<div class="topic-metadata">

**Author:** [@hendrikboom3](https://racket.discourse.group/u/hendrikboom3)\
**Replies:** 2\
**Last updated:** [July 5, 2025, 1:48am UTC](https://racket.discourse.group/t/is-rackunit-not-supposed-to-work-with-typed-racket/3836 "2025-07-05T01:48:38Z")

</div>

I tried using rackunit with typed/racket: #lang typed/racket (require rackunit) (module+ test (check-true #t) ) I was granted the following obscure error message: ../../usr/local/racket/share/pkgs/rackunit-lib…

---

## [A few annoying bugs](https://racket.discourse.group/t/a-few-annoying-bugs/3582)

<div class="topic-metadata">

**Author:** [@ToddOBryan](https://racket.discourse.group/u/ToddOBryan)\
**Replies:** 0\
**Last updated:** [February 22, 2025, 5:14am UTC](https://racket.discourse.group/t/a-few-annoying-bugs/3582 "2025-02-22T05:14:09Z")

</div>

In the course of trying to give a quiz, I've come across a few bugs in the last few days that I just wanted to highlight. Adding a Text Box in BSL results in being unable to run the file. Code in a Text Box is unre…

---

## [Error report: in handling values arity](https://racket.discourse.group/t/error-report-in-handling-values-arity/3448)

<div class="topic-metadata">

**Author:** [@danprager](https://racket.discourse.group/u/danprager)\
**Replies:** 3\
**Last updated:** [December 26, 2024, 7:00pm UTC](https://racket.discourse.group/t/error-report-in-handling-values-arity/3448 "2024-12-26T19:00:27Z")

</div>

Minimal example: #lang racket (define (f x y) (values x y)) (define a (f 1 2)) ; error - as opposed to e.g. (define-values (a b) (f 1 2)) At least in Dr Racket, the error message lacks the usual "X" link to the sou…
