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

ES AppRecord_t -- collapse RecordUsed into StateRecord.AppState #278

Closed
skliper opened this issue Sep 30, 2019 · 5 comments
Closed

ES AppRecord_t -- collapse RecordUsed into StateRecord.AppState #278

skliper opened this issue Sep 30, 2019 · 5 comments

Comments

@skliper
Copy link
Contributor

skliper commented Sep 30, 2019

Currently, there are actually two variables that indicate the state of an Application, RecordUsed (a boolean) and StateRecord.AppState (an int32 enum). This could be simplified by having ES look for the first table entry with the state of "UNDEFINED" (0) and using that table entry and any other state would be considered "Used".

@skliper skliper self-assigned this Sep 30, 2019
@skliper
Copy link
Contributor Author

skliper commented Sep 30, 2019

Imported from trac issue 247. Created by cdknight on 2018-09-18T13:30:32, last modified: 2019-04-23T15:44:49

@skliper skliper added the bug label Sep 30, 2019
@skliper
Copy link
Contributor Author

skliper commented Sep 30, 2019

Trac comment by cdknight on 2018-10-23 14:22:40:

See also #279 (is this redundant?)

@skliper
Copy link
Contributor Author

skliper commented Sep 30, 2019

Trac comment by jhageman on 2019-02-25 15:43:57:

Resolved by changeset:90c3088

@skliper
Copy link
Contributor Author

skliper commented Sep 30, 2019

Trac comment by jhageman on 2019-03-25 10:31:11:

Resolved by [changeset:ee218c7], as part of #279

@skliper
Copy link
Contributor Author

skliper commented Sep 30, 2019

Trac comment by jhageman on 2019-03-27 12:33:39:

Duplicate of #279

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

1 participant