Skip to content
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

Remove cabin dependency #18

Merged
merged 1 commit into from
Sep 17, 2022
Merged

Remove cabin dependency #18

merged 1 commit into from
Sep 17, 2022

Conversation

jordansissel
Copy link
Owner

Cabin is a logging library that is otherwise unused by arr-pm.

A few parts of arr-pm were doing include Cabin::Inspectable to aid in debugging, but I think it's safe to remove.

I also ran fpm's test suite with this patch (removing cabin from arr-pm) and it passes. I therefore think this change is safe.

The result is that now arr-pm has no external runtime dependencies :)

Cabin is a logging library that is otherwise unused by arr-pm.

A few parts of arr-pm were doing `include Cabin::Inspectable` to aid in
debugging, but I think it's safe to remove.

I also ran fpm's test suite with this patch (removing cabin from arr-pm)
and it passes. I therefore think this change is safe.

The result is that now arr-pm has no external runtime dependencies :)
@jordansissel jordansissel merged commit 025e7d5 into master Sep 17, 2022
@jordansissel
Copy link
Owner Author

% bundle exec rspec
...........................................bzip2: (stdin) is not a bzip2 file.
cpio: premature end of archive
.xz: (stdin): File format not recognized
cpio: premature end of archive
.lzma: (stdin): File format not recognized
cpio: premature end of archive
..

Finished in 0.02601 seconds (files took 0.06769 seconds to load)
47 examples, 0 failures

(the cpio warnings expected due to tests added in #15)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant