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

Position/locate/pseudocode revamp (split) #3395

Merged
merged 28 commits into from
Aug 15, 2024

Commits on Aug 13, 2024

  1. removed duplicated keywordTexMath

    pzinn authored and mahrud committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    8a03806 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d7a36f3 View commit details
    Browse the repository at this point in the history
  3. removed functionCode.arrow

    pzinn authored and mahrud committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    64a85eb View commit details
    Browse the repository at this point in the history
  4. added a frame error in evalraw

    pzinn authored and mahrud committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    781f228 View commit details
    Browse the repository at this point in the history
  5. changed how position is stored in Token

    pzinn authored and mahrud committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    53fd540 View commit details
    Browse the repository at this point in the history
  6. fixed locate for symbols declared by "export"

    e.g. fixes "toString locate symbol firstFunction".
    pzinn authored and mahrud committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    6d80a60 View commit details
    Browse the repository at this point in the history
  7. added Pseudocode and PseudocodeClosure types

    pzinn authored and mahrud committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    c621ebe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    3dc1c7d View commit details
    Browse the repository at this point in the history
  9. removed col+1 from endpoint of errors

    pzinn authored and mahrud committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    12053e9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a549c8a View commit details
    Browse the repository at this point in the history
  11. updated codePosition

    pzinn authored and mahrud committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ae2fa1f View commit details
    Browse the repository at this point in the history
  12. updated convertr.d

    pzinn authored and mahrud committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    d4043ce View commit details
    Browse the repository at this point in the history
  13. setup functions for some operators

    pzinn authored and mahrud committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    ea69494 View commit details
    Browse the repository at this point in the history
  14. fixed error start point location in a test

    pzinn authored and mahrud committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    96196c9 View commit details
    Browse the repository at this point in the history
  15. fixed a ComputationsBook test

    pzinn authored and mahrud committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    896e0a2 View commit details
    Browse the repository at this point in the history
  16. revamped locate and moved it to debugging.dd

    pzinn authored and mahrud committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    4d6049b View commit details
    Browse the repository at this point in the history
  17. updated locate and code in code.m2

    pzinn authored and mahrud committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    80baf42 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    d1552ee View commit details
    Browse the repository at this point in the history
  19. added toList(Code) in debugging.dd

    pzinn authored and mahrud committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    a70db4b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    8c6442b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0bed4f7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    587f40b View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4cdbc4e View commit details
    Browse the repository at this point in the history
  24. renamed fetch to local-fetch

    mahrud committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    f6817ed View commit details
    Browse the repository at this point in the history
  25. updated documentation for pseudocode

    pzinn authored and mahrud committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    53a75e0 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    feaf51a View commit details
    Browse the repository at this point in the history
  27. moved a monoid test

    mahrud committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    63cbf27 View commit details
    Browse the repository at this point in the history
  28. added debugger tests

    mahrud committed Aug 13, 2024
    Configuration menu
    Copy the full SHA
    1ff9ef6 View commit details
    Browse the repository at this point in the history