Commit 1bdb3a2
Lawrence
Allow BlueprintPipe to report data size.
Originally, this was only possible for BoundPipes as they forwarded
DataStub data, but this method is also used when setting certain
data types (i.e ElectricalSeries). Since BlueprintPipe technically
can hold data, we do want to at least report what data it actually
has.
This is technically a hole as classes like ElectricalSeries don't
have continuous validation whenever the BlueprintPipe configuration
is set. This means that it is relatively simple to circumvent the
internal class's data shape this way.1 parent 71f39ab commit 1bdb3a2
1 file changed
+8
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
232 | 232 | | |
233 | 233 | | |
234 | 234 | | |
235 | | - | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
| 235 | + | |
| 236 | + | |
| 237 | + | |
| 238 | + | |
| 239 | + | |
| 240 | + | |
| 241 | + | |
| 242 | + | |
240 | 243 | | |
241 | 244 | | |
242 | 245 | | |
| |||
0 commit comments