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

Commits on Feb 9, 2024

  1. Strip out comments in config files before passing to shellexpand

    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
    mre committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    87fc51f View commit details
    Browse the repository at this point in the history