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

BugFix: step counter internal property was being mapped to submodels. #817

Merged
merged 1 commit into from
Mar 16, 2022

Conversation

Robadob
Copy link
Member

@Robadob Robadob commented Mar 3, 2022

Now blocking all internal environment properties/macro properties from being mapped (by users).

Whether the same should be applied to agent variables (e.g. _id) remains an open question. (I had a look around but couldn't find any explicit code mapping it)

Also extended tests.

Closes #815

Now blocking all internal environment properties/macro properties from being mapped (by users).

Whether the same should be applied to agent variables (e.g. _id) remains an open question.

Also extended tests.
@Robadob Robadob added the bug label Mar 3, 2022
@Robadob Robadob requested a review from ptheywood March 3, 2022 11:35
@Robadob Robadob self-assigned this Mar 3, 2022
Copy link
Member

@ptheywood ptheywood left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks good and new tests would catch the bug. I've not built/ran it myself.

@mondus mondus merged commit de5c6ba into master Mar 16, 2022
@mondus mondus deleted the bugfix_post_submodel_stepcounter branch March 16, 2022 15:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

_stepCount internal env prop should not be mapped
3 participants