Skip to content
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

Hermit: Remove floor symbol #107970

Merged
merged 1 commit into from
Feb 13, 2023
Merged

Hermit: Remove floor symbol #107970

merged 1 commit into from
Feb 13, 2023

Conversation

mkroening
Copy link
Contributor

@mkroening mkroening commented Feb 12, 2023

This symbol should be provided by Hermit.

It was introduced in 2019 (#65167). Since 2020, Hermit provides these math functions on its own (hermit-os/hermit-rs#37). I think forgetting to move this to Hermit was merely an oversight.

Related:

CC: @stlankes

This symbol should be provided by Hermit.
@rustbot
Copy link
Collaborator

rustbot commented Feb 12, 2023

r? @thomcc

(rustbot has picked a reviewer for you, use r? to override)

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Feb 12, 2023
@rustbot
Copy link
Collaborator

rustbot commented Feb 12, 2023

Hey! It looks like you've submitted a new PR for the library teams!

If this PR contains changes to any rust-lang/rust public library APIs then please comment with @rustbot label +T-libs-api -T-libs to tag it appropriately. If this PR contains changes to any unstable APIs please edit the PR description to add a link to the relevant API Change Proposal or create one if you haven't already. If you're unsure where your change falls no worries, just leave it as is and the reviewer will take a look and make a decision to forward on if necessary.

Examples of T-libs-api changes:

  • Stabilizing library features
  • Introducing insta-stable changes such as new implementations of existing stable traits on existing stable types
  • Introducing new or changing existing unstable library APIs (excluding permanently unstable features / features without a tracking issue)
  • Changing public documentation in ways that create new stability guarantees
  • Changing observable runtime behavior of library APIs

@thomcc
Copy link
Member

thomcc commented Feb 13, 2023

Doesn't appear to be used anywhere, this is coming from the target's maintainer, and the target is tier3, so LGTM

@bors r+

@bors
Copy link
Contributor

bors commented Feb 13, 2023

📌 Commit 913a566 has been approved by thomcc

It is now in the queue for this repository.

@bors bors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 13, 2023
bors added a commit to rust-lang-ci/rust that referenced this pull request Feb 13, 2023
Rollup of 7 pull requests

Successful merges:

 - rust-lang#107654 (reword descriptions of the deprecated int modules)
 - rust-lang#107915 (Add `array::map` benchmarks)
 - rust-lang#107961 (Avoid copy-pasting the `ilog` panic string in a bunch of places)
 - rust-lang#107962 (Add a doc note about why `Chain` is not `ExactSizeIterator`)
 - rust-lang#107966 (Update browser-ui-test version to 0.14.3)
 - rust-lang#107970 (Hermit: Remove floor symbol)
 - rust-lang#107973 (Fix unintentional UB in SIMD tests)

Failed merges:

r? `@ghost`
`@rustbot` modify labels: rollup
@bors bors merged commit 55f36ed into rust-lang:master Feb 13, 2023
@rustbot rustbot added this to the 1.69.0 milestone Feb 13, 2023
@mkroening mkroening deleted the hermit-rm-floor branch February 13, 2023 12:28
bors bot added a commit to hermit-os/hermit-rs that referenced this pull request Feb 14, 2023
406: Remove math from hermit-sys r=stlankes a=mkroening

Related:
* #406
* rust-lang/rust#107970

Co-authored-by: Martin Kröning <mkroening@posteo.net>
bors bot added a commit to hermit-os/kernel that referenced this pull request Feb 14, 2023
654: Provide math.h from hermit-builtins r=stlankes a=mkroening

Related:
* hermit-os/hermit-rs#406
* rust-lang/rust#107970

Co-authored-by: Martin Kröning <mkroening@posteo.net>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants