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

Strip out comments in config files before passing to shellexpand #38

Merged
merged 1 commit into from
Feb 12, 2024

Conversation

mre
Copy link
Contributor

@mre mre commented Feb 9, 2024

Applied the fix to all config files with comment support.

The one downside is, that I had to repeat the same code in each function. That is due to #[proc_macro] crate rules: according to Rust's restrictions, these crates can only export items that are procedural macros themselves.

Fixes #37

Applied the fix to all config files with comment support.

The one downside is, that I had to repeat the same code in each function. That is due to `#[proc_macro]` crate rules: according to Rust's restrictions, these crates can only export items that are procedural macros themselves.

Fixes bnjjj#37
@bnjjj bnjjj merged commit 6ba43c5 into bnjjj:master Feb 12, 2024
1 check passed
@bnjjj
Copy link
Owner

bnjjj commented Feb 12, 2024

Thanks @mre ! Published on 0.14.0

@mre mre deleted the fix/env-vars-in-toml-comments branch February 12, 2024 17:04
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

Successfully merging this pull request may close these issues.

Unexpected Behavior with Variable Interpolation in TOML Comments
2 participants