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

Update rust version to "nightly-2023-03-18" #30630

Merged
merged 1 commit into from
Nov 1, 2023
Merged

Conversation

mrobinson
Copy link
Member

This is necessary to update the network stack.


  • ./mach build -d does not report any errors
  • ./mach test-tidy does not report any errors
  • These changes do not require tests because they should not change behavior.

@mrobinson mrobinson added the T-full Do a full try run label Oct 27, 2023
@github-actions github-actions bot removed the T-full Do a full try run label Oct 27, 2023
@github-actions
Copy link

🔨 Triggering try run (#6665979696) with platforms=linux,macos,windows and layout=all

@mrobinson mrobinson added this pull request to the merge queue Oct 27, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 27, 2023
@jdm jdm added this pull request to the merge queue Oct 28, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Oct 28, 2023
@mrobinson
Copy link
Member Author

This apparently needs a new version of objc2 which means a new version of winit, which means a new version of egui-winit which is not released yet. :/

@mrobinson
Copy link
Member Author

It looks like the best thing to do here is to patch objc2 unfortunately. winit a month ago depended on a beta version of a objc2 and then did a minor version update with the non-beta version that theoretically works with the latest rustc version. Very annoying.

This is necessary to update the network stack.
@mrobinson mrobinson changed the title Update rust version to "nightly-2023-03-25" Update rust version to "nightly-2023-03-18" Oct 31, 2023
@mrobinson
Copy link
Member Author

Okay. The compilation failure in objc2 was apparently due to a bug introduced in the nightly of 2023-03-20, so I've modified this change to use 2023-03-18 which is still in the 1.70 series.

@mrobinson mrobinson added this pull request to the merge queue Oct 31, 2023
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Nov 1, 2023
@sagudev
Copy link
Member

sagudev commented Nov 1, 2023

This is: #30658 (comment); I'm working on it.

@mrobinson mrobinson added this pull request to the merge queue Nov 1, 2023
@mrobinson mrobinson removed this pull request from the merge queue due to a manual request Nov 1, 2023
@mrobinson mrobinson added this pull request to the merge queue Nov 1, 2023
Merged via the queue into servo:master with commit 2752714 Nov 1, 2023
11 checks passed
@mrobinson mrobinson deleted the rustup branch November 1, 2023 20:01
sagudev added a commit to sagudev/servo that referenced this pull request Nov 2, 2023
@sagudev sagudev mentioned this pull request Nov 2, 2023
5 tasks
sagudev added a commit to sagudev/servo that referenced this pull request Nov 17, 2023
sagudev added a commit to sagudev/servo that referenced this pull request Nov 27, 2023
github-merge-queue bot pushed a commit that referenced this pull request Dec 1, 2023
…30508)

* Remove script_plugins

* Use crown instead of script_plugins

* crown_is_not_used

* Use crown in command base

* bootstrap crown

* tidy happy

* disable sccache

* Bring crown in tree

* Install crown from tree

* fix windows ci

* fix warning

* fix mac

libscript_plugins.dylib is not available anymore

* Update components/script/lib.rs

Co-authored-by: Martin Robinson <mrobinson@igalia.com>

* Update for nightly-2023-03-18

Mostly just based off #30630

* Always install crown

it's slow only when there is new version

* Run crown test with `mach test-unit`

* Small fixups; better trace_in_no_trace tests

* Better doc

* crown in config.toml

* Fix tidy for real

* no sccache on rustc_wrapper

* document rustc overrides

* fixup of compiletest

* Make a few minor comment adjustments

* Fix a typo in python/servo/platform/base.py

Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>

* Proper test types

* Ignore tidy on crown/tests

---------

Co-authored-by: Martin Robinson <mrobinson@igalia.com>
joshua-holmes pushed a commit to joshua-holmes/servo that referenced this pull request Dec 5, 2023
…ervo#30508)

* Remove script_plugins

* Use crown instead of script_plugins

* crown_is_not_used

* Use crown in command base

* bootstrap crown

* tidy happy

* disable sccache

* Bring crown in tree

* Install crown from tree

* fix windows ci

* fix warning

* fix mac

libscript_plugins.dylib is not available anymore

* Update components/script/lib.rs

Co-authored-by: Martin Robinson <mrobinson@igalia.com>

* Update for nightly-2023-03-18

Mostly just based off servo#30630

* Always install crown

it's slow only when there is new version

* Run crown test with `mach test-unit`

* Small fixups; better trace_in_no_trace tests

* Better doc

* crown in config.toml

* Fix tidy for real

* no sccache on rustc_wrapper

* document rustc overrides

* fixup of compiletest

* Make a few minor comment adjustments

* Fix a typo in python/servo/platform/base.py

Co-authored-by: Samson <16504129+sagudev@users.noreply.github.com>

* Proper test types

* Ignore tidy on crown/tests

---------

Co-authored-by: Martin Robinson <mrobinson@igalia.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.

None yet

3 participants