Commit e50e42e
Remove support for keys containing * in HDF
Summary: The neo parser allows config names such as "foo*bar" and "*foobar*" where each "*" is replaced with a monotonically increasing process global counter value. In practice this syntax is only used for appending values to a vector type, e.g. `MyVectorConfig.* = value`. Let's ban the more expressive uses of this configuration.
Reviewed By: ricklavoie
Differential Revision: D39525827
fbshipit-source-id: 6e612a863c2d81f071c86fb18f310093339152151 parent 1cb5b39 commit e50e42e
1 file changed
+24
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1318 | 1318 | | |
1319 | 1319 | | |
1320 | 1320 | | |
1321 | | - | |
1322 | | - | |
1323 | | - | |
1324 | | - | |
1325 | | - | |
1326 | 1321 | | |
1327 | 1322 | | |
1328 | | - | |
1329 | | - | |
1330 | | - | |
1331 | | - | |
1332 | | - | |
1333 | | - | |
1334 | | - | |
1335 | | - | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
| 1327 | + | |
| 1328 | + | |
| 1329 | + | |
| 1330 | + | |
| 1331 | + | |
| 1332 | + | |
| 1333 | + | |
| 1334 | + | |
| 1335 | + | |
| 1336 | + | |
| 1337 | + | |
| 1338 | + | |
| 1339 | + | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
1336 | 1346 | | |
1337 | 1347 | | |
1338 | | - | |
| 1348 | + | |
1339 | 1349 | | |
1340 | 1350 | | |
1341 | 1351 | | |
| |||
0 commit comments