Support to compile from source as string and testcases to test the same#23
Support to compile from source as string and testcases to test the same#23arjunballa wants to merge 3 commits intomarceloverdijk:masterfrom arjunballa:master
Conversation
|
Hello, can you explain what you are trying to achieve? Also there is problem with diff, I can'r see the differences on github, I bet it is due to unix/windows differences in new lines. |
|
I have added support to compile less from string source. I will submit a new pull request so that you can compare. |
|
Can you please export the eclipse Java Formatter profile and push that to github. I am using eclipse default format and there are lot of formatting differences. |
|
I use intellij and Eclipe. You don't need the settings file. Don;t reformat the whole code, just your piece. Also I think your number of columns is 80. You can just increase that 120 or more. |
|
As the design is changed by introducing a new abstract class Resource this pull request is not valid anymore. |
Support to compile from source as string and testcases to test the same