User Details
- User Since
- Jun 23 2015, 3:50 AM (404 w, 5 d)
Jan 10 2023
This is good, but it doesn't match what Linux does. Both systemd and dbus generate 32 character UUID strings, while this creates 36 character ones.
Oct 28 2022
Thanks for taking a look. I don't think the change to the 3.19 port is strictly necessary, but as I said in a private email to @mfechner, I do believe that hiding symbols is good practice for ruby gems.
Oct 27 2022
Also created this pull request.
Oct 26 2022
Oct 14 2022
Feb 18 2021
There are a few more, mostly to do with generated files containing full paths that escape. They're coming too.
This is a large portion of the userland changes to give consistent debug data path data no matter the source or object directories. There are more reviews coming.
Feb 17 2021
Thanks for the review. I'm not a committer, so I can't submit it myself.
Feb 12 2021
Thank you so much for this. I thought of doing it myself.
Update for the one minor change left after 80f31432743446a1e8e4f8cb8268b74ac4e4f2da
Don't update bootstrap version requirement.
Feb 11 2021
Restore NULL check style.
Feb 16 2018
Mar 8 2017
Point Phabricator at the right files..
Commit r314671 is pretty much this change.
Feb 22 2017
It may well be a false positive, though I suspect that this warning is given for any pointer access to a member of a packed structure. This wasn't the only warning of its kind I saw, just the only warning where WARNS wasn't already set to 3 or lower.
Feb 10 2017
Aug 13 2015
Jun 23 2015
Yes, the checking against MK_ZFS and changing the #define to HAVE_ZFS makes this work with WITHOUT_ZFS. Looks good to me.