|
| 1 | +--- |
| 2 | +name: Bug report |
| 3 | +about: Tell us about pyc-xasm bugs |
| 4 | + |
| 5 | +--- |
| 6 | + |
| 7 | +<!-- __Note:__ If you are using this program to do something illegal - don't. |
| 8 | +The issue may be flagged to make it easier for those looking for illegal activity. |
| 9 | +
|
| 10 | +Bugs are not for asking questions about a problem you |
| 11 | +are trying to solve that involve the use of xasm along the way, |
| 12 | +although I may be more tolerant of this if you sponsor the project. |
| 13 | +
|
| 14 | +Bugs are also not for general or novice kind help on how to install |
| 15 | +this Python program in your environment in the way you would like to |
| 16 | +have it set up, or how to interpret a Python traceback e.g. that winds |
| 17 | +up saying Python X.Y.Z is not supported. |
| 18 | +
|
| 19 | +For these kinds of things, you will save yourself time by asking |
| 20 | +instead on forums like StackOverflow that are geared to helping people |
| 21 | +for such general or novice kinds questions and tasks. And unless you |
| 22 | +are a sponsor of the project, if your question seems to be of this |
| 23 | +category, the issue may just be closed. |
| 24 | +
|
| 25 | +Also, the unless you are a sponsor of the project, it may take a |
| 26 | +while, maybe a week or so, before the bug report is noticed, let alone |
| 27 | +acted upon. |
| 28 | +
|
| 29 | +To set expectations, some legitimate bugs can take years to fix, but |
| 30 | +they eventually do get fixed. |
| 31 | +
|
| 32 | +Funding the project was added to partially address the problem that there are |
| 33 | +lots of people seeking help and reporting bugs, but few people who are |
| 34 | +willing or capable of providing help or fixing bugs. |
| 35 | +
|
| 36 | +Tasks or the kinds of things others can do, but you can't do or don't |
| 37 | +want to do yourself are typically the kind of thing that you pay |
| 38 | +someone to do, especially when you are the primary beneficiary of the |
| 39 | +work, or the task is complex, long, or tedious. If your code is over |
| 40 | +30 lines long, it fits into this category. |
| 41 | +
|
| 42 | +
|
| 43 | +--> |
| 44 | + |
| 45 | +## Description |
| 46 | + |
| 47 | +<!-- Please add a clear and concise description of the bug. Try to narrow the problem down to the smallest that exhibits the bug.--> |
| 48 | + |
| 49 | +## How to Reproduce |
| 50 | + |
| 51 | +<!-- Please show both the *input* you gave and the |
| 52 | +output you got in describing how to reproduce the bug: |
| 53 | +
|
| 54 | +or give a complete console log with input and output |
| 55 | +
|
| 56 | +```console |
| 57 | +$ pyc-xasm <command-line-options> |
| 58 | +... |
| 59 | +$ |
| 60 | +``` |
| 61 | +
|
| 62 | +Provide links to the Python bytecode. For example, you can create a |
| 63 | +gist with the information. If you have the correct source code, you |
| 64 | +can add that too. |
| 65 | +
|
| 66 | +--> |
| 67 | + |
| 68 | +## Output Given |
| 69 | + |
| 70 | +<!-- |
| 71 | +Please include not just the error message but all output leading to the message which includes echoing input and messages up to the error. |
| 72 | +For a command-line environment include command invocation and all the output produced. |
| 73 | +
|
| 74 | +If this is too long, then try narrowing the problem to something short. |
| 75 | +--> |
| 76 | + |
| 77 | + |
| 78 | +## Expected behavior |
| 79 | + |
| 80 | +<!-- Add a clear and concise description of what you expected to happen. --> |
| 81 | + |
| 82 | +## Environment |
| 83 | + |
| 84 | +<!-- _This section sometimes is optional but helpful to us._ |
| 85 | +
|
| 86 | +Please modify for your setup |
| 87 | +
|
| 88 | +- `pip show pyc-xasm` |
| 89 | +- Python version for the version of Python the byte-compiled the file: `python -c "import sys; print(sys.version)"` where `python` is the correct CPython or PyPy binary. |
| 90 | +- OS and Version: [e.g. Ubuntu bionic] |
| 91 | +
|
| 92 | +--> |
| 93 | + |
| 94 | +## Workarounds |
| 95 | + |
| 96 | +<!-- If there is a workaround for the problem, describe that here. --> |
| 97 | + |
| 98 | +## Priority |
| 99 | + |
| 100 | +<!-- If this is important for a particular public good state that here. |
| 101 | + If this is blocking some important activity let us know what activity it blocks. |
| 102 | +
|
| 103 | + Otherwise, we'll assume this has the lowest priority in addressing. |
| 104 | + --> |
| 105 | + |
| 106 | +## Additional Context |
| 107 | + |
| 108 | +<!-- _This section is optional._ |
| 109 | +
|
| 110 | +Add any other context about the problem here or special environment setup. |
| 111 | +
|
| 112 | +--> |
0 commit comments