Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: YASNCB (Yet Another Strict Null Checks Branch) #1703

Draft
wants to merge 73 commits into
base: dev
Choose a base branch
from

Commits on Apr 30, 2022

  1. Configuration menu
    Copy the full SHA
    aa2250b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a697c11 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02d317d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02960ca View commit details
    Browse the repository at this point in the history

Commits on May 1, 2022

  1. Configuration menu
    Copy the full SHA
    0f72124 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9426650 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c73129e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3dd6b85 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6e6640f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5aad863 View commit details
    Browse the repository at this point in the history
  7. Fix nulls in lexer

    corasaurus-hex committed May 1, 2022
    Configuration menu
    Copy the full SHA
    0510888 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    347e7eb View commit details
    Browse the repository at this point in the history
  9. Fix nulls for _rangesForSexpsInList

    This is an odd one. The types were very different for useRowCol = true
    and useRowCol = false and so I needed to use generics to clean it up.
    corasaurus-hex committed May 1, 2022
    Configuration menu
    Copy the full SHA
    2527798 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    be6765b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    46fa6ad View commit details
    Browse the repository at this point in the history
  12. Fix nulls in undo.ts

    corasaurus-hex committed May 1, 2022
    Configuration menu
    Copy the full SHA
    ff9f09d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6e17118 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    39c3208 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    e2622a2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7f77027 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    28cf0f3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    25af9b9 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4043c42 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    74ab8f9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6a04743 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b91edb1 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    a58fbf1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    30cc621 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6e26d72 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    387326f View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    c8c7ee7 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cb079b5 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    20d0f2c View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    1cddd85 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    49a0f0f View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    b9cdce3 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    d608036 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    b33def4 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    2dc2abf View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    407b589 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    5e2ed4b View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    6ff6e9b View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    e8c4cb1 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    b6b8db4 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    aea1267 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    c6fd333 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    8425e1a View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    c3735e3 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    1cdcd92 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    fcf14e0 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    adfe62a View commit details
    Browse the repository at this point in the history
  48. Rename getSession => tryToGetSession and make another getSession

    getSession will throw an error if no session was found.
    corasaurus-hex committed May 1, 2022
    Configuration menu
    Copy the full SHA
    b119164 View commit details
    Browse the repository at this point in the history
  49. Restore whitespace

    corasaurus-hex committed May 1, 2022
    Configuration menu
    Copy the full SHA
    5da7c79 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    ac8f195 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    c1417db View commit details
    Browse the repository at this point in the history
  52. More formatting

    corasaurus-hex committed May 1, 2022
    Configuration menu
    Copy the full SHA
    f310e64 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    859a6bb View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    7ac6f57 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    1e921d6 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    61437fe View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    d0cd19c View commit details
    Browse the repository at this point in the history
  58. Forgot a bang !

    corasaurus-hex committed May 1, 2022
    Configuration menu
    Copy the full SHA
    0778866 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    857054d View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    5106ee8 View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    18d7761 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    3d1aec3 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    b83c26d View commit details
    Browse the repository at this point in the history
  64. Fix some null checks

    corasaurus-hex committed May 1, 2022
    Configuration menu
    Copy the full SHA
    13d7e82 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    bc7fadd View commit details
    Browse the repository at this point in the history
  66. Reformat the tsconfig

    corasaurus-hex committed May 1, 2022
    Configuration menu
    Copy the full SHA
    cd0d893 View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    6414e32 View commit details
    Browse the repository at this point in the history
  68. Debug lsp downloads

    corasaurus-hex committed May 1, 2022
    Configuration menu
    Copy the full SHA
    f5c1fbd View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    df16f82 View commit details
    Browse the repository at this point in the history