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

TomlPlugin: IndexError #90

Open
simisimon opened this issue Jan 10, 2022 · 0 comments
Open

TomlPlugin: IndexError #90

simisimon opened this issue Jan 10, 2022 · 0 comments
Labels
bug Something isn't working

Comments

@simisimon
Copy link
Member

The analysis of next failed.

2022-01-10 15:18:12,946 |     INFO |             launcher | Validate configuration network
2022-01-10 14:06:08,563 |    ERROR |             analyzer | An exception occurred during analysis at commit 39283f184609d39afd805b180ba10079df49881c.
2022-01-10 14:06:08,564 |    ERROR |             analyzer | list index out of range
2022-01-10 14:06:09,701 |    ERROR |    conflict_detector | Option a does not contain a children: next.js::::config.toml::::build::::rustflags(location: 17)

Traceback

...
  File "/tmp/ssimon/analysis/1/venv/lib/python3.10/site-packages/cfgnet/network/network.py", line 160, in validate
    conflicts = ConflictDetector.detect(
  File "/tmp/ssimon/analysis/1/venv/lib/python3.10/site-packages/cfgnet/conflicts/conflict_detector.py", line 66, in detect
    if modified_option_conflict := ConflictDetector._detect_modified_options(
  File "/tmp/ssimon/analysis/1/venv/lib/python3.10/site-packages/cfgnet/conflicts/conflict_detector.py", line 173, in _detect_modified_options
    if isinstance(option_a.children[0], OptionNode) or isinstance(
IndexError: list index out of range

@simisimon simisimon added the bug Something isn't working label Jan 10, 2022
@jakobbbb jakobbbb self-assigned this Jan 12, 2022
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
None yet
Development

No branches or pull requests

2 participants