remake icon indicating copy to clipboard operation
remake copied to clipboard

FR: Allow scoped (double-colon) rules

Open krlmlr opened this issue 7 years ago • 4 comments

Use case:

targets:
  <json-data>:
    command: jsonlite::fromJSON("x.json")

Is forbidding this an explicit design decision? Anyway, I think the error message should read:

Rule must be a character or name, found "jsonlite::fromJSON"

krlmlr avatar Oct 13 '16 16:10 krlmlr