| 8 Jun 2025 |
pveierland | I guess the issue for tools such as nix and git is that they need to work with such a broad set of environments so it might not be possible to make that assumption yet | 13:53:54 |
pveierland | Redacted or Malformed Event | 13:54:30 |
emily | Nix not doing Unicode properly is just historical reasons I think. | 15:04:07 |
emily | it's not like it makes it handle e.g. UTF-16 better, because it can't do NUL bytes either. | 15:04:20 |
dramforever | well, those should be url encoded, right? | 16:32:45 |
dramforever | i guess it also breaks with non-ascii separately some other way | 16:33:47 |
Las | John Ericsonwhat should I do to get 12668 merged, or has the equivalent work already been done? Haven’t been following development for a bit | 17:02:14 |
John Ericson | equivalent work has not been merged | 17:06:38 |
John Ericson | you can try doing a rebase | 17:06:46 |
John Ericson | and also let me try to find again the rebase I had done before | 17:06:59 |
John Ericson | Las: yeah l-as-goal-direct-io in my repo is a rebase that doesn't quite work of the first commit | 17:11:43 |
| 9 Jun 2025 |
| trofi left the room. | 05:27:17 |
dramforever | i can't reproduce this on 2.28.3 | 05:38:22 |
dramforever | $ nix eval '.#è'
4
$ nix eval '.#测试'
3
$ cat flake.nix
{
outputs = { self }: {
"测试" = 3;
"è" = 4;
};
}
| 05:39:26 |
dramforever | oh wait does it have to be registry? | 05:39:30 |
dramforever | oh yeah that's odd. | 05:40:03 |
dramforever | * oh yeah that's odd... | 05:40:06 |
dramforever | so the problem seems to be confined to parsing? i suspect the fix will be easy | 05:41:25 |