mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-05 03:21:42 +00:00
Merge branch 'main' into 2027
This commit is contained in:
@@ -451,10 +451,10 @@ public class DataLog implements AutoCloseable {
|
||||
if (!seen.add(typeString)) {
|
||||
throw new UnsupportedOperationException(typeString + ": circular reference with " + seen);
|
||||
}
|
||||
addSchema(typeString, "structschema", struct.getSchema(), timestamp);
|
||||
for (Struct<?> inner : struct.getNested()) {
|
||||
addSchemaImpl(inner, timestamp, seen);
|
||||
}
|
||||
addSchema(typeString, "structschema", struct.getSchema(), timestamp);
|
||||
seen.remove(typeString);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user