forked from AlDanial/cloc
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Rebasing #1
Merged
Merged
Rebasing #1
Conversation
This file contains 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
cdahlheimer Adding circom language support - fixes #680
cdahlheimer Adding cairo language support - fixes #682
…cloc into RyanMcC-win32-long-path-support fix merge conflict
Add --diff-list-files option, #692
Website: https://pest.rs/ I was not exactly shure what to use for the value in $rh_Scale_Factor so I coppied the value from ANTLR.
Add support for Pest grammer files #695
with --json or --xml
Remove comments inside OCaml strings
This fixes an issue with how the verbose flag is matched in config files. In the current release, it checks for "verbose" or "v" anywhere in the line, instead of only at the beginning of the line. This causes a config like "force-lang Objective-C,h" to match the verbose check instead (because of the v in Objective), if verbose has not already been specified. This changes that check to require v/verbose to be at the start of the line.
Fix incorrect parsing of config file, #706
fix: prevent get_leading_dirs() from returning doubled file path separators, ie, a//b/c, which may happen depending on the sequence of paths it processes
Support linker script, #717
added Text::Glob by Richard Clamp to handle glob -> regex
this is a partial implementation, still need --match-f, --match-d
this is a partial implementation, still need --match-f, --match-d
Fix typos, #729
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.
No description provided.