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

FuzzyMatching works #2937

Merged
merged 1 commit into from Jun 18, 2019
Merged

FuzzyMatching works #2937

merged 1 commit into from Jun 18, 2019

Conversation

CSVdB
Copy link
Contributor

@CSVdB CSVdB commented Jun 11, 2019

Fixes #2843

tests/flakes.sh Outdated
(! nix build -o $TEST_ROOT/result --flake-registry $registry flake4/removeXyzzy:xyzzy)

# Test whether fuzzy-matching works for IsGit
(! nix build -o $TEST_ROOT/result --flake-registry $registry file://$flake4Dir/removeXyzzy:xyzzy)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's probably a good idea to also have a positive test for flake4/removeXyzzy, e.g. nix build flake4/removeXyzzy:sth.

tests/config.nix Outdated
PATH = path;
} // removeAttrs args ["builder" "meta"])
// { meta = args.meta or {}; };
}
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess you accidentally added this file, can you remove it from the PR?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed

@edolstra edolstra merged commit e75ffbf into NixOS:flakes Jun 18, 2019
@CSVdB CSVdB deleted the fuzzymatching-v2 branch June 18, 2019 16:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants