-
Notifications
You must be signed in to change notification settings - Fork 330
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Report viewer refuses reports with unknown language #1641
Comments
For the report viewer to be able to extract the language from the If you want to have custom code highlighting for your language you can add it to the |
I can write a PR for that, but how does that work from there? We're running a 4.3 Jplag program, and use your report viewer, as far as I know.
|
Note that this is a regression, it used to work before. I am not sure why it now suddenly needs a known language. |
Hi @Alberth289346, thanks for the feedback. We will discuss this issue and try to find a suitable solution. |
@Alberth289346, with #1648, this should be resolved. With the next minor release, it will be part of the hosted report viewer. As a workaround, using the develop version works right now: https://jplag.github.io/JPlag-Dev/ |
Thanks for the quick response! Hopefully it is in time for the teacher to check for plagiarism now. |
I maintain a private version of JPlag with our own CIF language in it.
Today I found a bug report by a teacher that the report viewer of 5.0.0 does not accept our result file.
Reported report viewer version. Note that it states that it supports JPlag 4.2 and higher.
Report viewer feedback when feeding a file with results from the CIF language
git log of the build that I created:
As you can see, I used JPlag 4.3.0 for the build, which seems newer than 4.2.0 to me.
Now, what to do?
@davbeek ping!
The text was updated successfully, but these errors were encountered: