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

Read -pkg.el file prior to package-file while exists #21

Merged
merged 6 commits into from
May 28, 2022
Merged

Conversation

jcs090218
Copy link
Member

@jcs090218 jcs090218 commented May 28, 2022

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)

lisp/_prepare.el Outdated Show resolved Hide resolved
lisp/_prepare.el Outdated Show resolved Hide resolved
@jcs090218 jcs090218 merged commit 9ee2bed into master May 28, 2022
@jcs090218 jcs090218 deleted the pkg branch May 28, 2022 18:52
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.

2 participants