RE: [racket-users] strange error message with debugging enabled

2020-09-26 Thread Jacob Jozef
Thanks Robby.Yes, it has been fixed. No problems in v7.8.0.10.Jos From: Robby FindlerSent: viernes, 25 de septiembre de 2020 19:03To: Jos KootCc: Racket UsersSubject: Re: [racket-users] strange error message with debugging enabled Thanks, Jos. I think that this has been fixed (recently, since 7.8 was released). You might try a snapshot build and see if things are better for you there: https://snapshot.racket-lang.org/ Robby 



-- 
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/3F6FFD4E-53E9-41F4-9A1D-447025793021%40hxcore.ol.


Re: [racket-users] strange error message with debugging enabled

2020-09-25 Thread Robby Findler
Thanks, Jos. I think that this has been fixed (recently, since 7.8 was
released). You might try a snapshot build and see if things are better for
you there:

https://snapshot.racket-lang.org/

Robby


On Fri, Sep 25, 2020 at 9:57 AM Jos Koot  wrote:

> 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)
> # 3 16 44 29)\n  argument position:
> 1st\n  other arguments...:\n   0" #)
> exception raised by error display handler: vector-ref: contract violation
>   expected: vector?
>   given: ((error 'err "blah blah ~s" x) #
> 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
> 
> .
>

-- 
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/CAL3TdONkpvt2kgiKDCkf2OtPd9c-T1gUoGyLV%2BTC79gc_-4DLA%40mail.gmail.com.