-
Notifications
You must be signed in to change notification settings - Fork 311
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
Fable compiler doesn't like space in path #249
Comments
Damn, I thought node's |
I need to test this on Windows. |
Doing a quick test here. Spaces in project file path appears to be fine: (Windows 8.1)
However... I believe the problem may appear when the username contains spaces? (e.g. C:\Users\ User With Spaces \AppData...) Also, I don't know how it worked, actually. Since that
is surely in need of some quotes. |
I tested it on Windows and seems to be working so I'm closing the issue 👍 Please feel free to reopen it if you still have problems. @fdcastel, when you point to a dir where fableconfig.json is present, the paths will be resolved based on the directory where fableconfig.json is, and if the resolved path contains spaces, the argument will to. You can check it by creating a fableconfig.json like |
I just tested the alpha version of fable-compiler under Windows 10 and i still got the same problem.
I tried to execute manually the
Strange thing is I really need to place the quotes on the first absolute path. |
Sorry, this fix didn't make it into alpha. I'll include it in the next release, hopefully in a few hours. |
Oh sorry. I was thinking it was in. I will test it again later so. Could be a good idea to add milestone or label to know the version in which the issue is ? |
Yeah, I need to get serious about that. Issues seem to be calming down, so after this release I'll try to write proper release notes for each new version 👍 |
@MangelMaxime, I just released 0.4.0 (not alpha) with the fix. Could you please give it a try? Thanks! |
I still got an error.
If I execute this line:
I got a bunch of text on the console: (just some extract)
It's better than yesterday where I was having |
Thanks for checking, this is going to be a bit more complicated than expected. The solutions seems to be here. |
Happy to help improve fable. Ping me when you need another test ^^ |
@MangelMaxime, I've released fable-compiler@0.4.1. Can you give it a shot please? (fingers crossed) |
Hey hey Everything is working on my personal computer. I will test this new version on computer at work as it's was crashing todo with 0.4.0 Thanks a lot :) |
Fantastic, thanks a lot for your collaboration and your patience! It would be awesome if you can convince your team to use Fable. You know you can count with my support 👍 Also we can put the logo of your company in Fable's website 😄 |
Hey hey will keep you in touch. :) |
Seems like the fable compiler doesn't like spaces in path name.
Here is the result when I try to compile my project using Fable.
The text was updated successfully, but these errors were encountered: