AlexeyDmitriev / JHelper

GNU Lesser General Public License v3.0
119 stars 31 forks source link

Can't parse codeforces #107

Open azat-ismagilov opened 5 years ago

azat-ismagilov commented 5 years ago

After updating the plugin, it does not parse the tests (the names work fine), if I use the "Parse contest" button.

AlexeyDmitriev commented 5 years ago

Hi, Azat

Thanks for you feedback, but I think I will need more details. What parser do you use? (CHelper or competitive companion browser plugins or one inside the IDE) Did you update JHelper or the browser plugin you use? What is the current version?

azat-ismagilov commented 5 years ago

Hi, Azat

Thanks for you feedback, but I think I will need more details. What parser do you use? (CHelper or competitive companion browser plugins or one inside the IDE) Did you update JHelper or the browser plugin you use? What is the current version?

I use included in JHelper parse contest button. I recently reinstalled the system, so I just use the latest version of clion and jhelper, without any previous versions. Also I don't use any plugins.

CLion 2018.3.2 Build #CL-183.4886.39, built on December 17, 2018 JRE: 1.8.0_152-release-1343-b26 amd64 JVM: OpenJDK 64-Bit Server VM by JetBrains s.r.o Linux 4.19.12-arch1-1-ARCH JHelper v0.16

AlexeyDmitriev commented 5 years ago

I'll look into it

AlexeyDmitriev commented 5 years ago

I was able to reproduce it. Until it's fixed you may use one of the browser plugins to parse tasks

AlexeyDmitriev commented 5 years ago

Apparently it does not work in CHelper (where parser is taken from) either, so I created issue there (EgorKulikov/idea-chelper#72). Once it fixed in upstream, it will be trivial to change in JHelper too