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

Add deprecation call policy #466

Merged

Conversation

ManifoldFR
Copy link
Member

This PR adds a shortcut call policy for marking an exposed function as deprecated.

@ManifoldFR
Copy link
Member Author

damn I forgot to add a changelog again

@ManifoldFR
Copy link
Member Author

I've modified the PR as discussed @jcarpent

@ManifoldFR ManifoldFR requested a review from jcarpent May 2, 2024 15:36
@ManifoldFR ManifoldFR force-pushed the topic/add-deprecation-call-policy branch from 95454e9 to 5391439 Compare May 3, 2024 07:28
jcarpent
jcarpent previously approved these changes May 3, 2024
ManifoldFR and others added 3 commits May 3, 2024 11:35
+ shortcut for different default messages

Co-authored-by: Justin Carpentier <justin.carpentier@inria.fr>
@ManifoldFR ManifoldFR force-pushed the topic/add-deprecation-call-policy branch from d9eba10 to 83d054a Compare May 3, 2024 09:35
@ManifoldFR ManifoldFR enabled auto-merge May 4, 2024 12:38
@ManifoldFR ManifoldFR disabled auto-merge May 4, 2024 12:39
@ManifoldFR ManifoldFR enabled auto-merge May 4, 2024 12:39
@ManifoldFR
Copy link
Member Author

My last commit seems to have fixed the (linker) issue, so we should be able to merge now

@ManifoldFR ManifoldFR merged commit 194296c into stack-of-tasks:devel May 5, 2024
29 checks passed
@ManifoldFR ManifoldFR deleted the topic/add-deprecation-call-policy branch May 7, 2024 21:35
nim65s added a commit to nim65s/robotpkg that referenced this pull request Jun 6, 2024
Updates:
    ## [3.6.0] - 2024-06-05

    ### Added
    - Added a deprecation call policy shortcut ([466](stack-of-tasks/eigenpy#466))

    ### Fixed
    - Fix register_symbolic_link_to_registered_type() for multiple successive registrations ([471](stack-of-tasks/eigenpy#471))

    ## [3.5.1] - 2024-04-25

    ### Fixed
    - Allow EigenToPy/EigenFromPy specialization with CL compiler ([462](stack-of-tasks/eigenpy#462))
    - Fix missing include for boost >= 1.85  ([464](stack-of-tasks/eigenpy#464))
nim65s added a commit to nim65s/robotpkg that referenced this pull request Jun 20, 2024
Updates:
    ## [3.6.0] - 2024-06-05

    ### Added
    - Added a deprecation call policy shortcut ([466](stack-of-tasks/eigenpy#466))

    ### Fixed
    - Fix register_symbolic_link_to_registered_type() for multiple successive registrations ([471](stack-of-tasks/eigenpy#471))

    ## [3.5.1] - 2024-04-25

    ### Fixed
    - Allow EigenToPy/EigenFromPy specialization with CL compiler ([462](stack-of-tasks/eigenpy#462))
    - Fix missing include for boost >= 1.85  ([464](stack-of-tasks/eigenpy#464))
nim65s added a commit to nim65s/robotpkg that referenced this pull request Jul 1, 2024
Updates:
    ## [3.6.0] - 2024-06-05

    ### Added
    - Added a deprecation call policy shortcut ([466](stack-of-tasks/eigenpy#466))

    ### Fixed
    - Fix register_symbolic_link_to_registered_type() for multiple successive registrations ([471](stack-of-tasks/eigenpy#471))

    ## [3.5.1] - 2024-04-25

    ### Fixed
    - Allow EigenToPy/EigenFromPy specialization with CL compiler ([462](stack-of-tasks/eigenpy#462))
    - Fix missing include for boost >= 1.85  ([464](stack-of-tasks/eigenpy#464))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants