File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
drracket-test/tests/drracket
drracket-tool-text-lib/drracket/private/syncheck Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 579
579
("lam " lexically-bound)
580
580
("))\n ( " default-color)
581
581
("require " imported)
582
- (" " default-color)
583
- ("'m " unused-require)
584
- (")\n " default-color)
582
+ (" 'm)\n " default-color)
585
583
("lam " imported)
586
584
(")\n " default-color))
587
585
'(((10 16 ) (20 26 ) (92 99 ))
Original file line number Diff line number Diff line change 529
529
(match (syntax->datum raw-module-path)
530
530
[`',m
531
531
(define we-have-seen-this-sumodule?
532
- (hash-has-key? phase-to-requires (list adjusted-level (cons m mods))))
532
+ (hash-has-key? phase-to-requires (list adjusted-level (cons (submodule #f m) mods))))
533
533
(if we-have-seen-this-sumodule?
534
534
`(submod ". " ,m)
535
535
`',m)]
You can’t perform that action at this time.
0 commit comments