Skip to content

Commit cc3967e

Browse files
committed
deprecate robotpy-cppheaderparser
1 parent 3980c3d commit cc3967e

File tree

2 files changed

+36
-4
lines changed

2 files changed

+36
-4
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
name: Bug Report
2+
description: |
3+
Please be aware that we are no longer making fixes ourselves
4+
to robotpy-cppheaderparser, but we will accept pull requests with appropriately
5+
tested fixes. We recommend all users migrate to our new parser which can be
6+
found at https://github.com/robotpy/cxxheaderparser
7+
title: "[BUG]: "
8+
body:
9+
- type: textarea
10+
id: description
11+
attributes:
12+
label: Problem description
13+
placeholder: >-
14+
Provide a short description, state the expected behavior and what
15+
actually happens.
16+
validations:
17+
required: true
18+
19+
- type: textarea
20+
id: code
21+
attributes:
22+
label: Reproducible example code
23+
placeholder: >-
24+
Minimal code to reproduce this issue
25+
render: text

README.rst

+11-4
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,17 @@
11
robotpy-cppheaderparser
22
=======================
33

4-
|Build Status|
4+
**robotpy-cppheaderparser is DEPRECATED, and we are no longer updating it**.
5+
We will accept pull requests that have fixes and appropriate tests, but we
6+
will no longer be making any fixes ourselves.
7+
8+
We highly recommend all current and future users to migrate to cxxheaderparser,
9+
which supports all the syntax that CppHeaderParser does and much much more. The
10+
parser output is very different, but it is strictly typed and hopefully easier
11+
to work with. You can find it at https://github.com/robotpy/cxxheaderparser,
12+
or try the live interactive demo at https://robotpy.github.io/cxxheaderparser/
13+
14+
---------
515

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

6474
.. _pcpp: https://github.com/ned14/pcpp
65-
66-
.. |Build Status| image:: https://travis-ci.org/robotpy/robotpy-cppheaderparser.svg?branch=master
67-
:target: https://travis-ci.org/robotpy/robotpy-cppheaderparser

0 commit comments

Comments
 (0)