Skip to content

Commit

Permalink
deprecate robotpy-cppheaderparser
Browse files Browse the repository at this point in the history
  • Loading branch information
virtuald committed Oct 5, 2023
1 parent 3980c3d commit cc3967e
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 4 deletions.
25 changes: 25 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: Bug Report
description: |
Please be aware that we are no longer making fixes ourselves
to robotpy-cppheaderparser, but we will accept pull requests with appropriately
tested fixes. We recommend all users migrate to our new parser which can be
found at https://github.com/robotpy/cxxheaderparser
title: "[BUG]: "
body:
- type: textarea
id: description
attributes:
label: Problem description
placeholder: >-
Provide a short description, state the expected behavior and what
actually happens.
validations:
required: true

- type: textarea
id: code
attributes:
label: Reproducible example code
placeholder: >-
Minimal code to reproduce this issue
render: text
15 changes: 11 additions & 4 deletions README.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,17 @@
robotpy-cppheaderparser
=======================

|Build Status|
**robotpy-cppheaderparser is DEPRECATED, and we are no longer updating it**.
We will accept pull requests that have fixes and appropriate tests, but we
will no longer be making any fixes ourselves.

We highly recommend all current and future users to migrate to cxxheaderparser,
which supports all the syntax that CppHeaderParser does and much much more. The
parser output is very different, but it is strictly typed and hopefully easier
to work with. You can find it at https://github.com/robotpy/cxxheaderparser,
or try the live interactive demo at https://robotpy.github.io/cxxheaderparser/

---------

CppHeaderParser is a pure python C++ header parser that parses C++
headers and creates a data structure that you can use to do many types
Expand Down Expand Up @@ -62,6 +72,3 @@ Past contributors include:
.. _CppHeaderParser: https://bitbucket.org/senex/cppheaderparser

.. _pcpp: https://github.com/ned14/pcpp

.. |Build Status| image:: https://travis-ci.org/robotpy/robotpy-cppheaderparser.svg?branch=master
:target: https://travis-ci.org/robotpy/robotpy-cppheaderparser

0 comments on commit cc3967e

Please sign in to comment.