Mark
34d643ffb0
Add texlive2024 bundle ( #1230 )
2024-11-05 21:42:31 -08:00
rm-dr
68d14f1f31
Create subdir with bundle name
2024-10-14 21:30:35 -07:00
rm-dr
3ba50cefe8
Modify gitignore
2024-10-14 21:30:35 -07:00
rm-dr
51ddb24096
Added `texlive2024-0312` bundle
2024-10-14 21:30:31 -07:00
Stéphane Kastenbaum
d1ee37974a
Add synctex option in Toml file ( #1197 )
...
Authored by: Stéphane Kastenbaum <stephane.kastenbaum@inria.fr>
2024-10-14 21:28:19 -07:00
rm-dr
8570e0be55
Fix swapped logging bug
2024-10-14 20:42:51 -07:00
Mark
51e179f742
Bundle rework ( #1218 )
2024-09-20 17:50:59 -07:00
rm-dr
a5e34160d4
Docs
2024-09-20 09:24:13 -07:00
rm-dr
9bc1d9648a
Fix tests, remove outdated test
2024-09-20 09:24:13 -07:00
rm-dr
feff1e219f
Tweak cli args
2024-09-20 09:24:13 -07:00
rm-dr
b6b3485a0a
Bundle crate rewrite
2024-09-20 09:24:13 -07:00
rm-dr
ed60761808
Added `bundles` directory
2024-09-20 09:24:13 -07:00
rm-dr
bab45fc1eb
Added `bundle create`
2024-09-20 09:24:13 -07:00
Mark
ac15f72f49
Merge pull request #1151
2024-09-20 09:15:42 -07:00
Mark
78c53c07e1
Generate shell completions for `nextonic`
2024-09-19 17:03:11 -07:00
Mark
87a2aad54a
Merge pull request #1106 from rm-dr/extrapaths
...
Extra paths for shared resources
2024-09-18 22:18:30 -07:00
rm-dr
d2fa8b33d6
Clippy
2024-09-18 21:59:39 -07:00
rm-dr
1bce332572
Added `extra_paths` document option
2024-09-18 21:33:21 -07:00
Bryan Lai
c0e57c0d2f
Generate shell completions for `nextonic`
...
This is achieved with clap_complete.
The current v1 & v2 cli mixture makes it a bit difficult to offer
clean completions for the `tectonic` command, so for now we only
target the `nextonic` command exclusively for the v2 cli.
2024-08-21 12:05:31 +08:00
Rune Tynan
82484dbbfd
Merge pull request #1210 from CraftSpider/ci-test
...
Update macos CI version to macos-12
2024-08-09 15:33:22 -07:00
Rune Tynan
eafebe6f73
Fix macos version
2024-08-09 14:42:17 -07:00
Rune Tynan
f392f760bb
Merge pull request #1202 from winstxnhdw/master
...
fix: use c++ 17
2024-08-07 20:10:21 -07:00
winstxnhdw
513caa0033
fix(clippy): use more efficient cloning
2024-06-27 16:16:01 +08:00
winstxnhdw
7c664fd6e2
fix(clippy): remove unnecessary borrow
2024-06-27 15:17:10 +08:00
winstxnhdw
c6f5bc3862
fix(clippy): remove unnecessary `to_string()`
2024-06-27 15:16:54 +08:00
winstxnhdw
0f3660747c
fix(clippy): ignore `cfg(backtrace)`
2024-06-27 05:07:40 +08:00
winstxnhdw
3f1de80260
fix(clippy): clone `out_path`
2024-06-27 05:06:35 +08:00
winstxnhdw
63ce5e54b0
fix(clippy): remove unnecessary `to_string()`
2024-06-27 05:03:23 +08:00
winstxnhdw
cf48f48ae9
fix(clippy): annotate `transmute`
2024-06-27 05:02:56 +08:00
winstxnhdw
3eb7fba0b7
fix(clippy): silence intended unknown profile
2024-06-27 04:55:29 +08:00
winstxnhdw
1c582841c6
fix(clippy): avoid unnecessary borrow
2024-06-27 04:55:07 +08:00
winstxnhdw
cdb3d7e1b6
fix(clippy): simplify `contains`
2024-06-27 04:54:50 +08:00
winstxnhdw
88b4eb6b3f
fix(clippy): implement idiomatic `Display` instead
2024-06-27 04:10:39 +08:00
winstxnhdw
6b49ca8db4
build/fix: update `time`
2024-06-27 02:39:22 +08:00
Winston H
d260961426
fix: use c++ 17
2024-06-26 07:05:10 +08:00
Rune Tynan
19654bf152
Merge pull request #1179 from CraftSpider/output-tests
...
Add more tex-output tests
2024-04-17 14:59:43 -07:00
Rune Tynan
3037b2c1f4
Also disable on i686 for now
2024-04-17 13:46:11 -07:00
Rune Tynan
eace810da6
Disable utf8 chars on external harfbuzz
2024-04-16 22:31:02 -07:00
Rune Tynan
ba3b523107
Fix name
2024-04-16 20:47:16 -07:00
Rune Tynan
0fdb39a4a6
Add graphite tests, make Graphite work correctly in more cases
2024-04-16 20:47:15 -07:00
CraftSpider
5fdeae3014
Add failing test for arXiv issue
2024-04-16 20:47:14 -07:00
CraftSpider
0c709b052f
Add failing test for remaining arxiv failures
2024-04-16 20:47:11 -07:00
Rune Tynan
1520823c49
Merge pull request #1180 from CraftSpider/better-tests
...
Improve testing infrastructure
2024-04-16 20:42:04 -07:00
Rune Tynan
da5d19070f
Merge pull request #1182 from Yoz0/master
...
Create parent directories before writing files
2024-04-16 16:49:34 -07:00
Stéphane Kastenbaum
067c3df3bf
Create parent directories before writing files
...
Fixes #1027
tectonic did not create the subdirectories when using
--keep-intermediates, now it creates them everytime.
2024-04-08 15:11:38 +02:00
Rune Tynan
1f0fdc2e7c
Add tests for DefinitelySame
2024-04-05 16:21:53 -07:00
Mark
a451f97084
Merge pull request #1170 from CraftSpider/update-deps
...
Update remaining out-of-date dependencies
2024-04-01 07:27:06 -07:00
Rune Tynan
c88c671fc1
Fix executable typo
2024-03-31 14:37:51 -07:00
Rune Tynan
265133751b
Ignore watch test even on normal kcov run
2024-03-31 13:37:59 -07:00
Rune Tynan
369fa34046
Fix trip/etrip
2024-03-30 22:06:57 -07:00