Add export command and results exporting functionality#128
Merged
CodyKoInABox merged 1 commit intomainfrom Apr 24, 2025
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull Request Overview
This pull request adds export command functionality and refactors analysis code while also updating lexers and CLI commands. Key changes include:
- spice/analyze.py: Renamed "identation_level" to "indentation_level" and integrated indentation analysis using detect_indentation.
- New export command implementation in cli/commands/export and integration in cli/main.py.
- Various lexer improvements in JavaScript and Go, plus updated messaging in the analyze command.
Reviewed Changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| spice/analyze.py | Updated analysis logic and fixed indentation naming. |
| lexers/javascript/javascriptlexer.py | Added tokenization functions for identifiers, strings, and operators. |
| lexers/golang/golexer.py | Improved string tokenization and operator matching. |
| cli/main.py | Added export_command and cleaned up commented code. |
| cli/commands/export/export.py | Implemented export results functionality for multiple formats. |
| cli/commands/analyze.py | Updated available stats and output messaging for analysis. |
| cli/commands/export/init.py | Added package initialization for export functionality. |
| CODE_OF_CONDUCT.md | Revised code of conduct documentation. |
Member
|
Aprovado |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
chico bento no git