Vladimir Panteleev
Vladimir Panteleev
> I vehemently disagree with yaml support (my position has not changed). It's a terrible format, and adding more format support isn't going to fix any of dub's real problems....
> Forcing YAML on people would definitely alienate users. Let's please see these people who have somehow avoided GitHub, GitLab, all the other big CI providers, Kubernetes, Ansible, Docker, and...
Hmm, the Tab key is free...
In the end I deleted all local state files and let the bot log in as a new device. I guess there is still probably a data integrity bug somewhere,...
> If you can still reproduce the bug, can you build with debug symbols? Yes, I saved a copy of the bad files. But, it looks like it is already...
> but there's a `dbg` profile you could use: `cargo build --profile dbg` should give us the debug symbols. I'm not sure if I did this right, but this seems...
OK, I added the following to `Cargo.toml`: ```toml [profile.dev.package] matrix-pickle = { debug = 2 } matrix-pickle-derive = { debug = 2 } matrix-sdk = { debug = 2 }...
> would be nice to look with a debugger where this error result comes from, to have a better idea of what's going on I've tried to do this, but...
But wouldn't that mean that this PR would make D programs incompatible with Ubuntu versions older than 22.04?
@the-horo Can you check if https://github.com/dlang/phobos/pull/8990 fixes this issue? It is some work which is I think in the same direction.