You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
F:\projects\perfontain\source\perfontain\managers\settings\data.d(1,1): Error: package name 'perfontain.managers.settings' conflicts with usage as a module name in file c:\users\admin\appdata\local\temp\tmppetqda.d
SublimeLinter: #574 SublimeLinter.sublime-package:803: dmd: No matches for regex: ^.+tmp.+((,)?[)]: (?:(?PError)|(?PWarning|Deprecation)): (?P.+)\r?\n((.(?!tmp))+\r?\n)*
There is a module perfontain.managers.settings which is being linted, imports perfontain.managers.settings.data.
Why even copy to temp folder something ?
The text was updated successfully, but these errors were encountered:
Actually, I am not sure it can be solved for on-the-fly linting. If the regex doesn't find matches because dmd stops producing errors after the conflict, then there is nothing the linter can do about it. Still I am interested to see an example to get a better understanding.
F:\projects\perfontain\source\perfontain\managers\settings\data.d(1,1): Error: package name 'perfontain.managers.settings' conflicts with usage as a module name in file c:\users\admin\appdata\local\temp\tmppetqda.d
SublimeLinter: #574 SublimeLinter.sublime-package:803: dmd: No matches for regex: ^.+tmp.+((,)?[)]: (?:(?PError)|(?PWarning|Deprecation)): (?P.+)\r?\n((.(?!tmp))+\r?\n)*
There is a module perfontain.managers.settings which is being linted, imports perfontain.managers.settings.data.
Why even copy to temp folder something ?
The text was updated successfully, but these errors were encountered: