I don't understand why I am not seeing why this is set to new. I wouild expect 
to see the transaction (see above).

I assume there is a new patch to test, but again I am not seeing this in any 
thread.

So who/how is this getting set back to patch new?


---

** [issues:#5916] Make GET_LISTENER take a pointer arg and deduce its type**

**Status:** Started
**Created:** Fri Apr 17, 2020 11:48 PM UTC by David Kastrup
**Last Updated:** Mon Apr 20, 2020 07:39 PM UTC
**Owner:** David Kastrup


Make GET_LISTENER take a pointer arg and deduce its type

Instead of

    Context *p;
    [...]
    Listener l = p->GET_LISTENER (Context, somecallback);

this now uses

    Context *p;
    [...]
    Listener l = GET_LISTENER (p, somecallback);

This removes the necessity for providing the somewhat awkward type
argument.

http://codereview.appspot.com/549890043


---

Sent from sourceforge.net because [email protected] is 
subscribed to https://sourceforge.net/p/testlilyissues/issues/

To unsubscribe from further messages, a project admin can change settings at 
https://sourceforge.net/p/testlilyissues/admin/issues/options.  Or, if this is 
a mailing list, you can unsubscribe from the mailing list.
_______________________________________________
Testlilyissues-auto mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/testlilyissues-auto
  • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development
    • ... Auto mailings of changes to Lily Issues via Testlilyissues-auto via Automated messages for lilypond development

Reply via email to