Replies: 1 comment 3 replies
-
I think that formatting with smlfmt is a good thing. Maybe it is a good time to format the entire code with smlfmt. Will that solve your problem? (When I started the development of LunarML in 2018, smlfmt didn't exist and I was naively following sml-mode on Emacs.) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Out of a spontaneous act I've forked LunarML and got started with adding a new Backend. After lots of hacking and grepping I finally got to a point where the whole thing compiles and runs. It is a copy of the Javascript backend and at this moment it still outputs javascript.
I now have a little bit of a strange problem and I am a bit stuck. Since I really was not going along with the way the sml code in LunarML is formated I ran everything through smlfmt. I like the standard formatting of smlfmt much more and it fits a lot better with my Vim config. But I'm not sure what to do now, how I should proceed with git because of the reformatting I fear there are problems it my backend is maybe one day ready for being a pull request.
TLDR: I reformated everything with smlfmt, not sure how to proceed with git
Beta Was this translation helpful? Give feedback.
All reactions