nanonyme commented on issue #1988: URL: https://github.com/apache/buildstream/issues/1988#issuecomment-2625504770
@Kekun "I tried custom bubble sort and quicksort functions, here is what I have for the deps of gobject-introspection-base.bst. The custom quicksort gives me the same result as list.sort() in 3.12, though it's somehow not the same as the custom quicksort." did you mean bubble sort is same as list.sort() in 3.12? This would make sense since it looks to me it would actually handle this dependency thing correctly as it compares adjacent items. Maybe implement bubble sort in Cython and call it a day? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
