Skip to content

"Remove Unused Requires" refactoring doesn't handle multi-in forms correctly #110

Closed
@dfeltey

Description

@dfeltey

Running the "Remove Unused Requires" refactoring on this program:

#lang racket/base

(require racket/require)
(require (multi-in racket (list dict)))
first

produces:

#lang racket/base

(require racket/require)
(require)
first

Rather than just removing the dict part of the multi-in form.

Metadata

Metadata

Assignees

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