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

Collision between / and . in parsed keys #115

Open
1 task done
rgri opened this issue Oct 11, 2024 · 0 comments
Open
1 task done

Collision between / and . in parsed keys #115

rgri opened this issue Oct 11, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@rgri
Copy link

rgri commented Oct 11, 2024

Type of bug

Parsing error

Version

0.1.1

Did you test against master?

  • Certainly

Error message (if not timeout)

None from dconf2nix, but the dconf input is being parsed as this:

    "org/gnome/rhythmbox/plugins/audioscrobbler/Last/fm" = {
      scrobbling-enabled = true;
    };

    "org/gnome/rhythmbox/plugins/audioscrobbler/Last/fm" = {
      scrobbling-enabled = true;
    };

which obviously breaks evaluation of the hypothetical dconf.nix file in the README's example usecase.

DConf input

[org/gnome/rhythmbox/plugins/audioscrobbler/Last.fm]
scrobbling-enabled=true

[org/gnome/rhythmbox/plugins/audioscrobbler/Last/fm]
scrobbling-enabled=true

Additional context

No response

@rgri rgri added the bug Something isn't working label Oct 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant