Skip to content
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

Bug when using lmt on code in "unknown" languages #8

Closed
wants to merge 1 commit into from

Conversation

mek-apelsin
Copy link
Contributor

When removing a default case for languages without a small guard for
empty strings in fmt.Println, a tiny bug was introduced which pasted
lots of junk in our inputfiles. Some of it was not parseable perl.

This commit tries to correct it, cleans up the code a wee bit and tries
to make it easier to add more languages in the future.

When removing a default case for languages without a small guard for
empty strings in fmt.Println, a tiny bug was introduced which pasted
lots of junk in our inputfiles. Some of it was not parseable perl.

This commit tries to correct it, cleans up the code a wee bit and tries
to make it easier to add more languages in the future.
@driusan
Copy link
Owner

driusan commented Jan 13, 2020

Sorry, somehow I missed this and now it has conflicts since I just pushed a really quick fix for the unknown languages bug.

If you want to rebase for your cleanup and other languages, I'll try not to miss it this time..

@mek-apelsin mek-apelsin deleted the bug branch September 26, 2020 14:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants