-
Notifications
You must be signed in to change notification settings - Fork 28
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
Incremental Compilation doesn't work on certain systems. Can't interpret a date #284
Comments
Hi @codec-abc Regarding Windows, there was no attempts of running it on Windows what so ever. |
Oh! It seems that there is a problem here with incremental compilation feature. Particularly here
|
What form is your output in when you use |
I'm on A Ubuntu 16.04 LTS guest inside a Windows 10 host (through virtualbox). Typing |
I've never considered that it won't parse a date on non english locale. That's definitely an important bug 🐛 Regarding Windows I don't really have a platform to test it on. Plus I don't know how people use Windows for development (which terminal client for instance). I'd need help from somebody else on that. |
Thanks! Concerning Windows support, it seems that it "only" boils down to using Unix tools in bash script and makefile since the underlying tools (Elixir and Elm) already support it. At first glance I don't notice something else that shouldn't work out of the box on Windows. Do you want me to open an issue to somehow track to start what won't work on Windows today? |
Created a card for that. I'd appreciate any reports and concerns if found. Thanks! |
Why not use explicit date formatting syntax? ╰─➤ date +%Y%m%d
20180206 It has a ton of formatting options to massage it into whatever format you want. |
Should be fixed in version 0.6.4 |
Still got the same error after update elchemy, elm and creating a new project.
The good point is that the message about the unrecognized date thing has disappear. |
Did you |
Since I delete the whole directory and create a new one, I didn't do it. Did I still need it to do it? |
Oh. Nope. Shouldn't change a thing then. Could you share a repo somewhere so I can look at it? |
I hope it will be enough to diagnose the issue. |
Downloaded.
Fixed the issue for me |
If you're still seeing this problem tell me what outputs do you get from:
|
I run
Then I ran I am not really sure what happened there since I am quite sure I have done a |
Missing operand as far as I know would mean there was nothing to clean Can't really tell Closing for now |
Hi,
I try to follow the step described in the readme to get a something up and running. Here is what I did to create a project and try having it running. For more context, I used VSCode (thus the
code .
command) to modify themix.exs
file which is after the modification like this. Do you notice something wrong in my setup?Also before that, I tried to get something working on Windows and I cannot even got something close to work. I could not even call elchemy from the command line. Is Windows supported at this point?
The text was updated successfully, but these errors were encountered: