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

Integrate gitoxide #2

Closed
wants to merge 2 commits into from
Closed

Integrate gitoxide #2

wants to merge 2 commits into from

Conversation

Byron
Copy link
Owner

@Byron Byron commented Dec 1, 2022

try CI

They are made to control which portions of typical git operations
should be handled by gitoxide and try to predict what'about
to be implemented one day.

That way testers on nightly can more easily A/B test different
capabilities as well.
Using a rust config flag we are able to selective run only those
tests that have been cleared to run with `gitoxide`, as part of
a separate test run.

That way we will keep testing all `git2` related code as before
but step by step enable more tests to work correctly with `gitoxide`.

For now it's only planned to run git-related tests, but it's possible
to one-day run the entire test suite if oen were to be willing to pay
the cost.

CI is configured to run separate tests for `gitoxide` as well.
@Byron Byron force-pushed the integrate-gitoxide branch 2 times, most recently from fd6ccdd to 0c9d0c6 Compare December 1, 2022 16:13
@Byron Byron closed this Dec 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant