This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Analyze files with implicit requires (#80)
Analyze files with implicit requires * Add method inside_crystal_path? to avoid analyzing lib and stdlib * Send clean diagnostics for all files when a full project is analyzed * Allow analyze files with implicit requires (main file style) * Adds --no-debug flag for speed up compilation * Add fake file .scry.cr to analyze a full project (aka main file) * Remove the fake file .scry.cr from diagnostic list * Add untitled: to the uri_to_filename method * Send clean_diagnostic only if text_document is not inside crystal path
- Loading branch information
1 parent
a8ccc5e
commit 07cb031
Showing
3 changed files
with
37 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters