Created
June 21, 2018 05:15
-
-
Save bhelyer/5d0af6354def96573c39c67f458dc847 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Version should be set correctly. | |
| # Move version setting code elsewhere. | |
| # Create a VersionSet on the server | |
| # Use everywhere a VersionSet is created in VLS | |
| # Create a test for windows completion. | |
| ### Fix completing from core.c.windows. | |
| # Add a test for name completion of public imports. | |
| # Analyse pathTree usage | |
| # Ensure current is never null in get | |
| # Add a test for that. | |
| # Analyse aio usage | |
| # Ensure callbacks are never null or collected | |
| # Fix completing from `import win32 = core.c.windows`; | |
| # Add a test for completing from `import win32 = core.c.windows` | |
| # Remove warning text | |
| # Remove crash text | |
| # Add executable name to inbound logs too. | |
| # Investigate signature help issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment