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

TS 2: introduce TypedVarInfo and fix spl.info[:cache_updated] #742

Merged
merged 51 commits into from
May 13, 2019

Commits on May 9, 2019

  1. add typed varinfo

    mohamed82008 committed May 9, 2019
    Configuration menu
    Copy the full SHA
    a10379e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ee0353e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4174442 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    50ebcae View commit details
    Browse the repository at this point in the history
  5. cleanup and docstrings

    mohamed82008 committed May 9, 2019
    Configuration menu
    Copy the full SHA
    1b8ce6b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a831afa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5eba502 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a33ea92 View commit details
    Browse the repository at this point in the history
  9. some test fixes

    mohamed82008 committed May 9, 2019
    Configuration menu
    Copy the full SHA
    bb44ae8 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    74e1a1e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e98ce91 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e3a22ce View commit details
    Browse the repository at this point in the history
  13. fix eval_num

    mohamed82008 committed May 9, 2019
    Configuration menu
    Copy the full SHA
    7b7e714 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c7d81b4 View commit details
    Browse the repository at this point in the history
  15. logp tests

    mohamed82008 committed May 9, 2019
    Configuration menu
    Copy the full SHA
    7cddd53 View commit details
    Browse the repository at this point in the history
  16. add link! tests

    mohamed82008 committed May 9, 2019
    Configuration menu
    Copy the full SHA
    a34838b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    4da3734 View commit details
    Browse the repository at this point in the history
  18. add setgid! test

    mohamed82008 committed May 9, 2019
    Configuration menu
    Copy the full SHA
    c24e3df View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b21f05d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ac284fb View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e42f899 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    b3b6189 View commit details
    Browse the repository at this point in the history
  23. fix tests

    mohamed82008 committed May 9, 2019
    Configuration menu
    Copy the full SHA
    e60be5b View commit details
    Browse the repository at this point in the history
  24. Disallow numerical tests on Appveyor (#778)

    * Disallows numerical tests on Appveyor.
    
    * It appears I've slipped into Python. Fixed.
    
    * Fixing staging functions.
    
    * Relax some type constraints.
    cpfiffer authored and yebai committed May 9, 2019
    Configuration menu
    Copy the full SHA
    85af756 View commit details
    Browse the repository at this point in the history
  25. Bugfix.

    yebai committed May 9, 2019
    Configuration menu
    Copy the full SHA
    d938bd7 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2019

  1. Configuration menu
    Copy the full SHA
    53a17f4 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2019

  1. add typed varinfo

    mohamed82008 committed May 11, 2019
    Configuration menu
    Copy the full SHA
    d42f433 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82d14eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8fffb6a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d832eb View commit details
    Browse the repository at this point in the history
  5. cleanup and docstrings

    mohamed82008 committed May 11, 2019
    Configuration menu
    Copy the full SHA
    2c2f24a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7486f34 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7abbfb0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    133729c View commit details
    Browse the repository at this point in the history
  9. some test fixes

    mohamed82008 committed May 11, 2019
    Configuration menu
    Copy the full SHA
    7df0bbb View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0408e26 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ec06961 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    fab7960 View commit details
    Browse the repository at this point in the history
  13. fix eval_num

    mohamed82008 committed May 11, 2019
    Configuration menu
    Copy the full SHA
    879b211 View commit details
    Browse the repository at this point in the history
  14. reorg and add some tests

    mohamed82008 committed May 11, 2019
    Configuration menu
    Copy the full SHA
    c8c36b6 View commit details
    Browse the repository at this point in the history
  15. logp tests

    mohamed82008 committed May 11, 2019
    Configuration menu
    Copy the full SHA
    9a775fa View commit details
    Browse the repository at this point in the history
  16. add link! tests

    mohamed82008 committed May 11, 2019
    Configuration menu
    Copy the full SHA
    2843d83 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    8be7dc1 View commit details
    Browse the repository at this point in the history
  18. add setgid! test

    mohamed82008 committed May 11, 2019
    Configuration menu
    Copy the full SHA
    8311a9f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    1b6d158 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a8486a3 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f28ee9e View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c29393b View commit details
    Browse the repository at this point in the history
  23. fix tests

    mohamed82008 committed May 11, 2019
    Configuration menu
    Copy the full SHA
    9a78993 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    bd7cf3e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2019

  1. fix merge typo

    mohamed82008 committed May 13, 2019
    Configuration menu
    Copy the full SHA
    928a2f6 View commit details
    Browse the repository at this point in the history