Commit 6de72f3
committed
Simplify and fix code getting relation members
This changes the way we are getting node members of relations. We now
always get the locations of those nodes directly in the middle code
instead of only getting the nodes themselves and adding the locations
through an extra call from the output.
This also fixes a problem where node locations for untagged nodes were
not retrieved from the RAM middle. The node_get() code does that
correctly, while the old code didn't.1 parent 9ef933a commit 6de72f3
3 files changed
Lines changed: 7 additions & 32 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
839 | 839 | | |
840 | 840 | | |
841 | 841 | | |
842 | | - | |
843 | | - | |
844 | | - | |
| 842 | + | |
| 843 | + | |
| 844 | + | |
845 | 845 | | |
846 | 846 | | |
847 | 847 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
334 | 334 | | |
335 | 335 | | |
336 | 336 | | |
| 337 | + | |
337 | 338 | | |
338 | 339 | | |
339 | 340 | | |
340 | 341 | | |
341 | 342 | | |
342 | 343 | | |
343 | | - | |
344 | | - | |
345 | | - | |
346 | | - | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
| 344 | + | |
357 | 345 | | |
358 | 346 | | |
359 | 347 | | |
| |||
379 | 367 | | |
380 | 368 | | |
381 | 369 | | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
| 370 | + | |
| 371 | + | |
391 | 372 | | |
392 | 373 | | |
393 | 374 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
687 | 687 | | |
688 | 688 | | |
689 | 689 | | |
690 | | - | |
691 | | - | |
692 | | - | |
693 | | - | |
694 | | - | |
695 | | - | |
696 | 690 | | |
697 | 691 | | |
698 | 692 | | |
| |||
0 commit comments