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

documentation fixes #2805

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

documentation fixes #2805

wants to merge 7 commits into from

Conversation

Habbie
Copy link
Contributor

@Habbie Habbie commented Apr 5, 2021

This PR contains:

  1. a commit that makes build_docs.py more portabl2
  2. a formatting fix for hs.dialog.textPrompt
  3. further commits that fix various things

Many other bits of doc are broken like (2) fixes (both in Hammerspoon and in Spoons) - this is just a suggested format for those, feel free to disagree.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This pull request does not contain a valid label. Please add one of the following labels: pr-fix, pr-change, pr-feature, pr-maintenance

@github-actions
Copy link

github-actions bot commented Apr 5, 2021

Release Notes Preview

Other:

@codecov
Copy link

codecov bot commented Apr 5, 2021

Codecov Report

Merging #2805 (85ca71d) into master (005d208) will decrease coverage by 0.46%.
Report is 908 commits behind head on master.
The diff coverage is n/a.

❗ Current head 85ca71d differs from pull request most recent head a312dc8. Consider uploading reports for the commit a312dc8 to get more accurate results

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #2805      +/-   ##
==========================================
- Coverage   27.24%   26.78%   -0.46%     
==========================================
  Files         179      179              
  Lines       36063    36063              
==========================================
- Hits         9826     9661     -165     
- Misses      26237    26402     +165     

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

@github-actions

This comment has been minimized.

except:
warn("Unable to parse parameters for %s\n%s\n" % (item["signature"], sys.exc_info()[1]))
except Exception as e:
warn("Unable to parse parameters for %s\n%s\n" % (item["signature"], repr(e)))

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

E501 line too long (90 > 79 characters)

@github-actions

This comment has been minimized.

@cmsj
Copy link
Member

cmsj commented Apr 7, 2021

@Habbie could we have this again, without the /usr/bin/env change, since that's now been handled by #2798

@github-actions
Copy link

View Test Results

    1 files  ±0    27 suites  ±0   4m 54s ⏱️ -3s
330 tests ±0  330 ✔️ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 85ca71d. ± Comparison against base commit 005d208.

@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This part is no longer needed, it was already handled by another PR.

@cmsj cmsj added the pr-maintenance Pull Request for uninteresting maintenance work label Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pr-maintenance Pull Request for uninteresting maintenance work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants