tomlokhorst / CoffeeSharp

CoffeeScript compilation for Windows
http://tomlokhorst.github.io/CoffeeSharp
Other
57 stars 8 forks source link

Compiler uses FileShare.ReadWrite #8

Closed bobthemighty closed 13 years ago

bobthemighty commented 13 years ago

Hi, I've fixed an issue I had where the compiler had a conflict with my editor when I ran with the -watch command argument.

I've added a read function which uses File.Open(FileMode, FileAccess, FileShare) so that the compiler doesn't conflict with the editor.

tomlokhorst commented 13 years ago

Thanks, this looks like a good fix! I've merged your commits.

I hope to make a new binary release in the next couple of days.