Read -pkg.el file prior to package-file while exists #21
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
For #10
Example output in smartparens (with
-pkg.el
file):Running Eask in the development environment Press Ctrl+C to cancel. Executing script inside Emacs... ✓ Checking Emacs version 29.0.50... done! ✓ Checking system windows-nt... done! + ✓ Try constructing the package-descriptor (smartparens-pkg.el)... succeed! ✓ Loading Eask file in c:/Users/path/to/smartparens/Eask... done! smartparens (1.11.0) | deps: 2 | devDeps: 21 Automatic insertion, wrapping and paredit-like navigation with user defined pairs. entry: smartparens.el kind: single dist .total-files: 1 .unpacked-size: 391k dependencies: cl-lib (0.3) dash (2.13.0) devDependencies: f (latest) ert-runner (latest) undercover (latest) shut-up (latest) ruby-mode (latest) racket-mode (latest) scala-mode (latest) rust-mode (latest) swift-mode (latest) auctex (latest) clojure-mode (latest) lua-mode (latest) js2-mode (latest) ess (latest) tuareg (latest) elixir-mode (latest) haskell-mode (latest) markdown-mode (latest) hungry-delete (latest) evil (latest) crystal-mode (latest)
Example output in smartparens (no
-pkg.el
file; just the package file):Running Eask in the development environment Press Ctrl+C to cancel. Executing script inside Emacs... ✓ Checking Emacs version 29.0.50... done! ✓ Checking system windows-nt... done! + ✓ Try constructing the package-descriptor (parse-it.el)... succeed! ✓ Loading Eask file in c:/Users/path/to/parse-it/Eask... done! parse-it (0.2.1) | deps: 1 | devDeps: 1 Basic Parser in Emacs Lisp https://github.com/jcs-elpa/parse-it keywords: parse, parser, lex, lexer, ast entry: parse-it.el kind: tar dist .total-files: 30 .unpacked-size: 109k dependencies: s (latest) devDependencies: ert-runner (latest)