Dan Halperin

Results 221 comments of Dan Halperin

Sounds good @DanteKara . Feel free to reach out on Batfish Slack: https://join.slack.com/t/batfish-org/shared_invite/enQtMzA0Nzg2OTAzNzQ1LTcyYzY3M2Q0NWUyYTRhYjdlM2IzYzRhZGU1NWFlNGU2MzlhNDY3OTJmMDIyMjQzYmRlNjhkMTRjNWIwNTUwNTQ

Resolving after discussion with user on Slack says that they can now initialize a snapshot successfully.

Thanks. This is going to be a tough one: there were 700+ commits in that time frame: https://github.com/batfish/batfish/compare/v2022.04.06...v2024.07.10 The errors you're looking at are total red herrings. For example, you'll...

The issue does not seem to be logging itself. but the client re-registering the feature repeatedly?

Workaround is to disable tracing or run client separately from coordinator.

I really want to see dependabot do this instead of bazel-steward. See discussions on https://github.com/dependabot/dependabot-core/issues/2196#issuecomment-3544262922

The work to be done here seems pretty straightforward: 1. Change the data type from `SortedSet` or `NavigableSet` to `List` in the [data model class](https://github.com/batfish/batfish/blob/3f9606d0ae11f9a74b16dde35162b5b3e003f2b9/projects/batfish-common-protocol/src/main/java/org/batfish/datamodel/Configuration.java#L229). This enables ordering semantics. 2....

@cdtomkins - let us know on [Batfish Slack](https://batfish.org/) if you want to chat about the fix

Rad, but CI didn't pass. Can you fix it?