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 once-incrementally.el #6

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Conversation

noctuid
Copy link
Contributor

@noctuid noctuid commented Mar 11, 2023

Fixes #2.

@codecov-commenter
Copy link

codecov-commenter commented Mar 11, 2023

Codecov Report

Merging #6 (cf5f976) into master (44fb6c0) will not change coverage.
The diff coverage is n/a.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@            Coverage Diff            @@
##            master        #6   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            1         1           
  Lines            2         2           
=========================================
  Hits             2         2           
Impacted Files Coverage Δ
once-setup/once-setup.el 100.00% <ø> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

Fixes #1.

Also add once-pkg.el (to be detected as main file for package-lint) and fix
LocalWords.
- Mention that once-use-package and once-setup must be separately installed
- Allow t or nil as placeholders for inference in use-package/setup keywords
- Fix test files package-requires (once is still needed in extensions once it is in an archive)
- Add tests for use-package and setup.el keyword aliases (previously missing for setup)

Linting is temporarily broken until the use package prefixes are added to package-lint--sane-prefixes (or makem gets support for .dir-locals.el).
There is an issue where coverage from once-setup tests completely replace those
from others (i.e. no coverage information of once.el, only once-setup.el).
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.

once-package-conditions
2 participants