chenzimin
chenzimin
Hi Steve, If you change the code at line 534 in `tokenizer.py` to: ```python #self.pre_tokenize() self.data = ''.join(self.decode_data()) self.length = len(self.data) ``` The unicode string will be stored as raw...
I think you should manually add newline character at the end of each file. For example: ```python import javalang javalang.parse.parse('// line comment\n') ``` will fix this issue
Hi, I made this change because when using data7 for the first time, I specified my path this way: ```java ResourcesPath path = new ResourcesPath(/foo/bar); ``` This caused `binaryPath` in...
I might also do another PR to increase the usage of java.nio.file.Path, so that we can avoid calling `toString()` everywhere. For example changing `Utils.checkFolderDestination(String)` to `Utils.checkFolderDestination(Path)`.
You are right, I was confused between VB6 and VB.NET. I wrongly thought that `vb6/examples/form1.vb` should be correctly parsed by VB6. Do you know that if ANTLR4 have a grammar...
I tried to parse `vb6/examples/form1.vb` with https://github.com/Beakerboy/grammars-v4/tree/coverage/vba/vba7_1, it failed with a different error message: ``` line 1:0 extraneous input 'Public' expecting {'ATTRIBUTE', 'VERSION', NEWLINE, REMCOMMENT, COMMENT, WS} line 1:7 no...
Thanks for the tip, but adding the header `Attribute VB_Name = "Foo"` to `vb6/examples/form1.vb` still results in `line 3:13 mismatched input 'Form1' expecting `.
I found out the reason to be that it is because the default value of `return_if_acc_below ` and `cflags` in the config file [pie-perf/src/codenet_eval /evalconfig.py](https://github.com/madaan/pie-perf/blob/60b59a82d0f9bcec6bd8d8a8d0eeaa31297ed6ac/src/codenet_eval/evalconfig.py#L36) are default to None. ```python...
Hi, we are still running experiments and updating this repo. But it is coming!
Hi, I have temporary uploaded the model to OneDrive, the link is in https://github.com/SteveKommrusch/VRepair/issues/6#issuecomment-1061780341