-
-
Notifications
You must be signed in to change notification settings - Fork 7
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
Roadmap for v1 #1
Comments
Quick update The project is going well. Performance is very good:
I spent a lot of time trying to integrate a C library to analyze Git activity, using git2go. I was unable to build a binary compatible with Mac on an ARM64 architecture. I gave up on the idea for the moment, because it was too time-consuming (not having a Mac). There are still some anomalies, for example on unsupported files, and some metrics to be refined. My goal, which is to release a first usable version, seems achievable by April. |
Hello @Halleck45 Would it be possible to add a search option on certain pages? I'm specifically thinking about the "risk" page. Often, after initiating an analysis of a project, I need to focus on specific components of my application (commands, controllers, a set of specific classes within a namespace, etc ...). Currently, this requires me to rerun the entire analysis just to target these classes. Thank you ! |
Hi @DeGraciaMathieu , thanks for the suggestion! To avoid having to restart the tool, I just added a Regarding the search functionality, what do you think? Should we add a Could you please create a discussion here ? |
Hi! |
I opened an issue in PhpMetrics, but I think it could be done in this project instead, WDYT of supporting the OpenMetrics specification? It could be then be used for instance in GitLab to have the metrics directly in the MR! It seems there are some available packages in Go as well, for instance: https://github.com/bsm/openmetrics |
@alanpoulain excellent idea ! I hope #70 will help you |
Wow already! 🚀 Nice to see it implemented, thank you! Now I need to replace PhpMetrics with AST Metrics 😄 |
How to you plan to support the newer versions of PHP if VKCOM/php-parser is not updated anymore? |
AST Metrics aims to become a leading, language-agnostic, user-friendly, and educational code analyzer.
This is my first project in Go, and I'm completely new to the language. Contributions are highly welcome, particularly to enhance stability and performance.
The v1 roadmap is as follows:
Supported Languages
Features
Metrics
All of this is subject to change, and discussions may lead to new ideas or modifications to the roadmap.
Thank you in advance for your assistance!
The text was updated successfully, but these errors were encountered: