Skip to content

Conversation

@jcs090218
Copy link
Member

@jcs090218 jcs090218 commented Mar 15, 2023

For #162.

eask compile

Compiling d:/_workspace/test-1/eask-test.el... done
Compiling d:/_workspace/test-1/one.el... done
Compiling d:/_workspace/test-1/two.el... done

(Total of 3 files compiled, 0 skipped)

eask compile --clean

Compiling d:/_workspace/test-1/eask-test.el... done
Compiling d:/_workspace/test-1/one.el... done
Compiling d:/_workspace/test-1/two.el... skipped

In end of data:
two.el:3:2: Warning: the function `-filter' is not known to be defined.

(Total of 2 files compiled, 1 skipped)

eask compile --help

  compile [names..]

  Byte compile all Emacs Lisp files in the package

  Positionals:
    [names..]  specify files to byte-compile

+ Command Options:
+   -c, --clean  clean byte-compile files individually                                                                                                                                                    [boolean]

  Proxy Options:
        --proxy        update proxy for HTTP and HTTPS to host                                                                                                                                             [string]
...

@jcs090218 jcs090218 added the enhancement New feature or request label Mar 15, 2023
@jcs090218 jcs090218 merged commit 95ebf7f into master Mar 15, 2023
@jcs090218 jcs090218 deleted the feature/clean-compile branch March 15, 2023 05:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants