Skip to content

Properly test code on oldest supported rust version - #51

Merged
spacekookie merged 1 commit into
masterfrom
improving-travis
Oct 4, 2018
Merged

spacekookie merged 1 commit into
masterfrom
improving-travis

Conversation

@spacekookie

Copy link
Copy Markdown
Collaborator

This PR fixes #28. We don't currently verify human-panic
properly works anymore. So this adds running tests on the
oldest version we support (which is 1.25.*)

@killercup killercup left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can also add 1.25.0 as another item in the list with stable and beta at the top

@spacekookie
spacekookie force-pushed the improving-travis branch 2 times, most recently from 357bba9 to 2371645 Compare October 4, 2018 18:06
This PR fixes #28. We don't currently verify `human-panic`
properly works anymore. So this adds running tests on the
oldest version we support (which is 1.25.*)
@spacekookie
spacekookie merged commit d7095dd into master Oct 4, 2018
@spacekookie
spacekookie deleted the improving-travis branch October 4, 2018 20:34
epage pushed a commit that referenced this pull request Sep 12, 2026
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [prek](https://redirect.github.com/j178/prek) | patch | `0.3.5` →
`0.3.6` |

---

### Release Notes

<details>
<summary>j178/prek (prek)</summary>

###
[`v0.3.6`](https://redirect.github.com/j178/prek/blob/HEAD/CHANGELOG.md#036)

[Compare
Source](https://redirect.github.com/j178/prek/compare/v0.3.5...v0.3.6)

Released on 2026-03-16.

##### Enhancements

- Allow selectors for hook ids containing colons
([#&#8203;1782](https://redirect.github.com/j178/prek/pull/1782))
- Rename `prek install-hooks` to `prek prepare-hooks` and `prek install
--install-hooks` to `prek install --prepare-hooks`
([#&#8203;1766](https://redirect.github.com/j178/prek/pull/1766))
- Retry auth-failed repo clones with terminal prompts enabled
([#&#8203;1761](https://redirect.github.com/j178/prek/pull/1761))

##### Performance

- Optimize `detect_private_key` by chunked reading and using
aho-corasick
([#&#8203;1791](https://redirect.github.com/j178/prek/pull/1791))
- Optimize `fix_byte_order_marker` by shifting file contents in place
([#&#8203;1790](https://redirect.github.com/j178/prek/pull/1790))

##### Bug fixes

- Align stage defaulting behavior with pre-commit
([#&#8203;1788](https://redirect.github.com/j178/prek/pull/1788))
- Make sure child output is drained in the PTY subprocess
([#&#8203;1768](https://redirect.github.com/j178/prek/pull/1768))
- fix(golang): use `GOTOOLCHAIN=local` when probing system go
([#&#8203;1797](https://redirect.github.com/j178/prek/pull/1797))

##### Documentation

- Disambiguate “hook” terminology by renaming "Git hooks" to "Git shims"
([#&#8203;1776](https://redirect.github.com/j178/prek/pull/1776))
- Document compatibility with pre-commit
([#&#8203;1767](https://redirect.github.com/j178/prek/pull/1767))
- Update configuration.md with TOML 1.1 notes
([#&#8203;1764](https://redirect.github.com/j178/prek/pull/1764))

##### Other changes

- Sync latest identify tags
([#&#8203;1798](https://redirect.github.com/j178/prek/pull/1798))

##### Contributors

- [@&#8203;github-actions](https://redirect.github.com/github-actions)
- [@&#8203;j178](https://redirect.github.com/j178)
- [@&#8203;pcastellazzi](https://redirect.github.com/pcastellazzi)
- [@&#8203;deadnews](https://redirect.github.com/deadnews)
-
[@&#8203;copilot-swe-agent](https://redirect.github.com/copilot-swe-agent)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - Every minute ( * * * * * ) (UTC),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR is behind base branch, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/epage/_rust).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My42Ni40IiwidXBkYXRlZEluVmVyIjoiNDMuNjYuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI doesn't validate human-panic still works with oldest supported rust version

2 participants