Commit f3e3b5e
committed
[anneal][v2] Add and integrate nix-built exocrate
- Add nix derivations for exocrate
- Add `setup` sub-command to locate-or-install exocrate
- Add integration test for "developer mode" `setup` that presumes local
exocrate archive
- Add github workflows to:
- Warm nix cache
- Locally link exocrate archive from nix, then run all tests
gherrit-pr-id: Gwhroikc5idscowxamayknlke2uiddzv31 parent 4f657b1 commit f3e3b5e
909 files changed
Lines changed: 390095 additions & 4 deletions
File tree
- .github/workflows
- anneal
- src
- v2
- src
- vendor
- aho-corasick
- .github
- workflows
- .vim
- src
- nfa
- packed
- teddy
- util
- anstream
- examples
- src
- adapter
- anstyle-parse
- examples
- src
- state
- anstyle-query
- examples
- src
- anstyle-wincon
- examples
- src
- anstyle
- examples
- src
- clap_builder
- src
- builder
- error
- output
- textwrap
- parser
- features
- matches
- util
- clap_derive
- src
- derives
- utils
- clap_lex
- src
- clap
- examples
- derive_ref
- tutorial_builder
- tutorial_derive
- typed-derive
- src
- _cookbook
- _derive
- bin
- colorchoice
- src
- env_filter
- src
- env_logger
- examples
- src
- fmt
- writer
- heck
- src
- is_terminal_polyfill
- src
- jiff-static
- src
- jiff
- src
- civil
- error
- fmt
- tz
- fmt
- friendly
- strtime
- temporal
- tz
- db
- bundled
- concatenated
- zoneinfo
- system
- windows
- util
- tests
- once_cell_polyfill
- src
- sync
- portable-atomic-util
- src
- tests
- portable-atomic
- src
- gen
- imp
- atomic128
- atomic64
- detect
- fallback
- float
- interrupt
- tests
- regex-automata
- src
- dfa
- hybrid
- meta
- nfa
- thompson
- util
- determinize
- prefilter
- unicode_data
- tests
- dfa
- onepass
- fuzz
- gen
- dense
- sparse
- hybrid
- meta
- nfa
- thompson
- backtrack
- pikevm
- regex-syntax
- benches
- src
- ast
- hir
- unicode_tables
- regex
- bench
- src
- regexset
- regex
- testdata
- tests
- strsim
- benches
- src
- tests
- utf8parse
- src
- tests
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
| |||
455 | 455 | | |
456 | 456 | | |
457 | 457 | | |
| 458 | + | |
| 459 | + | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
| 466 | + | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
| 484 | + | |
| 485 | + | |
| 486 | + | |
| 487 | + | |
| 488 | + | |
| 489 | + | |
| 490 | + | |
| 491 | + | |
| 492 | + | |
| 493 | + | |
| 494 | + | |
| 495 | + | |
| 496 | + | |
| 497 | + | |
| 498 | + | |
| 499 | + | |
| 500 | + | |
| 501 | + | |
| 502 | + | |
| 503 | + | |
| 504 | + | |
| 505 | + | |
| 506 | + | |
| 507 | + | |
| 508 | + | |
| 509 | + | |
| 510 | + | |
| 511 | + | |
| 512 | + | |
| 513 | + | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
| 525 | + | |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
| 544 | + | |
458 | 545 | | |
459 | 546 | | |
460 | 547 | | |
| |||
469 | 556 | | |
470 | 557 | | |
471 | 558 | | |
472 | | - | |
| 559 | + | |
473 | 560 | | |
474 | 561 | | |
475 | 562 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
0 commit comments