-
Notifications
You must be signed in to change notification settings - Fork 13.3k
package.el rust-mode (update) #3196
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Closed
Closed
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Thanks! Rebased again and pushed to incoming. |
Great! |
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this pull request
Dec 3, 2023
explain tests that disable the provenance GC
celinval
pushed a commit
to celinval/rust-dev
that referenced
this pull request
Jun 4, 2024
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from `bd37960` to `f5d9d74`. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/aws/s2n-quic/commit/f5d9d747805de846181536ecc2c0a6754a98e9ea"><code>f5d9d74</code></a> build(deps): bump JamesIves/github-pages-deploy-action (<a href="https://redirect.github.com/aws/s2n-quic/issues/2183">#2183</a>)</li> <li><a href="https://github.com/aws/s2n-quic/commit/02a47b7fd4094f1eea7d9bd6f74f34ad9b19ce71"><code>02a47b7</code></a> feat(s2n-quic): unstable dc provider (<a href="https://redirect.github.com/aws/s2n-quic/issues/2210">#2210</a>)</li> <li><a href="https://github.com/aws/s2n-quic/commit/919ae6aa61f7f276a640bef9dd506ef2e0d13668"><code>919ae6a</code></a> feat(s2n-quic-tls, s2n-quic-rustls): pass <code>fips</code> flag to tls backend (<a href="https://redirect.github.com/aws/s2n-quic/issues/2209">#2209</a>)</li> <li><a href="https://github.com/aws/s2n-quic/commit/30ef24c8947b43832492a92828bf9b62f3b55c76"><code>30ef24c</code></a> feat(s2n-quic-core): add buffer::Deque implemention (<a href="https://redirect.github.com/aws/s2n-quic/issues/2207">#2207</a>)</li> <li>See full diff in <a href="https://github.com/aws/s2n-quic/compare/bd37960965d5bc8ab9990dc400c886a7a83fb57e...f5d9d747805de846181536ecc2c0a6754a98e9ea">compare view</a></li> </ul> </details> <br /> Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) </details> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Zyad Hassan <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
follow-up from #3187
It is now tested with Marmalade and I will also submit the recipes to melpa once its pushed here since I need to reference a repo/path from it.
I also took the liberty to update the readme with some instructions since the cm-mode dependency requires some trickery with
advices
so that rust-mode.el knows where to find cm-mode when compiling.I pushed both packages on Marmalade, you can see them here http://marmalade-repo.org/packages/rust-mode http://marmalade-repo.org/packages/cm-mode, I will need to transfer ownership or at least add another more official owner at some point I guess.
I also added Mozilla in the Authors meta data, let me know if that needs to be changed.
Note: This push request includes the commits you rebased already.