| Age | Commit message (Collapse) | Author |
|
|
|
|
|
Additionally, add support for single and double quotes in Greek.
|
|
|
|
|
|
spacing.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #2104
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #2419
|
|
|
|
|
|
Errors about superfluous arguments are now thrown before errors of the function execution itself.
Fixes #1367
|
|
Things like `luma(1, key: "val")` didn't produce an error before because `args.finish()?` wasn't called. This changes `args: Args` to `args: &mut Args` to make it impossible for that to happen.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#2364)
|
|
Fixes #2358.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|