file b.rkt
#lang racket
(require "a.rkt")
(err 5)

file a.rkt
#lang racket
(require "a.rkt")
(err 5)

Run file b.rkt from DrRacket.
Normal error message when debugging on file b.rkt is not enabled.
With debugging enabled:
-- #(struct:exn:fail:contract "vector-ref: contract violation\n  expected:
vector?\n  given: ((error 'err \"blah blah ~s\" x)
#<path:E:\\circuits\\delayed\\a.rkt> 3 16 44 29)\n  argument position:
1st\n  other arguments...:\n   0" #<continuation-mark-set>)
exception raised by error display handler: vector-ref: contract violation
  expected: vector?
  given: ((error 'err "blah blah ~s" x) #<path:E:\circuits\delayed\a.rkt> 3
16 44 29)
  argument position: 1st
  other arguments...:
   0; original exception raised: err: blah blah 5

Maybe this has already been posted as a racket issue.
Therefore I post this here.
If not yet an issue, I'll post a racket issue.
Thanks, Jos

-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/racket-users/CAL6KNi0-QB%2BZYkq3U%2B-z%3D_Fip9CpP7rZaq%2B2kiT1L5EfNbpgyg%40mail.gmail.com.

Reply via email to