Skip to content

Nullability: conversion behavior #1242

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

Open
wants to merge 4 commits into
base: draft-v8
Choose a base branch
from
Open

Conversation

jnm2
Copy link
Contributor

@jnm2 jnm2 commented Jan 1, 2025

Maybe we jinxed it after all?

This is my first PR to the repo. Guidance is very helpful. Think of the lines of this PR as a series of questions: how far to go, whether it's worth going here, how do we do things?

@jskeet jskeet added the meeting: discuss This issue should be discussed at the next TC49-TG2 meeting label Jan 15, 2025
@RexJaeschke RexJaeschke removed the meeting: discuss This issue should be discussed at the next TC49-TG2 meeting label Jan 22, 2025
@jnm2 jnm2 force-pushed the nullability/conversions branch from 5ff046a to da6c48d Compare March 19, 2025 19:55
@jnm2 jnm2 force-pushed the nullability/conversions branch from da6c48d to 95a4f4e Compare March 19, 2025 19:56
@jskeet jskeet added the meeting: discuss This issue should be discussed at the next TC49-TG2 meeting label Mar 19, 2025
@jnm2
Copy link
Contributor Author

jnm2 commented Mar 19, 2025

@BillWagner Would you like to take a look at these added nullability examples since you had been working on previous ones?

Copy link
Member

@BillWagner BillWagner left a comment

Choose a reason for hiding this comment

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

Thanks for adding me to review.

I looked everything over, and this is all good. The suggestions I have all concern how our tooling works.

@jskeet jskeet removed the meeting: discuss This issue should be discussed at the next TC49-TG2 meeting label Apr 16, 2025
@Nigel-Ecma
Copy link
Contributor

Nigel-Ecma commented Apr 16, 2025 via email

@jnm2
Copy link
Contributor Author

jnm2 commented Apr 17, 2025

CI is nice and fast. Really neat system here!

>
> public void M2(string? p)
> {
> _ = (string)p; // Warning, narrowing
Copy link
Contributor

Choose a reason for hiding this comment

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

Following the resolution of #1309 at today’s meeting you might want to make similar changes to the comments, here and elsewhere, to echo the “may issue” on line 1053 (in #1309 “possible warning” was chosen)

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

5 participants