Skip to content

Commit d2b4693

Browse files
authored
Update issue templates
1 parent bea8cff commit d2b4693

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
---
2+
name: 'Code Coverage : Repair Rejects Valid Code '
3+
about: This concerns bugs where valid code is rejected after being repaired
4+
title: ''
5+
labels: bug, code coverage
6+
assignees: mpourmpoulis
7+
8+
---
9+
10+
<!--In a nutshell what is going on under the hood is
11+
12+
- the plug-in tries first to parse your code Without making any modification. If The ASD module does not complain, we are good to go!
13+
- however if there are errors, it will tokenize your code and will deploy various heuristics in order to fix as many problems as possible
14+
Unfortunately, it will occasionally make Mistakes and Intervene in a way that may break some piece of syntactically correct code. If you're facing such a problem( for instance getting the pop-up message within the invalid syntax warning in a correct line), Is the correct issue type for you!
15+
16+
Please note that for the reasons explained above these bugs can be very subtle, appearing only when there is another error somewhere in the code!
17+
-->
18+
19+
20+
21+
22+
# Description
23+
24+
<!-- enter a short description of the problem And What ever information You'd like to include but does not become apparent from the examples below-->
25+
26+
27+
28+
<!-- providing the snippet of Syntactically correct code for which repair produces an invalid output Could be helpful Or you can upload to gif if you prefer instead-->
29+
30+
**Your Code**
31+
32+
33+
```python
34+
35+
```
36+
37+
<!-- Optionally providing the corrected code as output in the console (Ctr + \`l) Could also be helpful
38+
39+
**Repair Output**
40+
41+
```python
42+
43+
```
44+
-->

0 commit comments

Comments
 (0)