Skip to content

VSCode Load File in REPL error: readline-input:1:0: #%top-interaction: unbound identifier #31

Description

@gussmith23

When I use the Load File in REPL command on an otherwise empty Racket file:

#lang errortrace racket

It runs the following command:

racket --repl --eval '(enter! (file "/Users/gus/tmp0.rkt"))'

The REPL loads, but when I run any command in the REPL I get the following error:

"racket/tmp0.rkt"> 1
; readline-input:1:0: #%top-interaction: unbound identifier;
;  also, no #%app syntax transformer is bound
;   at: #%top-interaction
;   in: (#%top-interaction . 1)
; [,bt for context]

Can this be fixed?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions