Earlier quoted context omitted.
My point is that you need a terminal program (like putty or iTerm2 on OS X for example) to get all the benefits.
He says it mostly works in cmd.exe, and they're working on getting things like screen/tmux working too. If a fully-compatible terminal emulator doesn't exist yet (I have no idea) I bet there will be one within a year.
Ubuntu on Windows
121–130 of 933 posts
Re: Ubuntu on Windows
#122I wonder how buggy thus is. For example, how do symlinks work given windows doesn't have an equivalent that behaves the same.
Windows does have symlinks and hardlinks that work very similarly but are only exposed via a built in cmd command. That said no one uses them.
Re: Ubuntu on Windows
#123Re: Ubuntu on Windows
#124Whew, I'll finally be able to run WINE on windows! :)
Re: Ubuntu on Windows
#125Re: Ubuntu on Windows
#126Earlier quoted context omitted.
Thats why you do it clean room style. One team to document, one team to implement based on that document.
What does "clean room" style mean, exactly? I've heard the term, but only in connection with semiconductor factories, I think. You're talking about software here.
Re: Ubuntu on Windows
#127I don't get it. What's the use case for a few core utilities running natively?
Re: Ubuntu on Windows
#128Earlier quoted context omitted.
> It seems they are taking the same route as cygwin by "mounting" windows drives in /mnt/c (or /cygdrive/c). I wonder if this Unix filesystem layer will be able to break the Windows legacy path length limit. If so, the Linux version of Node.js will suddenly become much more useful than the Windows version. > It remains to be seen if this is better (more performant) or worse Sounds like performance, at least, will be…
Just a remark. npm's team fixed long paths in v3.0, so now you have "flat tree".
Depending on what version ranges dependencies are locked to, you could still end up with a pathological situation which breaks the path length limit, but I've only had that happen once since switching to npm 3, and it was easy to resolve.
Re: Ubuntu on Windows
#129If they actually fix these imperfections, that would be fantastic. It would address a number issues that are "unfixable" in Cygwin flavors of utilities/apps.