Skip to content

Conversation

@sogaiu
Copy link
Contributor

@sogaiu sogaiu commented Nov 29, 2025

This PR is a suggestion to remove an apparently unused local def in boot.janet:

(defn flycheck
  # docstring elided
  [path &keys kwargs]
  (def mc @{})        # <-- this def
  (def new-env (make-env (get kwargs :env)))

It looks like it might have shown up in the recent refactoring of flycheck machinery in this commit.

Copy link
Member

@pepe pepe left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bakpakin bakpakin merged commit 996ad64 into janet-lang:master Nov 30, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants