-
Notifications
You must be signed in to change notification settings - Fork 6
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: ryuichiueda/opy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.2.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: ryuichiueda/opy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
1
contributor
Commits on Nov 3, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 38c9165 - Browse repository at this point
Copy the full SHA 38c9165View commit details
Commits on Nov 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5c2092c - Browse repository at this point
Copy the full SHA 5c2092cView commit details
Commits on Nov 9, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 672981c - Browse repository at this point
Copy the full SHA 672981cView commit details
Commits on Nov 10, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 12129bb - Browse repository at this point
Copy the full SHA 12129bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 20ff787 - Browse repository at this point
Copy the full SHA 20ff787View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2c0014f - Browse repository at this point
Copy the full SHA 2c0014fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 93a07ff - Browse repository at this point
Copy the full SHA 93a07ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for 25b97b9 - Browse repository at this point
Copy the full SHA 25b97b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9624400 - Browse repository at this point
Copy the full SHA 9624400View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95b249c - Browse repository at this point
Copy the full SHA 95b249cView commit details
Commits on Nov 12, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0b862b9 - Browse repository at this point
Copy the full SHA 0b862b9View commit details
Commits on Nov 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for ad47877 - Browse repository at this point
Copy the full SHA ad47877View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5946cdf - Browse repository at this point
Copy the full SHA 5946cdfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 014ea43 - Browse repository at this point
Copy the full SHA 014ea43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 81687d9 - Browse repository at this point
Copy the full SHA 81687d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 400544a - Browse repository at this point
Copy the full SHA 400544aView commit details
Commits on Nov 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a554d1e - Browse repository at this point
Copy the full SHA a554d1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 023af3c - Browse repository at this point
Copy the full SHA 023af3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 12fb996 - Browse repository at this point
Copy the full SHA 12fb996View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d646b6 - Browse repository at this point
Copy the full SHA 2d646b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6a92909 - Browse repository at this point
Copy the full SHA 6a92909View commit details
Commits on Dec 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 9b83ff9 - Browse repository at this point
Copy the full SHA 9b83ff9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 358cffc - Browse repository at this point
Copy the full SHA 358cffcView commit details
Commits on Jun 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 4f0dd2c - Browse repository at this point
Copy the full SHA 4f0dd2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 065030b - Browse repository at this point
Copy the full SHA 065030bView commit details
Commits on Jul 16, 2020
-
Inhibit a warning message on pipefail
sys.exit() throws an exception on pipefail. In this case, opy gave a warning message and finished with the exit status 120. Since I want to make opy ignore PIPEFAIL, I have replaced sys.exit() to os._exit(). ``` $ yes aho | opy '[F1]' | head aho aho aho aho aho aho aho aho aho aho Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'> BrokenPipeError: [Errno 32] Broken pipe $ echo ${PIPESTATUS[@]} 141 120 0 $ yes aho | opy '[F1]' | head aho aho aho aho aho aho aho aho aho aho $ echo ${PIPESTATUS[@]} 141 0 0 ```
Configuration menu - View commit details
-
Copy full SHA for 172eb08 - Browse repository at this point
Copy the full SHA 172eb08View commit details
Commits on Jan 1, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 010099a - Browse repository at this point
Copy the full SHA 010099aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e62c13 - Browse repository at this point
Copy the full SHA 9e62c13View commit details -
Configuration menu - View commit details
-
Copy full SHA for f210a33 - Browse repository at this point
Copy the full SHA f210a33View commit details -
Configuration menu - View commit details
-
Copy full SHA for 103e742 - Browse repository at this point
Copy the full SHA 103e742View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3064871 - Browse repository at this point
Copy the full SHA 3064871View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4433ba3 - Browse repository at this point
Copy the full SHA 4433ba3View commit details
Commits on Jan 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for ab95856 - Browse repository at this point
Copy the full SHA ab95856View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbabe6e - Browse repository at this point
Copy the full SHA cbabe6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for a19aed7 - Browse repository at this point
Copy the full SHA a19aed7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8c0c82b - Browse repository at this point
Copy the full SHA 8c0c82bView commit details
Commits on Feb 7, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 3cad83d - Browse repository at this point
Copy the full SHA 3cad83dView commit details
Commits on Jul 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 67e6f28 - Browse repository at this point
Copy the full SHA 67e6f28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 276ccc2 - Browse repository at this point
Copy the full SHA 276ccc2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 13ccbe6 - Browse repository at this point
Copy the full SHA 13ccbe6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b190a30 - Browse repository at this point
Copy the full SHA b190a30View commit details
Commits on Jul 3, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 92902f3 - Browse repository at this point
Copy the full SHA 92902f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 54ba6ef - Browse repository at this point
Copy the full SHA 54ba6efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 29c6ee9 - Browse repository at this point
Copy the full SHA 29c6ee9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e031d0 - Browse repository at this point
Copy the full SHA 4e031d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fa5c01d - Browse repository at this point
Copy the full SHA fa5c01dView commit details
There are no files selected for viewing
This file was deleted.