Safe-DS / DSL

Statically checked Data Science programs.
https://dsl.safeds.com
MIT License
11 stars 0 forks source link

In warning "statement does nothing" suggest adding assignment #1142

Closed lars-reimann closed 2 months ago

lars-reimann commented 2 months ago

Is your feature request related to a problem?

The warning "statement does nothing" usually indicates that an assignment is missing.

Desired solution

The warning messge should thus suggest adding an assignment, unless the expression is an empty named tuple.

Possible alternatives (optional)

No response

Screenshots (optional)

No response

Additional Context (optional)

No response

lars-reimann commented 1 month ago

:tada: This issue has been resolved in version 0.15.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: