-
Notifications
You must be signed in to change notification settings - Fork 54
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
Silence warnings #96
base: master
Are you sure you want to change the base?
Silence warnings #96
Commits on Mar 20, 2023
-
Silence warning about unused arguments
By naming the variable with the _ prefix the compiler knows it is intended to be unused. > In browse-at-remote--format-region-url-as-gitiles: > lib/browse-at-remote/browse-at-remote.el:456:103: Warning: Unused lexical argument `lineend'
Configuration menu - View commit details
-
Copy full SHA for bea3442 - Browse repository at this point
Copy the full SHA bea3442View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5deed9c - Browse repository at this point
Copy the full SHA 5deed9cView commit details -
Silence warnings about docstring being wider than 80 characters
> lib/browse-at-remote/browse-at-remote.el:83:2: Warning: custom-declare-variable `browse-at-remote-preferred-remote-name' docstring wider than 80 characters > lib/browse-at-remote/browse-at-remote.el:102:2: Warning: custom-declare-variable `browse-at-remote-add-line-number-if-no-region-selected' docstring wider than 80 characters > > In browse-at-remote--get-preferred-remote: > lib/browse-at-remote/browse-at-remote.el:227:2: Warning: docstring wider than 80 characters > > In browse-at-remote--get-formatter: > lib/browse-at-remote/browse-at-remote.el:274:2: Warning: docstring wider than 80 characters
Configuration menu - View commit details
-
Copy full SHA for a3a5b1b - Browse repository at this point
Copy the full SHA a3a5b1bView commit details -
Replace SEQ-CONTAINS with SEQ-CONTAINS-P
> In browse-at-remote--format-region-url-as-pagure: > lib/browse-at-remote/browse-at-remote.el:439:20: Warning: ‘seq-contains’ is an obsolete function (as of 27.1); use ‘seq-contains-p’ instead.
Configuration menu - View commit details
-
Copy full SHA for 87ba3d8 - Browse repository at this point
Copy the full SHA 87ba3d8View commit details -
Silence warnings about functions not known to be defined
> In end of data: > lib/browse-at-remote/browse-at-remote.el:544:42: Warning: the function ‘log-view-current-entry’ is not known to be defined. > lib/browse-at-remote/browse-at-remote.el:514:34: Warning: the function ‘dired-current-directory’ is not known to be defined.
Configuration menu - View commit details
-
Copy full SHA for a66f142 - Browse repository at this point
Copy the full SHA a66f142View commit details -
Silence warning about usage of unescaped single qutoes
> lib/browse-at-remote/browse-at-remote.el:375:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting)
Configuration menu - View commit details
-
Copy full SHA for 9eeb7fe - Browse repository at this point
Copy the full SHA 9eeb7feView commit details