Skip to content

net: Remove NetworkError::Internal#41693

Merged
TimvdLippe merged 1 commit intoservo:mainfrom
TimvdLippe:remove-internal-network-error
Jan 6, 2026
Merged

net: Remove NetworkError::Internal#41693
TimvdLippe merged 1 commit intoservo:mainfrom
TimvdLippe:remove-internal-network-error

Conversation

@TimvdLippe
Copy link
Copy Markdown
Contributor

@TimvdLippe TimvdLippe commented Jan 5, 2026

Rather than this catch-all (which I copy-pasted from a usage where I should have introduced a specific enum value), we now should always use one of the enum values. If one does not exist, then it should be added as such.

Follow-up for #36434

Testing: it builds

@TimvdLippe TimvdLippe requested a review from jdm January 5, 2026 19:25
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Jan 5, 2026
Copy link
Copy Markdown
Member

@mrobinson mrobinson left a comment

Choose a reason for hiding this comment

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

Nice. Do you mind restoring the Testing: line of the template before landing?

@servo-highfive servo-highfive removed the S-awaiting-review There is new code that needs to be reviewed. label Jan 5, 2026
Rather than this catch-all (which I copy-pasted from a usage
where I should have introduced a specific enum value),
we now should always use one of the enum values. If one
does not exist, then it should be added as such.

Follow-up for servo#36434

Signed-off-by: Tim van der Lippe <[email protected]>
@TimvdLippe TimvdLippe force-pushed the remove-internal-network-error branch from e0fbd75 to 2348e54 Compare January 6, 2026 10:16
@servo-highfive servo-highfive added the S-awaiting-review There is new code that needs to be reviewed. label Jan 6, 2026
@TimvdLippe TimvdLippe enabled auto-merge January 6, 2026 10:16
@TimvdLippe TimvdLippe added this pull request to the merge queue Jan 6, 2026
@servo-highfive servo-highfive added the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Jan 6, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 6, 2026
@servo-highfive servo-highfive added S-tests-failed The changes caused existing tests to fail. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels Jan 6, 2026
@mukilan mukilan added this pull request to the merge queue Jan 6, 2026
@servo-highfive servo-highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-tests-failed The changes caused existing tests to fail. labels Jan 6, 2026
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Jan 6, 2026
@servo-highfive servo-highfive added S-tests-failed The changes caused existing tests to fail. and removed S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. labels Jan 6, 2026
@TimvdLippe TimvdLippe added this pull request to the merge queue Jan 6, 2026
@servo-highfive servo-highfive added S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. and removed S-tests-failed The changes caused existing tests to fail. labels Jan 6, 2026
Merged via the queue into servo:main with commit 3f37174 Jan 6, 2026
44 checks passed
@TimvdLippe TimvdLippe deleted the remove-internal-network-error branch January 6, 2026 16:55
@servo-highfive servo-highfive removed the S-awaiting-merge The PR is in the process of compiling and running tests on the automated CI. label Jan 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-awaiting-review There is new code that needs to be reviewed.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants