Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R2091:16ae8593d9ce: Update mono to 6.0.0.327
Rebuit mono 6 with mono 6; Keepass works.
Diff Detail
- Repository
- R2091 mono
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
| package.yml | ||
|---|---|---|
| 15–17 | mono was complaining about a missing libmono-native.so, hence the pattern. | |
| 24–27 | We don't provide the IKVM virtual machine, so I disabled the support. I also disabled Xen optimizations: they make mono slightly slower with the advantage to provide better performance in a Xen guest. We're a home computing distro so I think this feature is useless. | |
| package.yml | ||
|---|---|---|
| 17 | I ran a random .NET application (Steam Desktop Authenticator) but it wanted that lib. If other users like me want to run random exes, this lib should be a rundep of mono. | |
| package.yml | ||
|---|---|---|
| 25 | Removed because of https://github.com/mono/mono/blob/mono-6.0.0.327/mcs/INSTALL.txt | |
Next time if there are already submitted patches depending on a diff, please replace it instead of creating a new one to preserve the stack.
arc diff --edit --Update Dxxxx.
Of course if the author of the original diff is still active, contact him/her first.
LGTM, really awesome to see some closure to the Mono update finally ❤ I agree regarding the IKVM support removal, no reason to have it when we don't support it in the first place.