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

build: bump toolchain to 2024-06-12 #17179

Merged
merged 21 commits into from
Aug 4, 2024
Merged

build: bump toolchain to 2024-06-12 #17179

merged 21 commits into from
Aug 4, 2024

Conversation

xxchan
Copy link
Member

@xxchan xxchan commented Jun 8, 2024

Signed-off-by: xxchan xxchan22f@gmail.comI hereby agree to the terms of the RisingWave Labs, Inc. Contributor License Agreement.

What's changed and what's your intention?

Checklist

  • I have written necessary rustdoc comments
  • I have added necessary unit tests and integration tests
  • I have added test labels as necessary. See details.
  • I have added fuzzing tests or opened an issue to track them. (Optional, recommended for new SQL features Sqlsmith: Sql feature generation #7934).
  • My PR contains breaking changes. (If it deprecates some features, please create a tracking issue to remove them in the future).
  • All checks passed in ./risedev check (or alias, ./risedev c)
  • My PR changes performance-critical code. (Please run macro/micro-benchmarks and show the results.)
  • My PR contains critical fixes that are necessary to be merged into the latest release. (Please check out the details)

Documentation

  • My PR needs documentation updates. (Please use the Release note section below to summarize the impact on users)

Release note

If this PR includes changes that directly affect users or other significant modifications relevant to the community, kindly draft a release note to provide a concise summary of these changes. Please prioritize highlighting the impact these changes will have on users.

@xxchan xxchan requested a review from a team as a code owner June 8, 2024 15:53
@xxchan xxchan force-pushed the xxchan/latest-nightly-rust branch from e9e77c9 to 019e03c Compare June 10, 2024 03:52
@graphite-app graphite-app bot requested a review from a team June 19, 2024 04:34
@risingwavelabs risingwavelabs deleted a comment from graphite-app bot Jun 19, 2024
@xxchan xxchan force-pushed the xxchan/latest-nightly-rust branch 2 times, most recently from 41eb5fb to cc89f14 Compare June 20, 2024 16:02
xxchan added 5 commits June 21, 2024 00:13
Signed-off-by: xxchan <xxchan22f@gmail.com>
Signed-off-by: xxchan <xxchan22f@gmail.com>
Signed-off-by: xxchan <xxchan22f@gmail.com>
Signed-off-by: xxchan <xxchan22f@gmail.com>
@xxchan xxchan force-pushed the xxchan/latest-nightly-rust branch from cc89f14 to 1906cb5 Compare June 20, 2024 16:16
xxchan added 3 commits June 21, 2024 00:24
Signed-off-by: xxchan <xxchan22f@gmail.com>
Signed-off-by: xxchan <xxchan22f@gmail.com>
Signed-off-by: xxchan <xxchan22f@gmail.com>
@xxchan
Copy link
Member Author

xxchan commented Jun 20, 2024

The deno's illegal instruction issue still persists :)

rust-lang/rust#113169

Signed-off-by: xxchan <xxchan22f@gmail.com>
@xxchan xxchan force-pushed the xxchan/latest-nightly-rust branch from 1906cb5 to 1b95f15 Compare June 20, 2024 17:27
@xxchan xxchan changed the title Try bump toolchain build: bump toolchain to 2024-06-12 Jul 31, 2024
@xxchan
Copy link
Member Author

xxchan commented Jul 31, 2024

Unblocked since deno is removed in #17875
We can merge this after 1.11 branches off. We can add this to 2.0

xxchan added 4 commits July 31, 2024 20:14
Signed-off-by: xxchan <xxchan22f@gmail.com>
Signed-off-by: xxchan <xxchan22f@gmail.com>
format_args: rust-lang/rust-clippy#12567

Signed-off-by: xxchan <xxchan22f@gmail.com>
Signed-off-by: xxchan <xxchan22f@gmail.com>
@xxchan
Copy link
Member Author

xxchan commented Jul 31, 2024

sim build ICE due to rust-lang/rust#127030
So we cannot use >= 06-07, <= 06-29....

Signed-off-by: xxchan <xxchan22f@gmail.com>
@xxchan xxchan force-pushed the xxchan/latest-nightly-rust branch from f31821a to 10221be Compare July 31, 2024 15:24
xxchan added 4 commits July 31, 2024 23:28
Signed-off-by: xxchan <xxchan22f@gmail.com>
Signed-off-by: xxchan <xxchan22f@gmail.com>
Signed-off-by: xxchan <xxchan22f@gmail.com>
@graphite-app graphite-app bot requested a review from a team August 1, 2024 01:22
@xxchan xxchan requested a review from BugenZhao August 1, 2024 01:28
lints/src/lib.rs Show resolved Hide resolved
lints/src/utils/format_args_collector.rs Outdated Show resolved Hide resolved
@@ -403,7 +403,16 @@ struct KafkaPayloadWriter<'a> {
config: &'a KafkaConfig,
}

pub type KafkaSinkDeliveryFuture = impl TryFuture<Ok = (), Error = SinkError> + Unpin + 'static;
mod opaque_type {
Copy link
Member

Choose a reason for hiding this comment

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

Is this still necessary as we won't bump to > 2024-06-12?

Copy link
Member Author

Choose a reason for hiding this comment

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

Not necessary, but I think it doesn't hurt.

Signed-off-by: xxchan <xxchan22f@gmail.com>
@xxchan xxchan added this pull request to the merge queue Aug 4, 2024
Merged via the queue into main with commit 3c745df Aug 4, 2024
32 of 34 checks passed
@xxchan xxchan deleted the xxchan/latest-nightly-rust branch August 4, 2024 07:01
Comment on lines +15 to +19
#![expect(
unexpected_cfgs,
reason = "feature(hdfs-backend) is banned https://github.com/risingwavelabs/risingwave/pull/7875"
)]

Copy link
Collaborator

Choose a reason for hiding this comment

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

Will this cause the whole object/mod.rs to be excluded from the build?

Copy link
Member Author

Choose a reason for hiding this comment

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

👀 what do you mean? It only configures lint here

Copy link
Collaborator

Choose a reason for hiding this comment

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

For some reason, vscode warns me that the code in this file is not active. That is why I am wondering whether the file is excluded.

Copy link
Member Author

Choose a reason for hiding this comment

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

Seems a RA bug and already fixed.
rust-lang/rust-analyzer#17817

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants