Skip to content

macro stepper derivation error with repeated define-syntax #44

@rfindler

Description

@rfindler

This program:

#lang racket/base
(require (for-syntax racket/base))
(define-syntax x 1)
(define-syntax x 2)

when given to the macro stepper produces a window with the message "Macro stepper error (derivation) [details]."

The details produces this error:

Internal error:
derivation-parser: error on token #270: <ERROR, #(struct:exn:fail:syntax "module: identifier already defined" #<continuation-mark-set> (#<syntax:6-unsaved-editor:4:15 x>))>

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