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

[Python] add federated send class test #888

Closed
wants to merge 61 commits into from

Commits on Jan 5, 2022

  1. Configuration menu
    Copy the full SHA
    239e875 View commit details
    Browse the repository at this point in the history
  2. add more send class tests

    housengw committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    a294016 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2022

  1. add no react test

    housengw committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    24e8a2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c63aceb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90ca83d View commit details
    Browse the repository at this point in the history
  4. Comments only

    Soroosh129 committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    85ad7ae View commit details
    Browse the repository at this point in the history
  5. Added PyUtil

    Soroosh129 committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    12b9192 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ca47625 View commit details
    Browse the repository at this point in the history
  7. Fixed syntax error

    Soroosh129 committed Jan 22, 2022
    Configuration menu
    Copy the full SHA
    8943031 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9c8b937 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    22cb830 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2022

  1. Slightly adjusted example

    Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    9b2c4a6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    94142e1 View commit details
    Browse the repository at this point in the history
  3. Revert "Skeleton of the intersection demo in ROS"

    This reverts commit 94142e1.
    Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    2495ab5 View commit details
    Browse the repository at this point in the history
  4. Revert "Slightly adjusted example"

    This reverts commit 9b2c4a6.
    Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    0cdba6d View commit details
    Browse the repository at this point in the history
  5. Ported LinguaFrancaScopingTest to Java

    lhstrh authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    67bb9a5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    413e8e3 View commit details
    Browse the repository at this point in the history
  7. Respond to comments from @oowekyala

    lhstrh authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    1ef5a51 View commit details
    Browse the repository at this point in the history
  8. Update org.lflang.tests/src/org/lflang/tests/compiler/LinguaFrancaAST…

    …UtilsTest.java
    
    Co-authored-by: Clément Fournier <[email protected]>
    2 people authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    943cae0 View commit details
    Browse the repository at this point in the history
  9. cleanup scripts

    housengw authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    0d7363a View commit details
    Browse the repository at this point in the history
  10. improve log readability

    housengw authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    06610a9 View commit details
    Browse the repository at this point in the history
  11. update dev docs

    housengw authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    0e8f6b5 View commit details
    Browse the repository at this point in the history
  12. nonfunctional double unlock demo

    housengw authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    99c939b View commit details
    Browse the repository at this point in the history
  13. refactor Key fob demo

    housengw authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    9433261 View commit details
    Browse the repository at this point in the history
  14. rename lock_status to lock_state

    housengw authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    b73da8c View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f3124e2 View commit details
    Browse the repository at this point in the history
  16. refactor messages

    housengw authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    8852721 View commit details
    Browse the repository at this point in the history
  17. resolve conflicts

    housengw authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    446dcc0 View commit details
    Browse the repository at this point in the history
  18. add autolock feature

    housengw authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    9744d3d View commit details
    Browse the repository at this point in the history
  19. added intermediate logical action

    housengw authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    3716c5c View commit details
    Browse the repository at this point in the history
  20. add skeleton of Tester

    housengw authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    e24d54d View commit details
    Browse the repository at this point in the history
  21. add run scripts and fix tester

    housengw authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    58709a5 View commit details
    Browse the repository at this point in the history
  22. add readme for double unlock demo

    housengw authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    12b9e2a View commit details
    Browse the repository at this point in the history
  23. add link to demo

    housengw authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    603fde3 View commit details
    Browse the repository at this point in the history
  24. rename tester to simulator

    housengw authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    e438f0b View commit details
    Browse the repository at this point in the history
  25. Update DoubleUnlockDemo.lf

    housengw authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    17f9c23 View commit details
    Browse the repository at this point in the history
  26. add comment and clean up

    housengw authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    8ca7994 View commit details
    Browse the repository at this point in the history
  27. Update RELEASES.md.

    petervdonovan authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    22e2299 View commit details
    Browse the repository at this point in the history
  28. Update RELEASES.md.

    petervdonovan authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    f1ef334 View commit details
    Browse the repository at this point in the history
  29. CI: Re-order steps.

    This responds to the following error: "pathspec 'D:\a\lingua-franca\lingua-franca\vcpkg' did not match any file(s) known to git".
    petervdonovan authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    b3f902a View commit details
    Browse the repository at this point in the history
  30. Python: Handle empty output.

    This problem does not manifest on my machine, so I can only hope that this solves it.
    petervdonovan authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    49c2f91 View commit details
    Browse the repository at this point in the history
  31. Revert "Python: Handle empty output."

    This reverts commit f5aae38.
    petervdonovan authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    683dd66 View commit details
    Browse the repository at this point in the history
  32. LFCommand: Do not forget to shut down thread pool.

    This seems to have prevented normal program termination (it hangs when done).
    petervdonovan authored and Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    c6f1f4c View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    505cda4 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    6c5b62b View commit details
    Browse the repository at this point in the history
  35. Fixed compile errors

    Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    80e70a7 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    c57e6f7 View commit details
    Browse the repository at this point in the history
  37. Fixed merge artifacts

    Soroosh129 committed Jan 24, 2022
    Configuration menu
    Copy the full SHA
    c98f551 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2022

  1. Tests: Code block start/end may be commented out.

    The problem was that there was a commented-out line that included a "{=". The error inserter didn't detect that it was commented, so it inserted the syntax error in an inappropriate place.
    petervdonovan committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    84d8f27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5013c14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4e6a93c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4156312 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    419fa73 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2edf29c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    32f2804 View commit details
    Browse the repository at this point in the history
  8. Added timeouts to tests

    Soroosh129 committed Jan 25, 2022
    Configuration menu
    Copy the full SHA
    845b9b3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1b399eb View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2022

  1. Configuration menu
    Copy the full SHA
    4e63977 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19ccbf6 View commit details
    Browse the repository at this point in the history
  3. New lines

    Soroosh129 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    634ed8e View commit details
    Browse the repository at this point in the history
  4. Added to RELEASE.md

    Soroosh129 committed Jan 26, 2022
    Configuration menu
    Copy the full SHA
    3c08c56 View commit details
    Browse the repository at this point in the history