fsprojects / zarchive-sublime-fsharp-package

F# development tools for SublimeText 3
32 stars 7 forks source link

Update FSAC to get multiple unsaved file checking #26

Closed rojepp closed 9 years ago

rojepp commented 9 years ago

Note that bumping the version number in paket.dependencies is not enough. There are breaking changes here

Version is currently at 0.17.0

guillermooo commented 9 years ago

Are the breaking changes explicitly noted somewhere? I don't seem to find them.

rneatherway commented 9 years ago

This PR is noted in the release notes, but it isn't explicitly stated that the changes are breaking. I'm open to suggestions for communicating such changes.

guillermooo commented 9 years ago

Maybe it's too much to ask for a pre-1.0. I was just wondering it it'd be easy for me to see what may break for me. The ST plugin doesn't have that many tests yet.

No worries, I'll give it a try on my own.

rneatherway commented 9 years ago

The only change here is that the completion list returned is not just a list anymore. It is a list of records with fields:

Name: string
Glyph: string
GlyphChar: st

I'll try to be more clear in the future. I am also planning to switch to use JSON for input as well as output, and then I will also document the formats properly.

guillermooo commented 9 years ago

Great, thanks!