-
Notifications
You must be signed in to change notification settings - Fork 96
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
metric_fu causes flog to read directory yielding error #292
Comments
Could you include |
Oooh... I bet OP is scanning a directory that ends in https://github.com/metricfu/metric_fu/blob/master/lib/metric_fu/metrics/flog/generator.rb#L60
I don't think path_expander handles that properly either... Nope. |
I get a similar error when running it on my Rails project. I installed it with Here's the Flog part of the output when I run
And the
|
@ChallahuAkbar can you manually patch |
@zenspider Done, it prints |
Wait a minute, I just remembered—my project directory has a |
Nope, still the same output. |
Well, then my guess is wrong... no clue. |
metric_fu 4.12.0 does not contain #273 - did we not release this fix? |
@bergholdt I don't believe a new version has been released in a while, which is probably why your fix isn't in there. Speaking of which, we should do this asap. @webervinj I actually use this gem by using the latest from master. Can you try doing the same? At least for now until we can get a new version published with these fixes. If this is for a Rails project, you can add it to your Gemfile like so:
|
I can help release if someone checks the changelog and what the version should be
B mobile phone
… On Jan 9, 2017, at 12:26 PM, Jonathan Keam ***@***.***> wrote:
@bergholdt I don't believe a new version has been released in a while, which is probably why your fix isn't in there. Speaking of which, we should do this asap.
@webervinj I actually use this gem by using the latest from master. Can you try doing the same? At least for now until we can get a new version published with these fixes.
If this is for a Rails project, you can add it to your Gemfile like so:
group :test do
gem 'metric_fu', git: 'https://github.com/metricfu/metric_fu.git'
end
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or mute the thread.
|
What's the status of this? |
D'oh, it looks like #294 is the issue that will release the new version and get all these fixes in, but unfortunately we got some broken tests that need to be looked at and fixed up. Not entirely sure what's going on, but I can take a look a bit later and try and diagnose/fix it. Unless of course someone else beats me to it and opens a PR for it :) |
Everything looks good 👍 |
... status update? |
@bf4 I think we are all good for a release :) |
There should definitely be a new release. I'm using Ruby 2.3 and the latest released version simply does not work with a lot of the metrics. If I get the latest from GitHub though, more things work. New release please :) Two things that are still not working for me...
churn is also not working for me because my SVN is TFS. |
Agreed! I'm actually pulling from master myself for my project. @bf4 can you perform a release? |
Hm..didn't notice the reek and roodi errors. |
I'm happy to help release a new version. I feel really badly about the
current state of things
|
bundle update did not help, discussion @flog repo
The text was updated successfully, but these errors were encountered: