We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Parsing error
0.1.1
$ dconf2nix </tmp/dconf.dump dconf2nix: "<stdin>" (line 2, column 16): unexpected "s" expecting white space, "@", "{", "[", "'", "false", "true", "-", digit, "uint32 ", "int64 ", "\"", "(" or "<(" CallStack (from HasCallStack): error, called at src/DConf2Nix.hs:35:16 in dconf2nix-0.1.1-AY0n40I6HuiBfBhx2w9LA5:DConf2Nix
[org/gnome/desktop/input-sources] mru-sources=@a(ss) []
Removing the @a(ss) type in my input file leads to a successful run.
@a(ss)
As mentioned by @michael-catanzaro in this RedHat Bugzilla comment,
@a(ss) is the type of the value (array of tuples, each tuple containing two strings)
The text was updated successfully, but these errors were encountered:
Thanks for reporting, this should have been fixed by 49fcec8.
There are still some things I need to finish before releasing a new version but not sure when I will be able to get to it.
Sorry, something went wrong.
No branches or pull requests
Type of bug
Parsing error
Version
0.1.1
Did you test against master?
Error message (if not timeout)
DConf input
Additional context
Removing the
@a(ss)
type in my input file leads to a successful run.As mentioned by @michael-catanzaro in this RedHat Bugzilla comment,
The text was updated successfully, but these errors were encountered: