-
Notifications
You must be signed in to change notification settings - Fork 128
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 0.4.0 #148
Release 0.4.0 #148
Conversation
failing in CI for freebsd, but the way the error message reads, it seems like it's not related to the pull or the state of the codebase. Looks like it might be CI config related & has been failing for a while now. |
Hi, I just tested it for confirmation on a clean FreeBSD 12.0-RELEASE VM I have, and it builds, runs and tests perfectly. The error in the CI looks like it stems from a misconfiguration of FreeBSD's Thanks for your work! |
Thanks for your help. Actually I was expecting to release 0.4.0 based on the 0.3.0 branch since changes in master are pretty much under development, a lot of things are in a flux and I don't think it's ready for a release yet (E.g. there's two different Filesystem traits, a lot of duplicate types because of the introduced |
@delehef do you think it's a misconfiguration on Cirrus CI's side or on our side? Unfortunately I'm not so familiar with the FreeBSD package system. Do you have an idea how this could be fixed? |
Definitely looks like their
11.0 is relatively old, Could Cirrus be setup to use a more recent FreeBSD release? |
Looks like |
Thanks! Should be fixed with #149 |
8ae837b
to
591f7a4
Compare
591f7a4
to
173d2db
Compare
@zargony I realize I forgot to ping you on this, but I prepared something that is hopefully closer to what you were looking for. I cherry-picked/backported changes off master that were related to bug fixes or removing that deprecated time dependency. Left this up as a PR even though obviously this wouldn't be merged. |
Any update here? I'm also waiting for 0.4.0 |
@zargony friendly ping, also waiting for this. |
FYI: there is an actively maintained fork of this project here: https://github.com/cberner/fuser |
Preparing a 0.4.0 release, as requested in #147. Built & tested examples on Ubuntu 18.04.
Let me know if there's any work I missed.