melpazoid icon indicating copy to clipboard operation
melpazoid copied to clipboard

A bundle of CI scripts for testing Emacs packages, primarily submissions to MELPA.

Results 14 melpazoid issues
Sort by recently updated
recently updated
newest added

680f58ec82d5de7472b288abf7944c42a6c51905 introduced a suggestion for the `%Y-%m-%d` time string. But for some reason it also prints the suggestion for `%y-%m-%d` (with _lower-cased_ y). Ref: https://github.com/alexluigit/dirvish/blob/4a99dc5c9a2d3575183cd368284bb217b35f8007/dirvish-widgets.el#L30 Ref: https://github.com/alexluigit/dirvish/actions/runs/3189587662/jobs/5203562609#step:5:19

I fixed a local copy with the following patch: ``` (buffer-name) - (pkg-info-format-version - (pkg-info-package-version "package-lint"))) + (pkg-info-version-info "package-lint")) ``` ``` ELISP> (symbol-file 'package-lint 'provide) "/home/user/.emacs.d/straight/build/package-lint/package-lint.elc" ELISP> (pkg-info-package-version "package-lint") ***...

enhancement

Hello, I followed the sharp-quoting advice from melpazoid.el and changed my code as follows: ```emacs-lisp ;; error (define-obsolete-function-alias #'org-starter-load-local-variables #'org-starter-org-mode-hook "0.2.9") ``` However, this causes a byte-compilation error (with Emacs...

enhancement

Re #4, discussed in #3. - The Elisp package allows us to run locally without being tied to running on a CI. - With async-await, all processing is done asynchronously....

As https://github.com/melpa/melpa/pull/6728, melpa have no python 3.6. we can't expect `python`, but we can expect `Emacs` :). Elisp is Turing complete and, fortunately, or unfortunately, can even execute external commands....

Hi! This project looks so cool! But I try this project, stack at `Building container...` ```shell $ MELPA_PR_URL=https://github.com/melpa/melpa/pull/6725 make python melpazoid.py Cloning https://github.com/srfi-explorations/emacs-srfi Building container... 🐳 ^CTraceback (most recent call...

Hey! I noticed a couple of recently-added packages (`eshell-atuin`/`lazy-ruff`) ended up having invalid homepage tags (`;; URL:` headers), and I reckon we could automate checks for those, at least to...

This is one of those things I don't understand but it seems that newer docker and podman build containers using a different method and by adding this option it fixes...

Currently `melpazoid` provides feedback with little granularity, and only up to the offending section. For example, ``` - The `;;; Commentary` for this file is much wider than 80 characters...

ArchLinux does not allow installing packages outside a `venv` or the regular AUR packages. A `venv` is unnecessary, and `melpazoid` is the exact kind of package that should be used...