-
Notifications
You must be signed in to change notification settings - Fork 120
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
Get github automation working on ubuntu #903
base: master
Are you sure you want to change the base?
Get github automation working on ubuntu #903
Conversation
@@ -301,7 +312,7 @@ def _get_defaults(): | |||
|
|||
# EXECUTABLES | |||
"AHK_PATH": | |||
str(Path(_BASE_PATH).joinpath(ahk_path_default)), | |||
str(Path(ahk_path_default)), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This one I'm not so sure of. I don't think that this was ever right
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes as ahk_path_default
should already include the base path
Depending on your time as I know you're busy. A way to improve the code with to be breaking it up into more functions and/or a class. This makes it that only the see the different components and their purpose that makes it easier to test as well. I'll see if I can get around testing this soon! |
I don't think I have the time to do a good job of tidying this up just yet. Should I open an issue? |
Sure |
I still need iron out a few things with Path. You can hold off for a bit on the review comments yet. |
This is unrelated to this PR so keep that in mind. I can't get this to work as it keeps failing despite pulling up MINGW64.
I will keep looking into it. I think I can re-implement this work doesn't have to rely on AutoHotkey making it cross-platform using dragonfly. If my understanding is correct |
- remove default encoding utf-8 for py2 - remove six code for py2 - fix natlink imports for py3
This reverts commit 408a923.
@LexiconCode Yes it would be good if we didn't have to rely on AHK. I think we needed that earlier before dragonfly had that functionality |
24ab020
to
88a91bd
Compare
Get github automation working on ubuntu
Description
A few tweaks to get the automatic checkout pull request feature to work on linux. I think this should also work on Mac.
Related Issue
None.
Motivation and Context
As above.
How Has This Been Tested
This has only been tested on ubuntu.
Types of changes
Checklist
Maintainer/Reviewer Checklist