anki/rslib
Soren Bjornstad a3a1f49be1 fix unanchored regex in bulk tag add routine
Previously, it was not possible to add a substring of an existing tag.
For example, with the tag "foobar", you could not add the tag "foo",
"bar" or "oob".

Because the match was unanchored, the regex checking whether the tag
already existed determined that the tag was present when it was not.
2020-08-28 16:21:23 -05:00
..
ftl catch timeout error 2020-08-21 19:03:23 +10:00
src fix unanchored regex in bulk tag add routine 2020-08-28 16:21:23 -05:00
templates migrate card stats to backend 2020-06-15 17:22:16 +10:00
tests/support fix missing newline in ftl files 2020-03-09 18:58:41 +10:00
.gitignore tweaking the folder names again 2020-01-03 07:48:38 +10:00
build.rs fix some clippy lints 2020-08-26 19:02:56 +10:00
Cargo.toml use commit hash in reqwests dependency 2020-08-26 18:50:25 +10:00
Makefile Also bump rslib version on make_check 2020-05-11 13:29:12 -03:00
README.md use support URL and point to source repo 2020-04-03 08:44:59 +10:00
rust-toolchain bump rust nightly version 2020-06-29 15:48:01 +10:00
rustfmt.toml tweaking the folder names again 2020-01-03 07:48:38 +10:00

To build from scratch, please see https://github.com/ankitects/anki