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
It won't be matched unless mixin is used in the concept body, because the del symbol from the system module will be closed in the generic pre-pass of the concept body. We should resolve the issue by considering all symbols within concepts open (mixed in) by default.
The text was updated successfully, but these errors were encountered:
* late instantiation for the generic procs' default param values
* automatic mixin behaviour in concepts
Other fixes:
* don't render the automatically inserted default params in calls
* better rendering of tyFromExpr
* late instantiation for the generic procs' default param values
* automatic mixin behaviour in concepts
Other fixes:
* don't render the automatically inserted default params in calls
* better rendering of tyFromExpr
* late instantiation for the generic procs' default param values
* automatic mixin behaviour in concepts
Other fixes:
* don't render the automatically inserted default params in calls
* better rendering of tyFromExpr
Consider the following concept:
trie_database.nim:
With the following usage:
It won't be matched unless
mixin
is used in the concept body, because thedel
symbol from the system module will be closed in the generic pre-pass of the concept body. We should resolve the issue by considering all symbols within concepts open (mixed in) by default.The text was updated successfully, but these errors were encountered: