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

Guard against values with no type info #12353

Merged
merged 1 commit into from
Feb 25, 2025
Merged

Conversation

hubertp
Copy link
Collaborator

@hubertp hubertp commented Feb 24, 2025

Pull Request Description

Previously we assumed that all expression values have type. That is not the case, at least not with polyglot values.
Closes #12349.

Checklist

Please ensure that the following checklist has been satisfied before submitting the PR:

  • All code follows the
    Scala,
    Java,
    TypeScript,
    and
    Rust
    style guides. In case you are using a language not listed above, follow the Rust style guide.
  • Unit tests have been written where possible.

Previosly we assumed that all expression values have type. That is not
the case, at least not with polyglot values.
Closes #12349.
@hubertp hubertp added the CI: No changelog needed Do not require a changelog entry for this PR. label Feb 24, 2025
@hubertp hubertp merged commit fdf0ebe into develop Feb 25, 2025
72 of 73 checks passed
@hubertp hubertp deleted the wip/hubert/12349-npe branch February 25, 2025 10:01
@enso-bot
Copy link

enso-bot bot commented Feb 27, 2025

Hubert Plociniczak reports a new STANDUP for the provided date (2025-02-24):

Progress: Catching up after a break. Investigated and fixed NPE bug report. Confirmed problems with native image on Windows. It should be finished by 2025-02-24.

Next Day: Next day I will be working on the #12356 task. Fix NI on Windows

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CI: No changelog needed Do not require a changelog entry for this PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

NPE during local execution related to lack of TypeInfo
3 participants