Skip to content

Instantly share code, notes, and snippets.

@bhelyer
Created June 21, 2018 05:15
Show Gist options
  • Select an option

  • Save bhelyer/5d0af6354def96573c39c67f458dc847 to your computer and use it in GitHub Desktop.

Select an option

Save bhelyer/5d0af6354def96573c39c67f458dc847 to your computer and use it in GitHub Desktop.
# 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