Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Start fixing #525 Windows errors#530

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
ankostis merged 8 commits intogitpython-developers:masterfromankostis:fixwin
Oct 14, 2016

Conversation

ankostis
Copy link
Contributor

@ankostisankostis commentedOct 12, 2016
edited
Loading

  • git-daemon:
    • Use git-daemon PORT above 10k; on Windows all below need Admin rights.
    • Used relative daemon-paths with--base-pth.
    • Simplify git-daemon start/stop/ex-hanlding.
      +FIXED git-daemon @with_rw_and_rw_remote_repo():
    • "Polish" most remote & config urls, converting -->/.
    • test_base.test_with_rw_remote_and_rw_repo() PASS.
  • Remote:
    • test_remote: apply polish-urls on_do_test_fetch() checking function.
    • test_remote.test_base() now freezes on Windows! (so still hidden win_err).
      pump fetch-infos instead of GIL-reading stderr.
    • Push-cmd also keep (and optionally raise) any error messages.
  • cmd.handle_process_output() accepts null-finalizer, to pump completely
    stderr before raising any errors.
  • test: EnableTestGit.test_environment() on Windows (to checks stderr
    consumption).
  • util: delete unusedabsolute_project_path().
  • Control separatelyfreezing TCs on Windows withgit.util.HIDE_WINDOWS_FREEZE_ERRORS flag.

@codecov-io
Copy link

codecov-io commentedOct 12, 2016
edited
Loading

Current coverage is 94.87% (diff: 95.34%)

Merging#530 intomaster will increase coverage by0.01%

@@             master       #530   diff @@==========================================  Files            63         63            Lines          9634       9643     +9     Methods           0          0            Messages          0          0            Branches          0          0          ==========================================+ Hits           9139       9149    +10+ Misses          495        494     -1  Partials          0          0

Powered byCodecov. Last updatee316575...c8e914e

@ankostisankostisforce-pushed thefixwin branch 3 times, most recently fromc6b0a0a toe6853d5CompareOctober 12, 2016 20:32
+ Do not abspath twice when contructing cloned repo.+ Add `git.repo.base` logger.
+ Parse most remote & config-urls \-->/.+ Used relative daemon-paths.+ Use git-daemon PORT above 10k; on Windows all below need Admin rights.+FIXED git-daemon  @with_rw_and_rw_remote_repo():  + test_base.test_with_rw_remote_and_rw_repo() PASS.  + test_remote.test_base() now freezes! (so still hidden win_err)+ repo_test: minor finally delete test-repos created inside this repo.+ util: delete unused `absolute_project_path()`.
+ cmd: use DEVNULL for non PIPEs; no open-file.+ TCs: some unitestize-assertions on base & remote TCs.
…d stderr+ `handle_process_output()` accepts null-finalizer, to pump completelystderr before raising any errors.+ test: Enable `TestGit.test_environment()` on Windows (to checks stderrconsumption).
@ankostisankostisforce-pushed thefixwin branch 2 times, most recently from003b02f to01751aaCompareOctober 13, 2016 23:04
@ankostisankostis changed the titleStart fixing some #525 Windows errorsCygwin support & Start fixing #525 Windows errorsOct 14, 2016
+ Bug discovered after enabling TC in prev commit and rework of fetch.+ remote_tc: unitestize assertions.+ util: DEL unused `_mktemp()`.
@ankostisankostis changed the titleCygwin support & Start fixing #525 Windows errorsStart fixing #525 Windows errorsOct 14, 2016
…ions+ Ignore `with_extended_output` arg when reaising the exception, keepits behavior when `status==0`.
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Development

Successfully merging this pull request may close these issues.

3 participants
@ankostis@codecov-io@Byron

[8]ページ先頭

©2009-2025 Movatter.jp