-
Notifications
You must be signed in to change notification settings - Fork 6
Closed
Labels
bugSomething isn't workingSomething isn't working
Milestone
Description
It might be related to #36 but I think it is an unintended consequence of #37. I am now seeing a warning about natural language literals, even in the example package which I think makes sensible use of literals. It probably happens in tests too:
WARNING: natural language literal with one item
1, consider usingLiteral[1, 3, "foo"]to improve readability
WARNING: natural language literal with one item"uno", consider usingLiteral["uno", 2, "drei", "four"]to improve readability
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working