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
Would be nice if such an error was highlighted as it is an easy mistake to make but the Snakemake error message (Expecting rule keyword, comment or docstrings inside a rule definition.) is not very helpful.
The text was updated successfully, but these errors were encountered:
refactored: inspection code, SmkRuleOrCheckpointArgsSection got new function
We create separate method in SmkRuleOrCheckpointArgsSectionImpl in order not to duplicate code, if there any other SmkRuleOrCheckpointArgsSection inheritor, which will need the same logic e.g. 'use' section. Other variant is to move multilineSectionDefinition() implementation into SmkRuleOrCheckpointArgsSection interface but I'm not sure if it is a good idea to mix definition and implementation.
Resolves: #148
This code compiles just fine:
This, however, produces a compilation error:
While this does not:
Would be nice if such an error was highlighted as it is an easy mistake to make but the Snakemake error message (
Expecting rule keyword, comment or docstrings inside a rule definition.
) is not very helpful.The text was updated successfully, but these errors were encountered: