Martin Nordholts
fe08de846d
CICD: Code Coverage: Disable for now
2021-01-06 22:34:03 +01:00
Martin Nordholts
78aed2cb69
CICD: Remove use-cross when host == target
2021-01-06 20:05:53 +01:00
Martin Nordholts
939a6a5f4d
CICD: Remove duplicate set-output calls ( #1479 )
...
The ::set-output syntax is the correct one according to
https://docs.github.com/en/free-pro-team@latest/actions/reference/workflow-commands-for-github-actions#setting-an-output-parameter ,
so remove duplicates without that syntax.
2021-01-06 12:30:34 +01:00
Martin Nordholts
caf0743811
CICD: Code Coverage: Use matrix.job.toolchain directly
...
No need for complicated var and set-output logic when we can simply use
matrix.job.toolchain directly.
2021-01-06 11:58:31 +01:00
sharkdp
8381945cb5
Update formatting
2021-01-03 21:18:54 +01:00
David Peter
2046b47739
Move "diagnostics" part to the bottom of the bug report template
2021-01-03 21:16:56 +01:00
Janek
0c302f088a
Update bug_report.md
2021-01-03 21:16:56 +01:00
Janek
a41db63907
Update bug_report.md
2021-01-03 21:16:56 +01:00
Janek
3573c48e98
bug_report.md: improve wording
2021-01-03 21:16:56 +01:00
Janek
e94980bfd0
bug_report.md: move environment prompt back up
2021-01-03 21:16:56 +01:00
Janek
5422982207
Update bug_report.md
2021-01-03 21:16:56 +01:00
Martin Nordholts
c0d945c0ac
Allow clippy::style lints
...
Turns out GitHub is clever enough to pick up clippy warnings from us
just running it, and showing them in PRs under a "Unchanged files with
check annotations (beta)" header.
The only warnings currently shown are style warnings, and we agreed we
don't want to risk putting off contributors over style issues. So
explicitly allow (don't warn in the logs for) this category of clippy
lints.
This means that the only clippy categories left that prints warnings
(Warn) are:
clippy::complexity
clippy::perf
And the only category of lints that fails the CI build (Deny) remains to
be:
clippy::correctness
See https://rust-lang.github.io/rust-clippy/master/index.html for a
catalog of all lints.
2020-12-30 11:46:56 +01:00
Martin Nordholts
2765c6ba3b
clippy: Only enforce 'correctness' lints, just print the rest
...
Only the 'correctness' category of lints are 'deny' by default. This is
the only clippy lints we want to enforce for now. The other ones we just
want to print in the logs. So remove any --deny and --allow arguments.
See discussion in #1410 .
2020-12-28 14:22:56 +01:00
Martin Nordholts
28f3f3c9c9
Add Clippy linter step to CICD
...
Run the linter on the minimum supported rust version; otherwise we will
get lint warnings for things that require a too high Rust toolchain
version to fix.
Allow the following checks, since we already violate them our code:
- clippy::new-without-default
- clippy::match-bool
- clippy::if_same_then_else
Eventually we should fix these lint issues and then disallow them to
prevent them from coming back in other places.
The clippy args used is recommended here:
https://github.com/rust-lang/rust-clippy#travis-ci
2020-12-28 14:22:56 +01:00
chris48s
c1e4746d50
change docs dir name to match package name
...
i.e: docs for bat-musl go in /usr/share/doc/bat-musl
not /usr/share/doc/bat
2020-12-21 09:23:56 +01:00
chris48s
8331eec7fc
include changelog in package
...
in line with debian changelog/release notes guidance
https://www.debian.org/doc/debian-policy/ch-docs.html#changelog-files-and-release-notes
resolves changelog-file-missing-in-native-package
https://lintian.debian.org/tags/changelog-file-missing-in-native-package.html
2020-12-21 09:23:56 +01:00
chris48s
0547068ed0
include years in copyright notice
...
This brings the copyright notice into line with the expected format
resolves copyright-without-copyright-notice
https://lintian.debian.org/tags/copyright-without-copyright-notice.html
2020-12-21 09:23:56 +01:00
chris48s
18d8389785
ensure copyright is mode 644
...
resolves non-standard-file-perm
https://lintian.debian.org/tags/non-standard-file-perm.html
2020-12-21 09:23:56 +01:00
chris48s
165d25d941
remove leading article from description
...
resolves description-synopsis-starts-with-article
https://lintian.debian.org/tags/description-synopsis-starts-with-article.html
2020-12-21 09:23:56 +01:00
chris48s
c4fb77b042
invoke gzip with -n
...
resolves package-contains-timestamped-gzip
https://lintian.debian.org/tags/package-contains-timestamped-gzip.html
2020-12-21 09:23:56 +01:00
chris48s
d124ebeced
only try to publish one set of archives/packages for linux x64
2020-11-29 11:10:37 +01:00
David Peter
277cc5fa21
Revert "invoke gzip with -n"
...
This reverts commit 21de52ebea
.
2020-11-23 14:32:30 +01:00
David Peter
0cbd7d583c
Revert "remove leading article from description"
...
This reverts commit 7c730d11c3
.
2020-11-23 14:32:30 +01:00
David Peter
3c3fc92863
Revert "ensure copyright is mode 644"
...
This reverts commit 4a6b4fb632
.
2020-11-23 14:32:30 +01:00
David Peter
e69d650598
Revert "include years in copyright notice"
...
This reverts commit 9f91a7d797
.
2020-11-23 14:32:30 +01:00
David Peter
9385c81882
Revert "include changelog in package"
...
This reverts commit 1d4cee11b7
.
2020-11-23 14:32:30 +01:00
David Peter
1b84f9f1ae
Revert "add Depends line"
...
This reverts commit 883cc964ae
.
2020-11-23 14:32:30 +01:00
David Peter
d879fbd8a1
Revert "change docs dir name to match package name"
...
This reverts commit e4370d8d3f
.
2020-11-23 14:32:30 +01:00
Janek
2b82203041
Update bug_report.md
2020-11-06 21:45:25 +01:00
sharkdp
9dd807344c
Ignore 'all_themes_are_present' unit test by default
2020-10-25 08:18:55 +01:00
谭九鼎
e31e35c46b
CI: use checkout v2
2020-10-03 13:13:40 +02:00
Kienyew
2d1a92b7cc
Fix zsh completion path
2020-10-01 22:09:59 +02:00
Kienyew
d9e8bbcb10
Handle zsh completion when packaging
2020-09-14 11:28:09 +02:00
chris48s
e4370d8d3f
change docs dir name to match package name
...
i.e: docs for bat-musl go in /usr/share/doc/bat-musl
not /usr/share/doc/bat
2020-08-12 06:47:58 +02:00
chris48s
883cc964ae
add Depends line
...
Use dpkg-shlibdeps to work out shared library dependencies
and include them in a "Depends:" line
resolves missing-depends-line
https://lintian.debian.org/tags/missing-depends-line.html
2020-08-12 06:47:58 +02:00
chris48s
1d4cee11b7
include changelog in package
...
in line with debian changelog/release notes guidance
https://www.debian.org/doc/debian-policy/ch-docs.html#changelog-files-and-release-notes
resolves changelog-file-missing-in-native-package
https://lintian.debian.org/tags/changelog-file-missing-in-native-package.html
2020-08-12 06:47:58 +02:00
chris48s
9f91a7d797
include years in copyright notice
...
This brings the copyright notice into line with the expected format
resolves copyright-without-copyright-notice
https://lintian.debian.org/tags/copyright-without-copyright-notice.html
2020-08-12 06:47:58 +02:00
chris48s
4a6b4fb632
ensure copyright is mode 644
...
resolves non-standard-file-perm
https://lintian.debian.org/tags/non-standard-file-perm.html
2020-08-12 06:47:58 +02:00
chris48s
7c730d11c3
remove leading article from description
...
resolves description-synopsis-starts-with-article
https://lintian.debian.org/tags/description-synopsis-starts-with-article.html
2020-08-12 06:47:58 +02:00
chris48s
21de52ebea
invoke gzip with -n
...
resolves package-contains-timestamped-gzip
https://lintian.debian.org/tags/package-contains-timestamped-gzip.html
2020-08-12 06:47:58 +02:00
sharkdp
9110b00e2e
Rebuild bat with new assets
2020-08-03 15:59:53 +02:00
sharkdp
49370e2175
Add CI job
2020-08-03 15:59:53 +02:00
sharkdp
9e0fab16ff
Fix here-doc indentation, part 2
2020-08-02 21:51:23 +02:00
sharkdp
a9af4f4ca1
Fix spelling of LICENSE
2020-08-02 21:51:23 +02:00
sharkdp
96d682ca49
Use ansi-dark theme in GA output
2020-08-02 21:51:23 +02:00
sharkdp
7056bea9e0
Add list of languages/themes
2020-08-02 21:51:23 +02:00
sharkdp
63e13d8e54
Colored output
2020-08-02 21:51:23 +02:00
sharkdp
81587b3578
Add checks for all feature combinations
2020-08-02 21:51:23 +02:00
sharkdp
663c7cf1d7
Add bat test run
2020-08-02 21:51:23 +02:00
sharkdp
8705d018fd
Fix here-doc indentation
2020-08-02 21:51:23 +02:00
sharkdp
8c33a32256
Add old copyright, control files; add man page and autocompletions
2020-08-02 21:51:23 +02:00
sharkdp
37a720be06
Use recursive checkout
2020-08-02 21:51:23 +02:00
sharkdp
aacbdcfc44
Add --path argument
2020-08-02 21:51:23 +02:00
sharkdp
794f3d08f4
Remove --release argument
2020-08-02 21:51:23 +02:00
sharkdp
3147f0536a
Add job to run tests with new syntaxes/themes
2020-08-02 21:51:23 +02:00
sharkdp
42de486e94
Adapt job step names
2020-08-02 21:51:23 +02:00
sharkdp
54c9d7cdb2
Remove unneeded i586-* jobs
2020-08-02 21:51:23 +02:00
sharkdp
4b65e6e443
Change MinSRV => Minimum supported Rust version
2020-08-02 21:51:23 +02:00
sharkdp
5a6c65c589
Disable code-coverage comments
2020-08-02 21:51:23 +02:00
Roy Ivy III
698a6b5acf
Maint/CICD ~ GHA - add additional linux builds and packaging support
2020-06-03 09:13:47 +02:00
Roy Ivy III
7a51c7fd30
Maint/CICD ~ GHA - disable windows-gnu builds with unresolvable linker errors
...
- `undefined reference to `_imp____acrt_iob_func'`
- ref: <https://github.com/rust-lang/rust/issues/68887#issuecomment-615877016 >
- ref: <https://users.rust-lang.org/t/linking-with-gcc-failed-exit-code-1/34124 >
- ref: <https://www.gitmemory.com/issue/rust-lang/rust/47048/530376978 >
- ref: <https://sourceforge.net/p/mingw-w64/mailman/mingw-w64-public/?limit=250&page=7 >
2020-06-03 09:13:47 +02:00
Roy Ivy III
7c3e9f81cb
Maint/CI ~ add GitHub-Actions CI (aka GHA)
2020-06-03 09:13:47 +02:00
sharkdp
9a9902bf9b
Remove custom .github settings
2020-03-16 07:54:55 +01:00
sharkdp
3c1dd8558d
Update links
2020-03-15 12:03:25 +01:00
Ethan P
b63f31e15d
Fix broken link in issue template.
2020-03-03 13:09:31 -08:00
sharkdp
4ac3161c19
Rename label syntax-request
2020-02-28 09:47:27 +01:00
sharkdp
d479e07bcb
Rename label
2020-02-28 09:46:33 +01:00
sharkdp
369ba7bb0a
Remove title prefix (we already have labels for that)
2020-02-28 09:39:38 +01:00
sharkdp
9df85edc4c
Add 'question' template
2020-02-28 09:36:46 +01:00
David Peter
d007caf39c
Add simple "Feature request" template
2020-02-28 09:32:47 +01:00
sharkdp
7d453dfdc5
Simplify issue templates
2020-02-28 09:30:28 +01:00
Ethan P
993b76654d
Change bug_report template to accomodate info.sh output
2020-02-28 08:03:13 +01:00
Ethan P
39d9343a7d
Change a word in bug_report.md
2020-02-28 08:03:13 +01:00
Ethan P
5faf7ca158
Change ISSUE_TEMPLATE files based on feedback in #837
2020-02-28 08:03:13 +01:00
Ethan P
63f6343cf1
Add issue templates
2020-02-28 08:03:13 +01:00
David Peter
f46123e149
Add sponsor links as an experiment :-)
2019-10-07 19:43:36 +02:00