Commit d6f99c2
committed
Stop checking
Since #283, it's
incorrect to assume that `_parent` should be `this` and `_root` should
be `this._root` for external types. Instead, when crossing the .ksy spec
boundary to an external type `obj`, `obj._root == obj` and
`obj._parent == null` should hold, but we will not check that for now._parent and _root of external types1 parent 25c873f commit d6f99c2
3 files changed
Lines changed: 9 additions & 8 deletions
File tree
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1042 | 1042 | | |
1043 | 1043 | | |
1044 | 1044 | | |
1045 | | - | |
1046 | | - | |
1047 | 1045 | | |
1048 | 1046 | | |
1049 | 1047 | | |
| |||
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
804 | 804 | | |
805 | 805 | | |
806 | 806 | | |
807 | | - | |
808 | | - | |
809 | 807 | | |
810 | 808 | | |
811 | 809 | | |
| |||
Lines changed: 9 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
390 | 390 | | |
391 | 391 | | |
392 | 392 | | |
393 | | - | |
| 393 | + | |
| 394 | + | |
| 395 | + | |
| 396 | + | |
394 | 397 | | |
| 398 | + | |
395 | 399 | | |
396 | | - | |
397 | | - | |
398 | | - | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
399 | 404 | | |
400 | 405 | | |
401 | 406 | | |
| |||
0 commit comments