-
Notifications
You must be signed in to change notification settings - Fork 192
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
test against the devel branch #1041
Conversation
@@ -84,11 +84,11 @@ suite "misc tests": | |||
const warningsToCheck = [ | |||
"[UnusedImport]", | |||
"[DuplicateModuleImport]", | |||
"[Deprecated]", | |||
# "[Deprecated]", # todo fixme |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There are some nimPreviewSlimSystem
deprecation messages which can be fixed later because it could introduce large diffs.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Right now things seem to outright fail if the user has nimPreviewSlimSystem
activated in their user config.. #1050
No description provided.