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 seems that all string literals found in remake.yml rules are currently interpreted as targets. Would it be difficult to interpret constructs of the form I("...") as string literals, and not targets? This seems to work already for numbers and logicals.
The text was updated successfully, but these errors were encountered:
It seems that all string literals found in
remake.yml
rules are currently interpreted as targets. Would it be difficult to interpret constructs of the formI("...")
as string literals, and not targets? This seems to work already for numbers and logicals.The text was updated successfully, but these errors were encountered: