Steven Fackler
cbe94823d2
Add .gradle as a groovy extension pattern
...
Gradle is a build system for JVM-based languages that is configured via a Groovy DSL.
2016-10-12 11:07:27 -07:00
Andrew Gallant
d8712daf27
0.2.3
2016-10-11 19:44:54 -04:00
Andrew Gallant
7cbbef019f
changelog 0.2.3
2016-10-11 19:44:50 -04:00
Andrew Gallant
4d29d886e5
Merge pull request #168 from durka/doc-threads
...
clarify docs for --threads
2016-10-11 19:27:11 -04:00
Andrew Gallant
247a9398f4
Switch to thread_local crate in lieu of thread_local!.
...
This is to work around a bug where using a thread_local! was causing
a segfault on macos.
Fixes #164 .
2016-10-11 18:23:49 -04:00
Alex Burka
4c3025ab1c
clarify docs for --threads
2016-10-11 17:32:51 -04:00
Andrew Gallant
4981991a6e
0.2.2
2016-10-10 22:24:36 -04:00
Andrew Gallant
51440f59cd
Don't include HomebrewFormula in crate.
2016-10-10 22:24:28 -04:00
Andrew Gallant
7b8a8d77d0
changelog 0.2.2
2016-10-10 22:18:21 -04:00
Andrew Gallant
4737326ed3
Update regex-syntax for bug fix.
...
The bug fix was in expression pretty printing. ripgrep parses the regex
into an AST and may do some modifications to it, which requires the
ability to go from string -> AST -> string' -> AST' where string == string'
implies AST == AST'.
Also, add a regression test for the specific regex that tripped the bug.
Fixes #156 .
2016-10-10 22:04:29 -04:00
Andrew Gallant
a3537aa32a
Update darwin cfg attributes.
2016-10-10 21:48:47 -04:00
Andrew Gallant
d3e118a786
Fix debug expression statement.
2016-10-10 21:48:34 -04:00
Andrew Gallant
4e52059ad6
Disable regression_131 test on darwin.
...
It's not clear why it's failing. Maybe it doesn't permit certain
characters in file paths?
2016-10-10 21:03:11 -04:00
Andrew Gallant
60c016c243
Fix docopt usage string. Gah.
2016-10-10 20:49:39 -04:00
Andrew Gallant
4665128f25
Clarify documentation for --replace.
...
Also add a minor clarification for --type-add.
Fixes #147
2016-10-10 20:19:45 -04:00
Andrew Gallant
dde5bd5a80
globset-0.1.0
2016-10-10 20:07:13 -04:00
Andrew Gallant
762ad44f71
add version marker
2016-10-10 20:06:35 -04:00
Andrew Gallant
705386934d
Fill in globset/Cargo.toml with more details.
2016-10-10 19:50:21 -04:00
Andrew Gallant
97bbc6ef11
Update appveyor to test subcrates.
2016-10-10 19:35:47 -04:00
Andrew Gallant
27a980c1bc
Fix symlink test.
...
We attempt to run it on Windows, but I'm getting "access denied" errors
when trying to create a file symlink. So we disable the test on Windows.
2016-10-10 19:34:57 -04:00
Andrew Gallant
e8645dc8ae
style nits
2016-10-10 19:27:12 -04:00
Andrew Gallant
e96d93034a
Finish overhaul of glob matching.
...
This commit completes the initial move of glob matching to an external
crate, including fixing up cross platform support, polishing the
external crate for others to use and fixing a number of bugs in the
process.
Fixes #87 , #127 , #131
2016-10-10 19:24:18 -04:00
Andrew Gallant
bc5accc035
Merge pull request #161 from moshen/update-homebrew-readme
...
Update Homebrew instructions in the README
2016-10-10 19:11:50 -04:00
Andrew Gallant
c9d0ca8257
Merge pull request #157 from CannedYerins/follow-explicit-args
...
Always follow symlinks on explicit file arguments
2016-10-10 19:11:10 -04:00
Andrew Gallant
45fe4aab96
Merge pull request #155 from theamazingfedex/adding-extra-md-filetype
...
Adding extra .md filetype for ease of access to Markdown filetypes
2016-10-10 19:09:15 -04:00
Andrew Gallant
97f981fbcb
Merge pull request #154 from theamazingfedex/adding-spark-filetype
...
Adding .spark filetype
2016-10-10 19:08:20 -04:00
Andrew Gallant
59329dcc61
Merge pull request #153 from theamazingfedex/master
...
Adding .config filetype
2016-10-10 19:08:06 -04:00
Colin Kennedy
604da8eb86
Update Homebrew instructions in the README
2016-10-09 23:45:02 -05:00
Ian Kerins
1c964372ad
Always follow symlinks on explicit file arguments.
2016-10-08 22:40:03 -04:00
Daniel Wood
50a961960e
added extra .md filetype for ease of access
2016-10-07 14:37:29 -06:00
Daniel Wood
7481c5fe29
added .spark filetype
2016-10-07 14:35:20 -06:00
Daniel Wood
3ae37b0937
added .config filetype
2016-10-07 13:50:26 -06:00
Andrew Gallant
4ee6dbe422
Merge pull request #148 from munyari/patch-1
...
Change Arch Linux instructions
2016-10-05 09:53:17 -04:00
Panashe Fundira
cd4bdcf810
Change Arch Linux instructions
...
The `-Syu` flag will do a full system upgrade and then install the package, which is not necessarily the desired behavior. Only the `-S` flag is necessary to install a single package.
See https://wiki.archlinux.org/index.php/Pacman#Installing_specific_packages
https://wiki.archlinux.org/index.php/Pacman#Upgrading_packages
2016-10-05 08:26:19 -04:00
Andrew Gallant
175406df01
Refactor and test glob sets.
...
This commit goes a long way toward refactoring glob sets so that the
code is easier to maintain going forward. In particular, it makes the
literal optimizations that glob sets used a lot more structured and much
easier to extend. Tests have also been modified to include glob sets.
There's still a bit of polish work left to do before a release.
This also fixes the immediate issue where large gitignore files were
causing ripgrep to slow way down. While we don't technically fix it for
good, we're a lot better about reducing the number of regexes we
compile. In particular, if a gitignore file contains thousands of
patterns that can't be matched more simply using literals, then ripgrep
will slow down again. We could fix this for good by avoiding RegexSet if
the number of regexes grows too large.
Fixes #134 .
2016-10-04 20:28:56 -04:00
Andrew Gallant
89811d43d4
Merge pull request #146 from samuelcolvin/add-jinja-type
...
add jinja type for *.jinja and *.jinja2
2016-10-04 08:25:22 -04:00
Samuel Colvin
f0053682c0
add jinja type for *.jinja and *.jinja2
2016-10-04 13:15:31 +01:00
Andrew Gallant
35045d6105
Merge pull request #143 from moshen/change-brew-formula-name
...
Fix brew formula name to not conflict with core
2016-10-04 06:49:16 -04:00
Colin Kennedy
95f552fc06
Fix brew formula name to not conflict with core
...
Since the homebrew-core formula was accepted, we should differentiate
the prebuilt formula available in this tap
2016-10-03 22:30:26 -05:00
Andrew Gallant
48353bea17
Merge pull request #144 from bitshifter/dotcmake
...
Added *.cmake extension to cmake file type.
2016-10-03 20:51:05 -04:00
Cameron Hart
703d5b558e
Added *.cmake extension to cmake file type.
2016-10-04 11:28:49 +11:00
Andrew Gallant
47efea234f
Remove i686-darwin.
...
Apparently 32 bit Mac CPUs are really old at this point. Also, it has
been causing CI to fail lately. It's not worth it.
2016-10-03 17:16:28 -04:00
Andrew Gallant
ca0d8998a2
Merge pull request #139 from moshen/make-a-tap
...
Make the repo a Homebrew Tap
2016-10-03 17:14:09 -04:00
Andrew Gallant
fdf24317ac
Move glob implementation to new crate.
...
It is isolated and complex enough that it deserves attention all on its
own. It's also eminently reusable.
2016-09-30 19:42:41 -04:00
Andrew Gallant
b9d5f22a4d
Stopgap measure for projects with huge gitignore files.
...
This helps #134 by avoiding a slow regex execution path, but doesn't
actually fix the problem. Namely, we've gone from "so slow I'm not going
to keep waiting for rg to finish" to "wow that was slow but at least it
finished before I lost my patience."
2016-09-30 19:29:52 -04:00
Colin Kennedy
67bb4f040f
Make the repo a Homebrew Tap
2016-09-30 12:51:37 -05:00
Andrew Gallant
cee2f09a6d
Merge pull request #121 from lilydjwg/master
...
if --color always, always print with color, even when --vimgrep is given
2016-09-29 16:49:44 -04:00
Andrew Gallant
ced777e91f
Merge pull request #133 from akien-mga/pr-appveyor
...
AppVeyor: Change release description to fit Travis binaries
2016-09-29 09:35:44 -04:00
Rémi Verschelde
e9d9083898
AppVeyor: Change release description to fit Travis binaries
2016-09-29 15:29:59 +02:00
Andrew Gallant
46dff8f4be
Be better with short circuiting with --quiet.
...
It didn't make sense for --quiet to be part of the printer, because --quiet
doesn't just mean "don't print," it also means, "stop after the first
match is found." This needs to be wired all the way up through directory
traversal, and it also needs to cause all of the search workers to quit
as well. We do it with an atomic that is only checked with --quiet is
given.
Fixes #116 .
2016-09-28 20:50:50 -04:00