Commit graph

72 commits

Author SHA1 Message Date
dependabot[bot]
540b33a251
Bump libc from 0.2.173 to 0.2.174 (#1424) 2025-06-24 18:50:08 +00:00
dependabot[bot]
64c0c3ba53
Bump thiserror from 2.0.11 to 2.0.12 (#1416) 2025-06-14 09:37:58 +00:00
dependabot[bot]
8a6117f9f5
Bump libc from 0.2.171 to 0.2.173 (#1413) 2025-06-14 09:33:32 +00:00
Patrick Förster
6d1a8cb0be
Handle local TEXINPUTS in latexmkrc (#1377)
Extract the context provided by latexmkrc to infer additions to TEXINPUTS and BIBINPUTS.

Fixes #1369.
2025-06-14 10:52:37 +02:00
dependabot[bot]
fbb1b74781
Bump bstr from 1.11.3 to 1.12.0 (#1385) 2025-06-14 08:51:18 +00:00
dependabot[bot]
60a3a72a4f
Bump libc from 0.2.169 to 0.2.171 (#1363) 2025-04-07 19:40:48 +00:00
dependabot[bot]
f56d66a11c
Bump libc from 0.2.167 to 0.2.169 (#1300) 2025-01-18 21:51:05 +00:00
dependabot[bot]
99fbc73536
Bump thiserror from 2.0.3 to 2.0.11 (#1308) 2025-01-18 21:39:56 +00:00
dependabot[bot]
3f78c820fa
Bump bstr from 1.11.0 to 1.11.3 (#1306) 2025-01-18 21:39:19 +00:00
Johannes Altmanninger
0532115ce4
Improve error message when build.executable doesn't exist (#1303)
texlab outputs on standard error:

	ERROR - Failed to compile document "file:///path/to/test.tex":
	Unable to run compiler: No such file or directory (os error 2)

which is confusing because the actual issue is that "latexmk" was
not found.  Fix that by adding the program name.  This might not be
as appropriate for all possible io::Error kinds but it's probably
useful for a few of them.
2024-12-31 16:25:59 +01:00
dependabot[bot]
24f3e1293f
Bump libc from 0.2.162 to 0.2.167 (#1283) 2024-12-03 19:04:42 +00:00
dependabot[bot]
08389f1c33
Bump bstr from 1.10.0 to 1.11.0 (#1274) 2024-12-03 18:58:06 +00:00
dependabot[bot]
745054c7fb
Bump libc from 0.2.161 to 0.2.162 (#1268) 2024-11-11 19:20:12 +00:00
dependabot[bot]
b61ad1cb85
Bump thiserror from 1.0.64 to 2.0.3 (#1270) 2024-11-11 19:19:08 +00:00
dependabot[bot]
d896db48fc
Bump libc from 0.2.159 to 0.2.161 (#1245) 2024-10-26 08:17:53 +00:00
Patrick Förster
c64a8e73f1
Fix opening untitled documents (#1243) 2024-10-23 19:20:56 +02:00
dependabot[bot]
1b74f407c4
Bump thiserror from 1.0.63 to 1.0.64 (#1218) 2024-10-07 07:58:13 +00:00
dependabot[bot]
e7df402b4a
Bump libc from 0.2.158 to 0.2.159 (#1225) 2024-10-07 07:57:40 +00:00
dependabot[bot]
e5eadcd79a
Bump libc from 0.2.155 to 0.2.158 (#1206) 2024-09-15 08:48:51 +00:00
Patrick Förster
6fe748c11c
Use workspace dependencies (#1184) 2024-08-11 13:15:58 +02:00
dependabot[bot]
c457213b5c
Bump thiserror from 1.0.61 to 1.0.63 (#1172) 2024-08-10 08:33:55 +00:00
dependabot[bot]
71ec2753f4
Bump bstr from 1.9.1 to 1.10.0 (#1174) 2024-08-10 07:21:27 +00:00
dependabot[bot]
491459e791
Bump rustc-hash from 1.1.0 to 2.0.0 (#1157) 2024-07-06 07:33:26 +00:00
Patrick Förster
27625c96c8
Use LaTeX file list in project detection (#1160)
Adds a parser for the .fls file that lists the working directory and all files processed during compilation. This can aid as a fallback when the regular syntax-based project detection fails due to macro definitions.
2024-07-06 09:29:30 +02:00
dependabot[bot]
3bd11378f2
Bump crossbeam-channel from 0.5.12 to 0.5.13 (#1156) 2024-07-04 18:30:03 +00:00
dependabot[bot]
d20804db39
Bump log from 0.4.21 to 0.4.22 (#1151) 2024-06-30 07:39:53 +00:00
dependabot[bot]
fafc8df16b
Bump itertools from 0.12.1 to 0.13.0 (#1143) 2024-06-29 18:44:39 +00:00
dependabot[bot]
e0ca0b7620
Bump thiserror from 1.0.59 to 1.0.61 (#1137) 2024-06-15 18:02:54 +00:00
dependabot[bot]
1888c08f6d
Bump libc from 0.2.154 to 0.2.155 (#1134) 2024-05-27 16:37:35 +00:00
dependabot[bot]
d5711f0e3c
Bump anyhow from 1.0.82 to 1.0.86 (#1127) 2024-05-21 18:41:08 +00:00
dependabot[bot]
05471b2481
Bump libc from 0.2.153 to 0.2.154 (#1116) 2024-05-10 17:31:07 +00:00
Patrick Förster
fb78a16541
Fix clippy warnings (#1113) 2024-05-10 18:41:45 +02:00
Patrick Förster
025242be9d
Fix "needless borrow" clippy warnings (#1112) 2024-05-10 18:06:46 +02:00
dependabot[bot]
fa06014e9a
Bump thiserror from 1.0.58 to 1.0.59 (#1103) 2024-05-01 09:42:56 +00:00
dependabot[bot]
b09e46ebc8
Bump anyhow from 1.0.81 to 1.0.82 (#1089) 2024-04-28 07:31:03 +00:00
dependabot[bot]
68a30e8996
Bump itertools from 0.12.0 to 0.12.1 (#1073) 2024-04-20 20:16:09 +00:00
dependabot[bot]
5f69f52bf8
Bump expect-test from 1.4.1 to 1.5.0 (#1074) 2024-04-20 20:13:25 +00:00
dependabot[bot]
cf38287e2c
Bump anyhow from 1.0.75 to 1.0.81 (#1068) 2024-03-31 08:10:46 +00:00
dependabot[bot]
4ed7b69d34
Bump bstr from 1.9.0 to 1.9.1 (#1059) 2024-03-30 09:40:58 +00:00
dependabot[bot]
74309132b2
Bump crossbeam-channel from 0.5.11 to 0.5.12 (#1049) 2024-03-23 13:46:15 +00:00
dependabot[bot]
f854787063
Bump thiserror from 1.0.57 to 1.0.58 (#1051) 2024-03-23 13:45:53 +00:00
Patrick Förster
da243204ca
Improve project detection algorithm (#1035)
- Improve support for `Tectonic.toml` projects
- Cache project detection results between LSP requests
2024-03-17 09:53:05 +01:00
dependabot[bot]
8cc589984b
Bump log from 0.4.20 to 0.4.21 (#1036) 2024-03-16 09:00:56 +00:00
dependabot[bot]
3871819ea8
Bump thiserror from 1.0.56 to 1.0.57 (#1037) 2024-03-16 08:56:15 +00:00
dependabot[bot]
a7aa9b3a67
Bump libc from 0.2.150 to 0.2.153 (#1013) 2024-02-18 08:22:45 +00:00
dependabot[bot]
258ff9a45f
Bump bstr from 1.8.0 to 1.9.0 (#1002) 2024-01-28 08:11:13 +00:00
dependabot[bot]
be8d0200c0
Bump crossbeam-channel from 0.5.8 to 0.5.11 (#993) 2024-01-20 10:05:19 +00:00
dependabot[bot]
9f08700129
Bump thiserror from 1.0.50 to 1.0.56 (#994) 2024-01-20 10:04:59 +00:00
dependabot[bot]
1affbbeaf2
Bump rowan from 0.15.13 to 0.15.15 (#982) 2024-01-09 19:58:04 +00:00
Patrick Förster
363edbb35c
Add additional log statements for forward search (#988) 2024-01-09 20:52:30 +01:00