Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow trailing , in macro arguments at 0.13.0-alpha.3 #89

Closed
MOZGIII opened this issue Sep 15, 2020 · 1 comment
Closed

Allow trailing , in macro arguments at 0.13.0-alpha.3 #89

MOZGIII opened this issue Sep 15, 2020 · 1 comment

Comments

@MOZGIII
Copy link
Contributor

MOZGIII commented Sep 15, 2020

This is rejected:

counter!("processing_errors", 1,
    "component_kind" => "transform",
    "component_type" => "add_fields",
);

While this works:

counter!("processing_errors", 1,
    "component_kind" => "transform",
    "component_type" => "add_fields"
);

Used to work before at 0.12.

@tobz
Copy link
Member

tobz commented Sep 16, 2020

I think we can close this now with the latest alphas having this.

@tobz tobz closed this as completed Sep 16, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants