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

Add name to ignore in loopy--defaccumulation. #201

Merged
merged 1 commit into from
Aug 16, 2024
Merged

Conversation

okamsn
Copy link
Owner

@okamsn okamsn commented Aug 16, 2024

Silence byte-compiler warnings when name is unused.

@okamsn okamsn force-pushed the ignore-name-defaccum branch 2 times, most recently from 6728e82 to 3ba979b Compare August 16, 2024 01:06
- Add `name` to `ignore` in `loopy--defaccumulation`.

- Remove unused `cmd` from `loopy--parse-set-command`.

- Remove unused `cmd` from `loopy--parse-set-prev-command`.

- Add `loopy--pcase-flip` as a wrapper for `pcase--flip`, which was obsoleted
  in Emacs 30.

- Add documentation strings to `loopy--seq-length>` and `loopy--seq-length=`.

- Use `static-if`, new in Emacs 30 and provided by Compat, when
  modifying code base on `emacs-major-version`.
@okamsn okamsn force-pushed the ignore-name-defaccum branch from 3ba979b to cce1ba4 Compare August 16, 2024 01:11
@okamsn okamsn merged commit 5b40c0d into master Aug 16, 2024
4 checks passed
github-actions bot added a commit that referenced this pull request Aug 16, 2024
This commit was copied from the master branch.

Commit: 5b40c0d
Author: okamsn <28612288+okamsn@users.noreply.github.com>
Date: 2024-08-16 01:15:19 +0000

Silence byte compiler warnings. (#201)

- Add `name` to `ignore` in `loopy--defaccumulation`.  Identified in #200.

- Remove unused `cmd` from `loopy--parse-set-command`.

- Remove unused `cmd` from `loopy--parse-set-prev-command`.

- Add `loopy--pcase-flip` as a wrapper for `pcase--flip`, which was obsoleted
  in Emacs 30.

- Add documentation strings to `loopy--seq-length>` and `loopy--seq-length=`.

- Use `static-if`, new in Emacs 30 and provided by Compat, when
  modifying code base on `emacs-major-version`.
github-actions bot added a commit that referenced this pull request Aug 16, 2024
This commit was copied from the master branch.

Commit: 5b40c0d
Author: okamsn <28612288+okamsn@users.noreply.github.com>
Date: 2024-08-16 01:15:19 +0000

Silence byte compiler warnings. (#201)

- Add `name` to `ignore` in `loopy--defaccumulation`.  Identified in #200.

- Remove unused `cmd` from `loopy--parse-set-command`.

- Remove unused `cmd` from `loopy--parse-set-prev-command`.

- Add `loopy--pcase-flip` as a wrapper for `pcase--flip`, which was obsoleted
  in Emacs 30.

- Add documentation strings to `loopy--seq-length>` and `loopy--seq-length=`.

- Use `static-if`, new in Emacs 30 and provided by Compat, when
  modifying code base on `emacs-major-version`.
@okamsn okamsn deleted the ignore-name-defaccum branch September 14, 2024 14:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant