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

Drop support for Julia versions <1.0 #665

Merged
merged 121 commits into from
Oct 13, 2019
Merged

Drop support for Julia versions <1.0 #665

merged 121 commits into from
Oct 13, 2019

Commits on Oct 8, 2019

  1. Configuration menu
    Copy the full SHA
    c3c2ef9 View commit details
    Browse the repository at this point in the history
  2. Don't create our own Compat.Sockets (from #545, #594)

    Note that this still leaves `import Socket` so `using Compat.Sockets`
    will still work, although this should be deprecated in the future.
    martinholters committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    73b1f18 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f16e3e5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0ba707d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    20b3ff8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e546efa View commit details
    Browse the repository at this point in the history
  7. Mark TypeUtils from #304 for future deprecation, remove it from README

    While at it, simplify the syntax of its test due to relaxed 
    compatibility requirements.
    martinholters committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    896856e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    939ae7e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6a8f49f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d8ece03 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6d3229e View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e62df26 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d1a7419 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c23d535 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    3e85b87 View commit details
    Browse the repository at this point in the history
  16. Remove compat code for Sys from #380, #433, #552

    And mark it for future deprecation
    martinholters committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    3702883 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4115e15 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8759c33 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    6f8c3be View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c980fda View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    4322387 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    31d3068 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5efb7e5 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    017689a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    72af014 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    b7343f7 View commit details
    Browse the repository at this point in the history
  27. Mark Compat.Test, Compat.SharedArrays, Compat.Mmap, and `Compat…

    ….DelimitedFiles` from #404 for deprecation
    martinholters committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    b50924b View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    75b8411 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    b3deb13 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5316061 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    ff6f907 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    19735ae View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    b95638c View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    3620451 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    d5d9943 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    f1c2a3f View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    b9b25b0 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    12b9161 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ea9371e View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    4071965 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    9234d21 View commit details
    Browse the repository at this point in the history
  42. Drop compat code for curried isequal, ==, and in from #517

    And mark `Fix2` for deprecation.
    martinholters committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    fb3f813 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    2bed8a5 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    e204ac0 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    9350437 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    012edcb View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    eb08888 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    cfd0637 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    4384180 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    8b628e7 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    326d1b1 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    9e64b41 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    563f2bf View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    221984a View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    5a06c75 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    f6ab8aa View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    27a178c View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    5522d24 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    d744d24 View commit details
    Browse the repository at this point in the history
  60. Drop compat code for Some from #435 and #563

    But only mark `notnothing` for deprecation.
    martinholters committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    f93afea View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    734c8ac View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    382bc0b View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    7715897 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    6ebe041 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    6291908 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    8b77d31 View commit details
    Browse the repository at this point in the history
  67. Drop compat code for at-warn and friends from #458

    And mark `enable_debug(::Bool)` for deprecation.
    martinholters committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    833a0b0 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    8a70ad3 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    8d7d92e View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    dff3b69 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    d1e64d9 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    8ce8153 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    be18b7c View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    915052a View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    556c767 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    838ef8b View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    40a5bb2 View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    03411e5 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    cd9a04d View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    8b5ea33 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    490a6bc View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    ae7165b View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    2d382cf View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    e7ff254 View commit details
    Browse the repository at this point in the history
  85. Configuration menu
    Copy the full SHA
    cfa046e View commit details
    Browse the repository at this point in the history
  86. Configuration menu
    Copy the full SHA
    cc9c701 View commit details
    Browse the repository at this point in the history
  87. Configuration menu
    Copy the full SHA
    ae23064 View commit details
    Browse the repository at this point in the history
  88. Configuration menu
    Copy the full SHA
    c08c8a7 View commit details
    Browse the repository at this point in the history
  89. Configuration menu
    Copy the full SHA
    7078a2c View commit details
    Browse the repository at this point in the history
  90. Configuration menu
    Copy the full SHA
    fa49e7a View commit details
    Browse the repository at this point in the history
  91. Configuration menu
    Copy the full SHA
    f57f7e6 View commit details
    Browse the repository at this point in the history
  92. Configuration menu
    Copy the full SHA
    5887884 View commit details
    Browse the repository at this point in the history
  93. Configuration menu
    Copy the full SHA
    ea5874f View commit details
    Browse the repository at this point in the history
  94. Configuration menu
    Copy the full SHA
    49bb0ae View commit details
    Browse the repository at this point in the history
  95. Configuration menu
    Copy the full SHA
    c9c40ed View commit details
    Browse the repository at this point in the history
  96. Configuration menu
    Copy the full SHA
    1f9a3f3 View commit details
    Browse the repository at this point in the history
  97. Configuration menu
    Copy the full SHA
    430e42d View commit details
    Browse the repository at this point in the history
  98. Configuration menu
    Copy the full SHA
    2c001f0 View commit details
    Browse the repository at this point in the history
  99. Configuration menu
    Copy the full SHA
    d613e8e View commit details
    Browse the repository at this point in the history
  100. Configuration menu
    Copy the full SHA
    84299d3 View commit details
    Browse the repository at this point in the history
  101. Configuration menu
    Copy the full SHA
    e6ad117 View commit details
    Browse the repository at this point in the history
  102. Configuration menu
    Copy the full SHA
    4f706a7 View commit details
    Browse the repository at this point in the history
  103. Configuration menu
    Copy the full SHA
    4b8279d View commit details
    Browse the repository at this point in the history
  104. Configuration menu
    Copy the full SHA
    2470ca4 View commit details
    Browse the repository at this point in the history
  105. Configuration menu
    Copy the full SHA
    b56b923 View commit details
    Browse the repository at this point in the history
  106. Configuration menu
    Copy the full SHA
    77023ea View commit details
    Browse the repository at this point in the history
  107. Configuration menu
    Copy the full SHA
    d2367e9 View commit details
    Browse the repository at this point in the history
  108. Configuration menu
    Copy the full SHA
    9de49e6 View commit details
    Browse the repository at this point in the history
  109. Configuration menu
    Copy the full SHA
    0388309 View commit details
    Browse the repository at this point in the history
  110. Configuration menu
    Copy the full SHA
    f886239 View commit details
    Browse the repository at this point in the history
  111. Configuration menu
    Copy the full SHA
    532c698 View commit details
    Browse the repository at this point in the history
  112. Configuration menu
    Copy the full SHA
    072b0f7 View commit details
    Browse the repository at this point in the history
  113. Configuration menu
    Copy the full SHA
    c0239a3 View commit details
    Browse the repository at this point in the history
  114. Configuration menu
    Copy the full SHA
    831f7e0 View commit details
    Browse the repository at this point in the history
  115. Configuration menu
    Copy the full SHA
    bc6bd70 View commit details
    Browse the repository at this point in the history
  116. Configuration menu
    Copy the full SHA
    3b0afb9 View commit details
    Browse the repository at this point in the history
  117. Remove obsolete VERSION conditionals

    And some minor clean-up.
    martinholters committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    f64e516 View commit details
    Browse the repository at this point in the history
  118. Configuration menu
    Copy the full SHA
    64d951d View commit details
    Browse the repository at this point in the history
  119. Configuration menu
    Copy the full SHA
    2c55180 View commit details
    Browse the repository at this point in the history
  120. Configuration menu
    Copy the full SHA
    1f88d61 View commit details
    Browse the repository at this point in the history
  121. Remove obsolete tests

    martinholters committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    45bd43d View commit details
    Browse the repository at this point in the history