Nix + dotnet | 121 Members | |
| 24 Servers |
| Sender | Message | Time |
|---|---|---|
| 7 Mar 2025 | ||
| IIRC the output was something like `E https://whatever` | 15:25:49 | |
| so the second row has URLs | 15:26:06 | |
| What does a proper packages directory look like when generated by `dotnet restore` (also how do inline codeblocks work in matrix again? | 15:27:42 | |
| It should have one directory per package and then a subdirectory with the package version and then inside have the package files | 16:37:05 | |
| * It should have one directory per package and then a subdirectory named with the package version and then inside have the package files | 16:37:22 | |
| 16:43:54 | ||
In reply to @gggkiller:matrix.orgIIRC that wasn't how nuget restore generated them, it had one directory per package with a .nupkg file and sometimes other files too | 17:44:33 | |
| But I'll test it again | 17:44:43 | |
| * IIRC that wasn't how nuget restore generated them, it had one directory per package with a .nupkg file and sometimes other files too, no version directory | 17:45:18 | |
| 8 Mar 2025 | ||
| 21:41:03 | ||
| 9 Mar 2025 | ||
| 23:05:31 | ||
| 12 Mar 2025 | ||
| 00:41:13 | ||
| 15 Mar 2025 | ||
| 03:01:22 | ||
| 17 Mar 2025 | ||
| well, apparently Jetbrains Rider breaks with scudo allocator | 06:01:08 | |
| * well, apparently Jetbrains Rider breaks with scudo, graphene-hardened and graphene-hardened-light allocators | 06:08:47 | |
| fortunately seems like it work with mimalloc with the security features enabled, at least I can have some extent of security in the allocator | 06:26:05 | |
| * ~~fortunately seems like it work with mimalloc with the security features enabled, at least I can have some extent of security in the allocator~~ nevermind, chromium breaks with mimalloc | 07:22:30 | |
| * ~fortunately seems like it work with mimalloc with the security features enabled, at least I can have some extent of security in the allocator~ nevermind, chromium breaks with mimalloc | 07:22:34 | |
| * fortunately seems like it work with mimalloc with the security features enabled, at least I can have some extent of security in the allocator nevermind, chromium breaks with mimalloc | 07:22:41 | |
| * nevermind, chromium breaks with mimalloc | 07:23:59 | |
| Am I missing something, or is To reproduce on latest master, wipe a deps.json file and attempt to re-generate it:
No changes to add-nuget-deps in 3months, so I'm confused. Nothing obviously wrong in the built scripts either. | 22:46:46 | |
| * Am I missing something, or is To reproduce on latest master, wipe a deps.json file and attempt to re-generate it:
No changes to add-nuget-deps in 3months, so I'm confused. Nothing obviously wrong in the built scripts either. | 22:47:16 | |
yeah, there's an open issue about it, curl now fails with --netrc flag and we add it unconditionally in nuget-to-json | 22:47:39 | |
| corngood has a PR open on it, however it is also the same PR for the latest patch tuesday | 22:48:00 | |
Thanks, I should've checked for an issue. I'll try cherry-picking 7a36c0ef locally. Assuming #389338 won't merge for a while, is it worth opening another PR with just the curl fixes? | 22:53:56 | |
| yes, it would be indeed preferable so we can merge and backport ASAP | 22:54:32 | |
| do you agree Corngood? | 22:54:36 | |
* Thanks, I should've checked for an issue. I'll try cherry-picking 7a36c0ef locally. Assuming #389338 won't merge for a while, is it worth opening another PR with just the curl fixes?EDIT: that commit did resolve things for me | 22:55:00 | |
| It's good with me if someone wants to merge it on its own. I've been away this weekend so I haven't had a chance to work on the upgrades. | 23:11:19 | |
Hey gang, for some reason I'm not getting any deps.json output recently. I'm not sure if it's related to the error mentioned above by Matt or not? | 23:19:00 | |