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

Rolling buffer issue when adding lots of objects in a nest #21

Open
aivanova5 opened this issue Sep 13, 2023 · 0 comments
Open

Rolling buffer issue when adding lots of objects in a nest #21

aivanova5 opened this issue Sep 13, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@aivanova5
Copy link
Contributor

aivanova5 commented Sep 13, 2023

Problem description

When using the format:

object ... {
object ...{};
object ...{};
object ...{};
...
}

The limit is hit on how many nested objects can be included. If using an #include statement to hold the nested objects the problem is avoided.

It would also be nice to not have to use ; within nested objects.

Steps to reproduce

See above

Expected behavior

No errors

@aivanova5 aivanova5 added the bug Something isn't working label Sep 13, 2023
@aivanova5 aivanova5 changed the title Rolling buffer when adding lots of objects in a nest Rolling buffer issue when adding lots of objects in a nest Sep 13, 2023
@dchassin dchassin transferred this issue from arras-energy/gridlabd-old Sep 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
Status: Issue
Development

No branches or pull requests

2 participants