clash-lang / clash-compiler

Haskell to VHDL/Verilog/SystemVerilog compiler
https://clash-lang.org/
Other
1.43k stars 151 forks source link

Fix misleading `vecToTuple` documentation (copy #2687) #2688

Closed mergify[bot] closed 7 months ago

mergify[bot] commented 7 months ago

This is an automatic copy of pull request #2687 done by Mergify. Cherry-pick of b9212126339fe3a587c4f4d701bb7a87e73ef3a7 has failed:

On branch mergify/copy/1.8/pr-2687
Your branch is up to date with 'origin/1.8'.

You are currently cherry-picking commit b92121263.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Unmerged paths:
  (use "git add/rm <file>..." as appropriate to mark resolution)
    deleted by us:   changelog/2024-02-27T20_43_27+01_00_add_vecToTuple
    deleted by us:   clash-prelude/src/Clash/Sized/Vector/ToTuple.hs

no changes added to commit (use "git add" and/or "git commit -a")

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally


Mergify commands and options
More conditions and actions can be found in the [documentation](https://docs.mergify.com/). You can also trigger Mergify actions by commenting on this pull request: - `@Mergifyio refresh` will re-evaluate the rules - `@Mergifyio rebase` will rebase this PR on its base branch - `@Mergifyio update` will merge the base branch into this PR - `@Mergifyio backport ` will backport this PR on `` branch Additionally, on Mergify [dashboard](https://dashboard.mergify.com) you can: - look at your merge queues - generate the Mergify configuration with the config editor. Finally, you can contact us on https://mergify.com
mergify[bot] commented 7 months ago

Cherry-pick of b9212126339fe3a587c4f4d701bb7a87e73ef3a7 has failed:

On branch mergify/copy/1.8/pr-2687
Your branch is up to date with 'origin/1.8'.

You are currently cherry-picking commit b92121263.
  (fix conflicts and run "git cherry-pick --continue")
  (use "git cherry-pick --skip" to skip this patch)
  (use "git cherry-pick --abort" to cancel the cherry-pick operation)

Unmerged paths:
  (use "git add/rm <file>..." as appropriate to mark resolution)
    deleted by us:   changelog/2024-02-27T20_43_27+01_00_add_vecToTuple
    deleted by us:   clash-prelude/src/Clash/Sized/Vector/ToTuple.hs

no changes added to commit (use "git add" and/or "git commit -a")

To fix up this pull request, you can check it out locally. See documentation: https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/reviewing-changes-in-pull-requests/checking-out-pull-requests-locally

martijnbastiaan commented 7 months ago

Piggy-backed to https://github.com/clash-lang/clash-compiler/pull/2685