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

Problem parsing uint64 properties #111

Open
1 task
Maraxi opened this issue May 31, 2024 · 1 comment
Open
1 task

Problem parsing uint64 properties #111

Maraxi opened this issue May 31, 2024 · 1 comment
Labels
bug Something isn't working

Comments

@Maraxi
Copy link

Maraxi commented May 31, 2024

Type of bug

Parsing error

Version

0.1.1

Did you test against master?

  • Certainly

Error message (if not timeout)

dconf2nix: "<stdin>" (line 2, column 17):
unexpected "u"
expecting "@", "{", "[", "'", "false", "true", "-", digit, "uint32 ", "int64 ", "\"", "(" or "<("
CallStack (from HasCallStack):
  error, called at src/DConf2Nix.hs:35:16 in dconf2nix-0.1.1-AY0n40I6HuiBfBhx2w9LA5:DConf2Nix

DConf input

[org/nemo/preferences]
thumbnail-limit=uint64 1073741824

Additional context

Change the type in my input file from unit64 to int64 or unit32 leads to a successful run

No response

@Maraxi Maraxi added the bug Something isn't working label May 31, 2024
@jtojnar
Copy link
Contributor

jtojnar commented May 31, 2024

Thanks for reporting, this is already fixed in master (557f3de). But it still needs support in Nixpkgs/home-manager.

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

2 participants