-
-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Labels
component:compilerIssue pertaining to compilerIssue pertaining to compilerissue-type:enhancementNew feature or requestNew feature or request
Milestone
Description
Currently, info messages and warnings are simply emitted by the Basilisp compiler (analyzer) logger, which is just a standard Python logger. Errors are generally exceptions which immediately stop the compilation process.
It may be worthwhile to think about collecting those errors via the Context object, rather than having them emitted simply as text warnings. As it stands, there's no easy way to (say) configure a warning as an error and stop compilation.
Also, warnings are all added relatively ad-hoc and each have their own custom flags. It may be worth considering having a standard warning/error naming system.
Metadata
Metadata
Assignees
Labels
component:compilerIssue pertaining to compilerIssue pertaining to compilerissue-type:enhancementNew feature or requestNew feature or request
Type
Projects
Status
To do