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

chore(pkg): Remove rudimentary git config parser in favor of git config #9905

Merged

Conversation

Leonidas-from-XIV
Copy link
Collaborator

This removes the rudimentary config parser in favor of using git config --list --blob which conveniently can just parse from any blob in the repo.

This makes our parser match the git parser, thus no need for the parser tests anymore.

@Leonidas-from-XIV Leonidas-from-XIV changed the title chore(pkg): Remove rudementary git config parser in favor of git config chore(pkg): Remove rudimentary git config parser in favor of git config Feb 2, 2024
src/dune_pkg/rev_store.ml Outdated Show resolved Hide resolved
src/dune_pkg/rev_store.ml Outdated Show resolved Hide resolved
src/dune_pkg/rev_store.ml Outdated Show resolved Hide resolved
src/dune_pkg/rev_store.ml Outdated Show resolved Hide resolved
Signed-off-by: Marek Kubica <marek@tarides.com>
@Leonidas-from-XIV Leonidas-from-XIV merged commit af84f61 into ocaml:main Feb 6, 2024
26 of 27 checks passed
@Leonidas-from-XIV Leonidas-from-XIV deleted the remove-git-config-parser branch February 6, 2024 17:49
emillon pushed a commit to emillon/dune that referenced this pull request Feb 8, 2024
…9905)

Signed-off-by: Marek Kubica <marek@tarides.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants