<p></p>
<p><b>@joto</b> commented on this pull request.</p>
<hr>
<p>In <a href="https://github.com/openstreetmap/osm2pgsql/pull/1176#discussion_r428505097">src/dependency-manager.cpp</a>:</p>
<pre style='color:#555'>> @@ -43,18 +43,14 @@ bool full_dependency_manager_t::has_pending() const noexcept
return !m_ways_pending_tracker.empty() || !m_rels_pending_tracker.empty();
}
-void full_dependency_manager_t::process_pending(pending_processor &proc)
-{
- osmid_t id;
- while (id_tracker::is_valid(id = m_ways_pending_tracker.pop_mark())) {
- proc.enqueue_way(id);
- }
+idlist_t full_dependency_manager_t::get_ids(id_tracker& tracker) {
</pre>
<p>Fixed.</p>
<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/osm2pgsql/pull/1176#discussion_r428505097">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AA6353SBTV4LIXMQ7SKXUIDRSTNXXANCNFSM4NFW5W5A">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AA6353TSWXCN57WCLULOQCLRSTNXXA5CNFSM4NFW5W5KYY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGODDFPBEI.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/osm2pgsql/pull/1176#discussion_r428505097",
"url": "https://github.com/openstreetmap/osm2pgsql/pull/1176#discussion_r428505097",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>