Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advisory binding for AdvisoryModule and tests and docs for advisory Python API #987

Merged
merged 4 commits into from
Oct 27, 2023

Commits on Oct 24, 2023

  1. Enable AdvisoryModule bindings

    There is a problem in Perl with namespace conflicts. Undefine
    `get_context` to fix the issue.
    
    More general solution would be to use `PERL_NO_SHORT_NAMES` it would fix
    other potential conflicts however it doesn't compile with it.
    
    Some more information is in: https://www.swig.org/Doc4.1/SWIGDocumentation.html#Perl5_nn9
    kontura committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    2a11a03 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    694b747 View commit details
    Browse the repository at this point in the history
  3. doc: Add python advisory docs

    kontura committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    030ecf5 View commit details
    Browse the repository at this point in the history
  4. doc: Generate docs for undocummented functions so they at least show up

    This is alread done in AutoAPI by default (used in readthedocs for
    python API).
    kontura committed Oct 24, 2023
    Configuration menu
    Copy the full SHA
    0c34c3a View commit details
    Browse the repository at this point in the history