Acknowledged

bug: vscode extension warns about possible nulls where it's not possible

Why I get this yellow wave line under the comparsion? I thought this was already fixed long ago (though that might have been in the compiler, not the vsc extension)
both with SDK 7.4.3 and 8.0.0-Beta
Parents
  • To summarize my screenshotted first comment (which was brutally rejected by the forum), I think the problem is in the compiler, not the extension. At least for me, the extension works just fine, in the sense that the warnings/errors in the extension match the warnings/errors in the compiler output.

    If that's not what you're seeing, I would guess the problem is that the extension and compiler are out of sync somehow.

    But the exact problem stated in the title -- "warns about possible nulls where it's not possible" -- is clearly in the compiler.

    "I thought this was already fixed long ago"

    Afaict, it was never fixed.

Comment
  • To summarize my screenshotted first comment (which was brutally rejected by the forum), I think the problem is in the compiler, not the extension. At least for me, the extension works just fine, in the sense that the warnings/errors in the extension match the warnings/errors in the compiler output.

    If that's not what you're seeing, I would guess the problem is that the extension and compiler are out of sync somehow.

    But the exact problem stated in the title -- "warns about possible nulls where it's not possible" -- is clearly in the compiler.

    "I thought this was already fixed long ago"

    Afaict, it was never fixed.

Children
No Data