Author Topic: push-tag-filter-overloads is not going to definition from hh file  (Read 2020 times)

rowbearto

  • Senior Community Member
  • Posts: 2335
  • Hero Points: 132
Look for gotodef3.tar.gz on support.slickedit.com

Follow the instructions in the readme.txt file.

I included my user.cfg.xml file - I did not try with a clean config.

I am using 23.0.0.11 Linux x64, hotfix 2 on CentOs 7.2

Dennis

  • Senior Community Member
  • Posts: 3955
  • Hero Points: 515
Re: push-tag-filter-overloads is not going to definition from hh file
« Reply #1 on: February 06, 2019, 06:28:54 PM »
I did not try to reproduce this on Linux, but on macOS, both with and without the hotfix, this worked correctly.

The function in the example does not have overloads.  I also noticed that the function parameter types were not defined in the project.  Is there something that I am missing?

rowbearto

  • Senior Community Member
  • Posts: 2335
  • Hero Points: 132
Re: push-tag-filter-overloads is not going to definition from hh file
« Reply #2 on: February 06, 2019, 06:41:56 PM »
hmmm, did you try my user.cfg.xml ?

The function parameter types, X509_REQ, EVP_PKEY are from system headers, /usr/include/openssl/x509.h and /usr/include/openssl/ossl_typ.h, do you have these files on your MacOS ?

Dennis

  • Senior Community Member
  • Posts: 3955
  • Hero Points: 515
Re: push-tag-filter-overloads is not going to definition from hh file
« Reply #3 on: February 07, 2019, 12:59:59 AM »
Got it.  This will be fixed in 23.0.1.

rowbearto

  • Senior Community Member
  • Posts: 2335
  • Hero Points: 132
Re: push-tag-filter-overloads is not going to definition from hh file
« Reply #4 on: February 07, 2019, 03:33:45 PM »
Thanks Dennis!