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

SDL does not set initialize state for the Integer type #2440

Closed
HSavynetska opened this issue Jul 30, 2018 · 2 comments
Closed

SDL does not set initialize state for the Integer type #2440

HSavynetska opened this issue Jul 30, 2018 · 2 comments
Assignees

Comments

@HSavynetska
Copy link

HSavynetska commented Jul 30, 2018

Bug Report

SDL does not set initialize state for the Integer type

Description:

The default constructor of Interger class assigns the min value
for the wrapped variable, hoowever it keeps the initialize state us
Uninitialized. So in case when latter user apply such operations as
++, += the value will be changed but the state is not.

Expected Behavior

SDL does set initialize state for the Integer type

Observed Behavior
OS & Version Information
  • OS/Version:
  • SDL Core Version:
  • Testing Against:
@ZhdanovP
Copy link
Contributor

This changes related to the inner SDL behaviour therefore atf script shouldn't test it.

@iCollin
Copy link
Collaborator

iCollin commented Apr 14, 2021

Closed via #2548

@iCollin iCollin closed this as completed Apr 14, 2021
@jacobkeeler jacobkeeler changed the title SDL does not set initialize state for the Interger type SDL does not set initialize state for the Integer type Apr 15, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants