You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
create two sibling folders test and test3 (I did this in Downloads)
create file test/test1.rkt
create file test/test2.rkt
create file test3/test1.rkt
create file test3/test2.rkt
open each file in doctor in a new tab
run test/test1.rkt - works as expected
run test3/test1.rkt - works as expected
in test3/test1.rkt tab, right click on (show-me2) and select 'Jump to Definition (in Other File)' - goes to (define (show-me2) in test3/test2.rkt as expected
go to tab for test/test1.rkt and right click on (show-me2) and select 'Jump to Definition (in Other File)' --- incorrectly goes to (define (show-me) in test3/test2.rkt (I expected it to open the required test/test2.rkt).
Files
test/test1.rkt
#lang at-exp Racket
(require "test2.rkt")
(displayln "this is test/test1")
(show-me)
Reproduced on
Welcome to DrRacket, version 8.12 [cs].
Language: at-exp racket, with debugging and profiling [custom]; memory limit: 128 MB.
8.12 (macOS 14.4.1 / M1)
Demonstration on 8.11 (win10)
The text was updated successfully, but these errors were encountered:
So many thanks for filing this issue! I've been experiencing this for several months, and never had time to put together a good issue or see how reproducible it is.
Steps to reproduce :
test
andtest3
(I did this inDownloads
)test/test1.rkt
test/test2.rkt
test3/test1.rkt
test3/test2.rkt
test/test1.rkt
- works as expectedtest3/test1.rkt
- works as expectedtest3/test1.rkt
tab, right click on(show-me2)
and select 'Jump to Definition (in Other File)' - goes to(define (show-me2)
intest3/test2.rkt
as expected(show-me2)
and select 'Jump to Definition (in Other File)' --- incorrectly goes to(define (show-me)
in test3/test2.rkt (I expected it to open the requiredtest/test2.rkt
).Files
test/test1.rkt
test/test2.rkt
test3/test1.rkt
test3/test2.rkt
Reproduced on
Welcome to DrRacket, version 8.12 [cs].
Language: at-exp racket, with debugging and profiling [custom]; memory limit: 128 MB.
8.12 (macOS 14.4.1 / M1)
Demonstration on 8.11 (win10)
The text was updated successfully, but these errors were encountered: