Commit graph

1948 commits

Author SHA1 Message Date
dependabot[bot]
b0c9ce0cdf
Bump insta from 1.18.2 to 1.19.0 (#734) 2022-08-28 13:29:07 +00:00
dependabot[bot]
53e1c476ba
Bump serde_json from 1.0.83 to 1.0.85 (#733) 2022-08-28 13:24:53 +00:00
dependabot[bot]
1dc6dd53e2
Bump lsp-types from 0.93.0 to 0.93.1 (#736) 2022-08-28 13:24:29 +00:00
Patrick Förster
7c14b7ec95 Do not watch the same directory multiple times
See #737.
2022-08-28 15:13:28 +02:00
Patrick Förster
df407caa5c Bump insta from 1.17.1 to 1.18.2 2022-08-17 22:09:46 +02:00
Patrick Förster
32caa069a3 Remove unused Cargo features 2022-08-17 21:56:35 +02:00
dependabot[bot]
561c05b994
Bump chrono from 0.4.20 to 0.4.22 (#728) 2022-08-17 19:39:00 +00:00
dependabot[bot]
0bb2d161f0
Bump notify from 5.0.0-pre.15 to 5.0.0-pre.16 (#727) 2022-08-17 19:35:47 +00:00
dependabot[bot]
45f2b84f82
Bump serde from 1.0.142 to 1.0.143 (#722) 2022-08-17 19:25:16 +00:00
dependabot[bot]
f01b6128f3
Bump once_cell from 1.13.0 to 1.13.1 (#731) 2022-08-17 19:25:00 +00:00
dependabot[bot]
7e292b3398
Bump clap from 3.2.16 to 3.2.17 (#729) 2022-08-17 19:24:52 +00:00
dependabot[bot]
ad63d03ba5
Bump anyhow from 1.0.59 to 1.0.62 (#732) 2022-08-17 19:24:43 +00:00
Patrick Förster
6c17d5e4e7 Log the command when executing forward search 2022-08-17 19:35:43 +02:00
Patrick Förster
18db6f5eff Do not treat links to packages as bidirectional
This commits fixes issues related to the project discovery where two
separate projects reference the same local package or document class.

See #679.
2022-08-17 19:33:12 +02:00
Patrick Förster
47d3d98239
Fix reloading when the file watcher reports a change (#730)
Fixes #724.
2022-08-17 18:07:21 +02:00
Patrick Förster
5f54ebbf94 Bump version to v4.2.1 2022-08-05 21:47:21 +02:00
Patrick Förster
ef678cfab2 Downgrade anyhow due to yanked version 2022-08-05 20:04:33 +02:00
dependabot[bot]
d3b48d32d5
Bump chrono from 0.4.20-rc.1 to 0.4.20 (#717) 2022-08-04 19:51:53 +00:00
dependabot[bot]
dda4818d02
Bump serde_repr from 0.1.8 to 0.1.9 (#714) 2022-08-04 19:46:55 +00:00
dependabot[bot]
a8c61f5c97
Bump serde from 1.0.140 to 1.0.142 (#715) 2022-08-04 19:35:28 +00:00
dependabot[bot]
5abff90390
Bump clap from 3.2.15 to 3.2.16 (#709) 2022-08-04 19:21:00 +00:00
dependabot[bot]
c64e69cd00
Bump insta from 1.17.0 to 1.17.1 (#710) 2022-08-04 19:20:43 +00:00
dependabot[bot]
00debdf57f
Bump anyhow from 1.0.58 to 1.0.60 (#713) 2022-08-04 19:20:35 +00:00
dependabot[bot]
f996f973c6
Bump serde_json from 1.0.82 to 1.0.83 (#716) 2022-08-04 19:20:10 +00:00
Patrick Förster
a536d08370 Update chrono crate 2022-07-29 19:40:06 +02:00
Patrick Förster
fb40798b97 Update changelog 2022-07-29 17:55:49 +02:00
Patrick Förster
570559d05d Copy both ".chktexrc" and "chktexrc" to temp dir
See #683.
2022-07-29 17:54:22 +02:00
Patrick Förster
3dd4ff68fb Test for less targets in CI 2022-07-28 21:24:08 +02:00
Patrick Förster
3eec105cc4 Create file watcher on main thread 2022-07-28 21:20:58 +02:00
Patrick Förster
888fb2f0d8 Run "cargo update" 2022-07-28 19:41:58 +02:00
dependabot[bot]
789d5ae607
Bump clap from 3.2.14 to 3.2.15 (#698) 2022-07-28 17:30:41 +00:00
dependabot[bot]
6446667efd
Bump human_name from 1.3.2 to 1.3.4 (#703) 2022-07-28 17:30:31 +00:00
dependabot[bot]
5bb29e81f4
Bump insta from 1.16.0 to 1.17.0 (#706) 2022-07-28 17:30:20 +00:00
Patrick Förster
d02b258b3c Use chktexrc directory if found when linting
Call ChkTeX from a parent directory if a chktexrc file can be found.
Otherwise, use the current method.

See #683.
2022-07-28 19:17:41 +02:00
Patrick Förster
6312ad8449 Always use server-side file watching
A lot of clients do not support this notification.

Also, watch the parent directory instead of only the file.

See #679.
2022-07-28 18:36:44 +02:00
Patrick Förster
e7906cfe85 Use current dir as fallback watch location
Watch the current working directory if no auxiliary directory is set.

See #679.
2022-07-28 18:16:43 +02:00
Patrick Förster
b175fcf903 Only trigger dependabot for direct dependencies 2022-07-28 18:10:09 +02:00
Patrick Förster
c186e91902 Fix parsing options when some values are missing
See #707.
2022-07-28 18:09:42 +02:00
Patrick Förster
b6373d5582 Re-add auxiliary directory to watch list 2022-07-28 17:27:03 +02:00
Patrick Förster
9a90183b07 Use notify for file watching if no client support
See #679.
2022-07-25 20:57:35 +02:00
Patrick Förster
170a854418 Fix working directory of ChkTeX 2022-07-24 09:08:35 +02:00
Patrick Förster
7ef53b5d1a Update dependencies using "cargo update" 2022-07-24 08:50:07 +02:00
dependabot[bot]
9b6335d84e
Bump regex from 1.5.6 to 1.6.0 (#668) 2022-07-15 11:20:14 +00:00
dependabot[bot]
a4e5f4eda6
Bump criterion-plot from 0.4.4 to 0.4.5 (#681) 2022-07-15 11:16:38 +00:00
dependabot[bot]
b27ca16dbc
Bump human_name from 1.0.3 to 1.0.5 (#682) 2022-07-15 11:16:25 +00:00
dependabot[bot]
213019144e
Bump rowan from 0.15.5 to 0.15.6 (#675) 2022-07-15 11:05:28 +00:00
dependabot[bot]
d70cdf517a
Bump plotters from 0.3.1 to 0.3.2 (#672) 2022-07-15 11:03:43 +00:00
dependabot[bot]
01b458bd88
Bump clap from 3.2.8 to 3.2.12 (#680) 2022-07-15 10:59:56 +00:00
dependabot[bot]
405c142419
Bump ucd-trie from 0.1.3 to 0.1.4 (#670) 2022-07-15 10:26:19 +00:00
dependabot[bot]
c2130177f8
Bump regex-syntax from 0.6.26 to 0.6.27 (#671) 2022-07-15 10:26:11 +00:00