Add Conversation:alias and Conversation:title-for-display properties

Review Request #3216 — Created May 31, 2024 and submitted

Information

pidgin/pidgin
default

Reviewers

Add Conversation:alias and Conversation:title-for-display properties

Ran the turtles and ran the conversation unit tests under valgrind.

Summary ID
Add Conversation:alias and Conversation:name-for-display properties
a166ad3581773466bb3a2caf1f37b24946c68af6
Description From Last Updated

s/the alias/alias

ivanhoeivanhoe

This fails for me when running the test: # Start of conversation tests ok 1 /conversation/properties ok 2 /conversation/set-topic-full ** …

ivanhoeivanhoe
grim
  1. 
      
  2. Maybe name-for-display should be title-for-display instead? Thoughts?

  3. 
      
grim
ivanhoe
  1. 
      
  2. libpurple/purpleconversation.h (Diff revision 2)
     
     
    Show all issues

    s/the alias/alias

  3. libpurple/tests/test_conversation.c (Diff revision 2)
     
     
    Show all issues

    This fails for me when running the test:

    # Start of conversation tests
    ok 1 /conversation/properties
    ok 2 /conversation/set-topic-full
    **
    ERROR:../libpurple/tests/test_conversation.c:259:test_purple_conversation_title_for_display: assertion failed (counter == 1): (0 == 1)
    not ok /conversation/title-for-display - ERROR:../libpurple/tests/test_conversation.c:259:test_purple_conversation_title_for_display: assertion failed (counter == 1): (0 == 1)
    
    1. Weird, I thought I ran the tests... Either way, good catch!

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