Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

fsautocomplete integration tests inconsistent because of helptext #857

Closed
rneatherway opened this issue Nov 25, 2014 · 1 comment
Closed

Comments

@rneatherway
Copy link
Contributor

Because the helptext is returned synchronously, if it isn't ready then "(loading description...)" is returned. This cause problems on slow machines (like the CI environment). To work around this large waits have been inserted in the JSON tests (plain text doesn't support helptext), which works most of the time, but is ugly and unpredictable.

For testing we could instead use DescriptionTextAsync which 'Never returns "Loading...".' as mentioned here: http://fsharp.github.io/FSharp.Compiler.Service/reference/microsoft-fsharp-compiler-sourcecodeservices-fsharpdeclarationlistitem.html

@rneatherway
Copy link
Contributor Author

This issue was moved to ionide/FsAutoComplete#22

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant