Implement Purple.Badges

Review Request #3451 — Created Aug. 31, 2024 and submitted

Information

pidgin/pidgin
default

Reviewers

Implement Purple.Badges

Ran the unit tests under valgrind and called in the turtles for the rest.

Summary ID
Implement Purple.Badges
6997ab2c32d970157293ddc5fa0267ca44e36f81
Description From Last Updated

Is it necessary to sort the array again? From what I understand g_ptr_array_remove_index should preserve the order of the array.

ivanhoeivanhoe

Shouldn't this be adapted if we're not sorting?

ivanhoeivanhoe

s/other/otherwise

ivanhoeivanhoe

s/them/then

ivanhoeivanhoe
ivanhoe
  1. 
      
  2. libpurple/purplebadges.c (Diff revision 1)
     
     
    Show all issues

    Is it necessary to sort the array again? From what I understand g_ptr_array_remove_index should preserve the order of the array.

  3. libpurple/purplebadges.h (Diff revision 1)
     
     
    Show all issues

    s/other/otherwise

  4. libpurple/tests/test_badges.c (Diff revision 1)
     
     
    Show all issues

    s/them/then

  5. 
      
grim
ivanhoe
  1. 
      
  2. libpurple/purplebadges.c (Diff revisions 1 - 2)
     
     
    Show all issues

    Shouldn't this be adapted if we're not sorting?

  3. 
      
grim
ivanhoe
  1. Ship It!
  2. 
      
grim
Review request changed
Status:
Completed