Reinstat expr32 and expr1024 rules...

to speed up handling long literal lists. See also issue #188

Update issue forms to simplfy via putting instructions as comments.
This commit is contained in:
rocky
2018-09-19 20:09:22 -04:00
parent 1cb31a85fd
commit 616e5c82f6
9 changed files with 72 additions and 16 deletions

View File

@@ -4,11 +4,11 @@ about: Tell us about uncompyle6 bugs
---
__Note:__ Have you read https://github.com/rocky/python-uncompyle6/blob/master/HOW-TO-REPORT-A-BUG.md ?
<!-- __Note:__ Have you read https://github.com/rocky/python-uncompyle6/blob/master/HOW-TO-REPORT-A-BUG.md ?
Please remove any of the optional sections if they are not applicable.
## Prerequisites
Prerequisites
* Make sure the bytecode you have can be disassembled with a
disassembler.
@@ -27,13 +27,15 @@ assistance
http://www.crazy-compilers.com/decompyle/ offers a byte-code
decompiler service for versions of Python up to 2.6.
-->
## Description
Replace this text with a clear and concise description of the bug.
<!-- Replace this text with a clear and concise description of the bug. -->
## How to Reproduce
Please show both the input you gave and the
<!-- Please show both the input you gave and the
output you got in describing how to reproduce the bug:
or give a complete console log with input and output
@@ -47,13 +49,15 @@ $
If there is a Solidity source code, a truffle project, or bytecode
that is involved, please provide that or links to it.
-->
## Expected behavior
A clear and concise description of what you expected to happen.
<!-- A clear and concise description of what you expected to happen. -->
## Environment
_This section sometimes is optional but helpful to us._
<!-- _This section sometimes is optional but helpful to us._
Please modify for your setup
@@ -61,8 +65,12 @@ Please modify for your setup
- Python version: `python -V`
- OS and Version: [e.g. Ubuntu bionic]
-->
## Additional Environment or Context
_This section is optional._
<!-- _This section is optional._
Add any other context about the problem here or special environment setup.
-->

View File

@@ -6,16 +6,17 @@ about: Tell us about a new feature that you would like to see in uncompyle6
## Description
Replace this text with a short description of the feature. This might
include same input and output.
<!-- Replace this text with a short description of the feature. This might
include same input and output. -->
## Background
Replace this text with any additional background for the
feature, for example: user scenarios, or the value of the feature.
<!-- Replace this text with any additional background for the
feature, for example: user scenarios, or the value of the feature. -->
## Tests
_This section is optional._
<!-- _This section is optional._
Replace this text with suggestions on how to test the feature,
if it is not obvious.
-->