sublime-fsharp-package
sublime-fsharp-package copied to clipboard
Package Control installation should fail if dependencies are missing
From Package Control, I installed the FSharp package. It succeeded, but many features weren't available. It turns out that I didn't have Mono, so the installation should have failed.
I don't think Mono is a dependency that PC can test for. The plugin should probably log this case and warn the user, though.
Personally, I'd fail the installation on non-Windows platforms if which mono returns nothing, regardless of whether the install was initiated by command-line or via PC.