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

Windows REPL + LineNoise #400

Merged
merged 36 commits into from
Mar 4, 2022
Merged

Windows REPL + LineNoise #400

merged 36 commits into from
Mar 4, 2022

Commits on Jan 15, 2022

  1. Configuration menu
    Copy the full SHA
    ca0eeeb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5f76082 View commit details
    Browse the repository at this point in the history
  3. build update

    drkameleon committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    989f513 View commit details
    Browse the repository at this point in the history
  4. build update

    drkameleon committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    08ea0d9 View commit details
    Browse the repository at this point in the history
  5. force compile linenoise.c on Windows builds (apparantly it's not au…

    …tomatically being built)
    drkameleon committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    41d4e6b View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/arturo-lang/arturo into r…

    …epl-linenoise-and-windows
    
    # Conflicts:
    #	version/build
    drkameleon committed Jan 15, 2022
    Configuration menu
    Copy the full SHA
    5ff0e9a View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2022

  1. no message

    drkameleon committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    c276873 View commit details
    Browse the repository at this point in the history
  2. Revert "attempt to forcefully re-enable linenoise for Windows (and se…

    …e what happens)"
    
    This reverts commit ca0eeeb.
    drkameleon committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    2c22a52 View commit details
    Browse the repository at this point in the history
  3. Revert "we have to remove this conditional directive too in order to …

    …test Windows builds"
    
    This reverts commit 5f76082.
    drkameleon committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    a8b1baf View commit details
    Browse the repository at this point in the history
  4. Revert "force compile linenoise.c on Windows builds (apparantly it'…

    …s not automatically being built)"
    
    This reverts commit 41d4e6b.
    drkameleon committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    587089b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff88e56 View commit details
    Browse the repository at this point in the history
  6. Merge branch 'master' of https://github.com/arturo-lang/arturo into r…

    …epl-linenoise-and-windows
    
    # Conflicts:
    #	.github/workflows/release.yml
    #	.github/workflows/windows.yml
    #	version/build
    drkameleon committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    c397677 View commit details
    Browse the repository at this point in the history
  7. build update

    drkameleon committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    9180144 View commit details
    Browse the repository at this point in the history
  8. build update

    drkameleon committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    4cf9280 View commit details
    Browse the repository at this point in the history
  9. fix input (and REPL-related input) for WIndows - so that at least i…

    …t shows fine, even for MSYS2
    drkameleon committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    2f910d3 View commit details
    Browse the repository at this point in the history
  10. build update

    drkameleon committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    98eabdd View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    bd4932d View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0d2b0db View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    24cfd48 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    669a0d1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    0c3d4e6 View commit details
    Browse the repository at this point in the history
  16. build update

    drkameleon committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    89e8cb7 View commit details
    Browse the repository at this point in the history
  17. build update

    drkameleon committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    06da0b7 View commit details
    Browse the repository at this point in the history
  18. build update

    drkameleon committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    b5436ae View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fe96d2d View commit details
    Browse the repository at this point in the history
  20. remove unused imports

    drkameleon committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    0eebd4c View commit details
    Browse the repository at this point in the history
  21. build update

    drkameleon committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    f9bf0f7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b4f6882 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2c940e2 View commit details
    Browse the repository at this point in the history
  24. add header search path

    drkameleon committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    c281123 View commit details
    Browse the repository at this point in the history
  25. build update

    drkameleon committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    4c56f42 View commit details
    Browse the repository at this point in the history
  26. added missing dependency

    drkameleon committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    f514495 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    f00477d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    747145f View commit details
    Browse the repository at this point in the history
  29. fix minor typo

    drkameleon committed Mar 4, 2022
    Configuration menu
    Copy the full SHA
    f9e9b75 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    dc6af07 View commit details
    Browse the repository at this point in the history