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

permeable-1 #1

Open
wants to merge 29 commits into
base: master
Choose a base branch
from
Open

permeable-1 #1

wants to merge 29 commits into from

Commits on Jun 21, 2018

  1. Update README.md

    Yuyang Wang authored Jun 21, 2018
    Configuration menu
    Copy the full SHA
    a6c8897 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Yuyang Wang authored Jun 21, 2018
    Configuration menu
    Copy the full SHA
    faa2c00 View commit details
    Browse the repository at this point in the history
  3. Update README.md

    Yuyang Wang authored Jun 21, 2018
    Configuration menu
    Copy the full SHA
    15c89fb View commit details
    Browse the repository at this point in the history
  4. Update README.md

    Yuyang Wang authored Jun 21, 2018
    Configuration menu
    Copy the full SHA
    0df3a0a View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Yuyang Wang authored Jun 21, 2018
    Configuration menu
    Copy the full SHA
    1491d4e View commit details
    Browse the repository at this point in the history
  6. Update README.md

    Yuyang Wang authored Jun 21, 2018
    Configuration menu
    Copy the full SHA
    4312848 View commit details
    Browse the repository at this point in the history
  7. Update README.md

    Yuyang Wang authored Jun 21, 2018
    Configuration menu
    Copy the full SHA
    d92c557 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2018

  1. Update

    WangYuyang committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    79e3cf7 View commit details
    Browse the repository at this point in the history
  2. 2018.6.22 Update

    WangYuyang committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    858e059 View commit details
    Browse the repository at this point in the history
  3. 2018.6.22 Update

    WangYuyang committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    008cc49 View commit details
    Browse the repository at this point in the history
  4. 2018.6.22 Update

    WangYuyang committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    a2bae21 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Yuyang Wang authored Jun 22, 2018
    Configuration menu
    Copy the full SHA
    cb791f7 View commit details
    Browse the repository at this point in the history
  6. 2018.6.22 17:31 Update

    WangYuyang committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    668a36f View commit details
    Browse the repository at this point in the history
  7. 2018.6.22 17:31 Update

    WangYuyang committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    e03d6e1 View commit details
    Browse the repository at this point in the history
  8. 2018.6.22 17:31 Update

    WangYuyang committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    d46b576 View commit details
    Browse the repository at this point in the history
  9. 2018.6.22 17:31 Update

    WangYuyang committed Jun 22, 2018
    Configuration menu
    Copy the full SHA
    7076b4e View commit details
    Browse the repository at this point in the history
  10. Update README.md

    Yuyang Wang authored Jun 22, 2018
    Configuration menu
    Copy the full SHA
    8e4f5f0 View commit details
    Browse the repository at this point in the history
  11. Update README.md

    Yuyang Wang authored Jun 22, 2018
    Configuration menu
    Copy the full SHA
    4f168ea View commit details
    Browse the repository at this point in the history
  12. Update README.md

    Yuyang Wang authored Jun 22, 2018
    Configuration menu
    Copy the full SHA
    8f49fa2 View commit details
    Browse the repository at this point in the history
  13. Update README.md

    Yuyang Wang authored Jun 22, 2018
    Configuration menu
    Copy the full SHA
    b375732 View commit details
    Browse the repository at this point in the history
  14. Update README.md

    Yuyang Wang authored Jun 22, 2018
    Configuration menu
    Copy the full SHA
    ae46b95 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2018

  1. 2018.6.24

    WangYuyang committed Jun 24, 2018
    Configuration menu
    Copy the full SHA
    0d9acb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    30b58a7 View commit details
    Browse the repository at this point in the history
  3. Run some automated testing...

    This one does Python but we could add other languages.
    
    Travis CI can be used to do automated testing on all pull requests before they are reviewed and merged. This service is free to open source projects like this one. The Continuous Integration service must be turned on by @w1109790800 logging into https://travis-ci.com/w1109790800 with GitHub credentials and turning on the switch for this repo.
    
    This config will have http://flake8.pycqa.org flag the build if there are Python syntax errors or undefined names.
    
    E901,E999,F821,F822,F823 are the "showstopper" flake8 issues that can halt the runtime with a SyntaxError, NameError, etc. Most other flake8 issues are merely "style violations" -- useful for readability but they do not effect runtime safety. This PR therefore recommends a flake8 run of these tests on the entire codebase.
    
        F821: undefined name name
        F822: undefined name name in __all__
        F823: local variable name referenced before assignment
        E901: SyntaxError or IndentationError
        E999: SyntaxError -- failed to compile a file into an Abstract Syntax Tree
    cclauss authored Jun 24, 2018
    Configuration menu
    Copy the full SHA
    6c7050c View commit details
    Browse the repository at this point in the history
  4. Merge pull request az0ne#1 from cclauss/patch-1

    Run some automated testing...
    Yuyang Wang authored Jun 24, 2018
    Configuration menu
    Copy the full SHA
    bdbc5ab View commit details
    Browse the repository at this point in the history
  5. 2018.6.25

    WangYuyang committed Jun 24, 2018
    Configuration menu
    Copy the full SHA
    dbdf3b2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ece8074 View commit details
    Browse the repository at this point in the history
  7. 2018.6.25

    WangYuyang committed Jun 24, 2018
    Configuration menu
    Copy the full SHA
    26039f5 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2018

  1. Update README.md

    Yuyang Wang authored Jun 25, 2018
    Configuration menu
    Copy the full SHA
    5f74d47 View commit details
    Browse the repository at this point in the history