Rename the strangely named load-on-query property to the much more obvious auto-load

Review Request #1094 — Created Oct. 23, 2021 and submitted

Information

gplugin/gplugin
default

Reviewers

Rename the strangely named load-on-query property to the much more obvious auto-load

Ran the unit tests

Summary ID
Rename the strangely named load-on-query property to the much more obvious auto-load
5c04fbcf4f58e79912e088b32ea811a3300ac5a6
Description From Last Updated

Seems fine, but renaming a function definitely needs a soversion bump, no?

QuLogicQuLogic

Usually we indent the wrapped lines to the :?

QuLogicQuLogic

Add note somewhere to use auto-load instead.

QuLogicQuLogic

Add note to use _get_auto_load instead.

QuLogicQuLogic

Should keep one test that setting load-on-query still works.

QuLogicQuLogic

Don't think this passes clang-format.

QuLogicQuLogic
QuLogic
  1. 
      
  2. Seems fine, but renaming a function definitely needs a soversion bump, no?

    1. We're still no api/stability guaranty.. So no? I mean we didn't bump the so version when we changed the signature of gplugin_manager-* either. Worst case I can just leave the old functions for now, but I didn't really want to leave a bunch of deprecated stuff in a pre stable api.

  3. 
      
grim
QuLogic
  1. 
      
  2. gplugin/gplugin-manager.c (Diff revision 2)
     
     

    Usually we indent the wrapped lines to the :?

  3. gplugin/gplugin-plugin-info.c (Diff revision 2)
     
     

    Add note somewhere to use auto-load instead.

  4. gplugin/gplugin-plugin-info.c (Diff revision 2)
     
     

    Add note to use _get_auto_load instead.

  5. 
      
grim
QuLogic
  1. 
      
  2. Should keep one test that setting load-on-query still works.

  3. 
      
grim
QuLogic
  1. 
      
  2. gplugin/tests/test-auto-load.c (Diff revision 4)
     
     
     

    Don't think this passes clang-format.

  3. 
      
grim
QuLogic
  1. Ship It!
  2. 
      
grim
Review request changed

Status: Closed (submitted)

Loading...