oakmac/standard-clojure-style-js

improve error message for use inside ns form

Open

#172 ouverte le 28 déc. 2024

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Clojure (7 forks)github user discovery
enhancementhelp wanted

Métriques du dépôt

Stars
 (132 stars)
Métriques de merge PR
 (Métriques PR en attente)

Description

Follow-up to Issue #152 and PR-171:

We should show more details to the user when :use is detected inside of the ns form. For example, we could include the line + column number where we encountered :use and print a few lines above and below the location so that the user can see more context of where the error occurred.

inspiration / ideas

Guide contributeur