git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
From: "Ævar Arnfjörð Bjarmason" <avarab@gmail.com>
To: Junio C Hamano <gitster@pobox.com>
Cc: git@vger.kernel.org, Taylor Blau <me@ttaylorr.com>,
	Emily Shaffer <emilyshaffer@google.com>,
	Jonathan Tan <jonathantanmy@google.com>
Subject: Re: What's cooking in git.git (Jul 2021, #05; Wed, 21)
Date: Thu, 22 Jul 2021 09:33:39 +0200	[thread overview]
Message-ID: <87a6mevkrx.fsf@evledraar.gmail.com> (raw)
In-Reply-To: <xmqqo8av9j7f.fsf@gitster.g>


On Wed, Jul 21 2021, Junio C Hamano wrote:

> It has only been two days since the previous issue, but here it is.
>
> Two topics at the tip of 'seen' breaks CI (d000d1d); it can be seen
> that an extra CI run on 'seen' without them (7d8ed3b) passes.
>
>  (d000d1d) https://github.com/git/git/actions/runs/1053603028

I'll look at that, FWIW it looks like you rewound d000d1d and the
current version of it is 286871f41aa (Yikes, 2021-07-20). I.e. it's the
hn/reftable probably interacting with my ab/refs-files-cleanup.

Updates on my topics & things I have comments on below:

> * ab/bundle-tests (2021-07-20) 2 commits
>  - bundle tests: use test_cmp instead of grep
>  - bundle tests: use ">file" not ": >file"
>
>  "git bundle" gained more test coverage.
>
>  Will merge to 'next'.

Thanks!

> * es/config-based-hooks (2021-07-20) 9 commits
>  - hook: implement hookcmd.<name>.skip
>  - hook: teach 'hookcmd' config to alias hook scripts
>  - hook: allow out-of-repo 'git hook' invocations
>  - hook: include hooks from the config
>  - hook: allow running non-native hooks
>  - hook: treat hookdir hook specially
>  - hook: introduce "git hook list"
>  - hook: allow parallel hook execution
>  - hook: run a list of hooks instead
>  (this branch uses ab/config-based-hooks-base.)
>
>  The "hooks defined via the configuration variables" topic.

Outstanding comments from me:

 * Core design / complexity concerns:
   https://lore.kernel.org/git/87fswey5wd.fsf@evledraar.gmail.com/
 
 * Re-adding needless complexity I fixed in the base topic:
   https://lore.kernel.org/git/87r1fyy728.fsf@evledraar.gmail.com/

 * Maybe a bug in the base topic?
   https://lore.kernel.org/git/87tukuy7vc.fsf@evledraar.gmail.com/

   At least it needs a test in es/config-based-hooks.

   I don't see how it's an issue without es/config-based-hooks, i.e. the
   sendemail-validate is always in-repo, except maybe with
   core.hooksPath?

There's also some other trivial suggestions of squashes, code style
etc. in that thread from me, but that's the main gist of the outstanding
comments for now.

> * ab/refs-files-cleanup (2021-07-20) 12 commits
>  - refs/files: remove unused "errno != ENOTDIR" condition
>  - refs/files: remove unused "errno == EISDIR" code
>  - refs/files: remove unused "oid" in lock_ref_oid_basic()
>  - reflog expire: don't lock reflogs using previously seen OID
>  - refs/files: add a comment about refs_reflog_exists() call
>  - refs: make repo_dwim_log() accept a NULL oid
>  - refs API: pass the "lock OID" to reflog "prepare"
>  - refs/debug: re-indent argument list for "prepare"
>  - refs/files: remove unused "skip" in lock_raw_ref() too
>  - refs/files: remove unused "extras/skip" in lock_ref_oid_basic()
>  - refs/files: remove unused REF_DELETING in lock_ref_oid_basic()
>  - refs/packet: add missing BUG() invocations to reflog callbacks
>  (this branch is used by hn/refs-errno-cleanup.)
>
>  Patches are mostly good, but needs typofixes etc.
>
>  Will merge to 'next'.

Yay, thanks!

> * ab/attribute-format (2021-07-13) 5 commits
> [...]
> * ab/imap-send-read-everything-simplify (2021-07-07) 1 commit
> [...]
> * ab/pkt-line-tests (2021-07-19) 1 commit

Thanks!

> * ab/bundle-doc (2021-07-20) 3 commits
>  - bundle doc: elaborate on rev<->ref restriction
>  - bundle doc: elaborate on object prerequisites
>  - bundle doc: rewrite the "DESCRIPTION" section
>
>  Doc update.
>
>  Expecting a reroll.
>  at least for the second patch.

My reading-between-the-lines of
https://lore.kernel.org/git/xmqqsg08hhs0.fsf@gitster.g/ and
https://lore.kernel.org/git/xmqqo8awhh5z.fsf@gitster.g/ is that you'd be
happy toh have this be merged down in its current form, no?

> * ab/pack-stdin-packs-fix (2021-07-09) 2 commits
>  - pack-objects: fix segfault in --stdin-packs option
>  - pack-objects tests: cover blindspots in stdin handling
>
>  Input validation of "git pack-objects --stdin-packs" has been
>  corrected.
>
>  Ack?
>  cf. <YND3h2l10PlnSNGJ@nand.local>

Have re-rolled & addressed that, I think
https://lore.kernel.org/git/YPcA0oxJgedIf57K@nand.local/ can be read as
"sure, let's take Ævar's v2 as-is", but let's have Taylor Ack that :)

> * ab/make-tags-cleanup (2021-06-29) 5 commits
>  - Makefile: normalize clobbering & xargs for tags targets
>  - Makefile: don't use "FORCE" for tags targets
>  - Makefile: fix "cscope" target to refer to cscope.out
>  - Makefile: add QUIET_GEN to "cscope" target
>  - Makefile: move ".PHONY: cscope" near its target
>
>  Build clean-up for "make tags" and friends.
>
>  Expecting a reroll.
>  Hopefully with a final reroll it would become good enough shape for 'next'?
>  cf. <YN5AwdVC3QAcy2tA@coredump.intra.peff.net>
>  cf. <67c45b13-df8f-8065-377a-fbd2f80992ee@ramsayjones.plus.com>

Re-rolled since & addressed those, hopefully ready for "next" now:
https://lore.kernel.org/git/cover-0.5-00000000000-20210721T231900Z-avarab@gmail.com/

> * ab/config-based-hooks-base (2021-06-29) 33 commits
>  - hooks: fix a TOCTOU in "did we run a hook?" heuristic
>  - receive-pack: convert receive hooks to hook.h
>  - post-update: use hook.h library
>  - receive-pack: convert 'update' hook to hook.h
>  - hooks: allow callers to capture output
>  - run-command: allow capturing of collated output
>  - reference-transaction: use hook.h to run hooks
>  - transport: convert pre-push hook to use config
>  - hook: convert 'post-rewrite' hook in sequencer.c to hook.h
>  - hook: provide stdin by string_list or callback
>  - run-command: add stdin callback for parallelization
>  - am: convert 'post-rewrite' hook to hook.h
>  - hook: support passing stdin to hooks
>  - run-command: allow stdin for run_processes_parallel
>  - run-command: remove old run_hook_{le,ve}() hook API
>  - receive-pack: convert push-to-checkout hook to hook.h
>  - read-cache: convert post-index-change hook to use config
>  - commit: use hook.h to execute hooks
>  - git-p4: use 'git hook' to run hooks
>  - send-email: use 'git hook run' for 'sendemail-validate'
>  - git hook run: add an --ignore-missing flag
>  - merge: use config-based hooks for post-merge hook
>  - hooks: convert 'post-checkout' hook to hook library
>  - am: convert applypatch hooks to use config
>  - rebase: teach pre-rebase to use hook.h
>  - gc: use hook library for pre-auto-gc hook
>  - hook: add 'run' subcommand

This one really needs a review, especially from the original author,
Emily, but ...

>  - hook-list.h: add a generated list of hooks, like config-list.h
>  - hook.c: add a hook_exists() wrapper and use it in bugreport.c
>  - hook.[ch]: move find_hook() to this new library
>  - Makefile: remove an out-of-date comment
>  - Makefile: stop hardcoding {command,config}-list.h
>  - Makefile: mark "check" target as .PHONY

...in case further prodding helps I'd like to poke you again about
having this base-topic-for-the-base-topic proceed ahead already, per the
discussion we had ending at
https://lore.kernel.org/git/xmqqim1spupt.fsf@gitster.g/

I.e. I submitted these as:

    https://lore.kernel.org/git/cover-0.3-0000000000-20210629T190137Z-avarab@gmail.com/
    https://lore.kernel.org/git/cover-0.3-0000000000-20210629T183325Z-avarab@gmail.com/

I think they're rock-solid & ready to move ahead. I'm not so sure about
the rest of ab/config-based-hooks-base, with 33 commits there + another
9 in es/config-based-hooks I think anything to reduce the size will help
reviewers.

>  Restructuring of (a subset of) Emily's config-based-hooks series,
>  to demonstrate that a series can be presented as a more logical and
>  focused progression.
>
>  Waiting for reviews.

The one thing I have for it locally is that the commit messages still
say "use config", but we don't use config yet (just an artifact of the
patch origin before rebasing/rewriting).

I was hoping to convince you to do the above suggested split-up before
re-rolls, and of course any comments from Emily etc.

> * ab/serve-cleanup (2021-06-28) 8 commits
>  - upload-pack.c: convert to new serve.c "startup" config cb
>  - serve: add support for a "startup" git_config() callback
>  - serve.c: add trace2 regions for advertise & command
>  - serve.c: add call_{advertise,command}() indirection
>  - serve: use designated initializers
>  - transport: use designated initializers
>  - transport: rename "fetch" in transport_vtable to "fetch_refs"
>  - serve: mark has_capability() as static
>
>  Code clean-up around "git serve".
>
>  Expecting a reroll.
>  cf. <cover-0.8-00000000000-20210628T191634Z-avarab@gmail.com>
>  cf. <87tul24iw2.fsf@evledraar.gmail.com>

Re-rolled at
https://lore.kernel.org/git/cover-00.12-00000000000-20210721T233307Z-avarab@gmail.com/

A bit of an undirected "let's fix various stuff" at this point, but
fixing up the semantics of a widely-used API is probably inevitably
going to be like that.

I do have meaningful patches on top that I'm waiting to submit, which
hopefully will make the whole picture make more sense, but I think this
cleanup is worth it.

It's really a reduction in "real" code size, but the added tests &
conversion to designated initializers is deceptive.

> * hn/refs-errno-cleanup (2021-07-20) 7 commits
>  - refs: make errno output explicit for refs_resolve_ref_unsafe
>  - refs: explicitly return failure_errno from parse_loose_ref_contents
>  - refs: add failure_errno to refs_read_raw_ref() signature
>  - refs: make errno output explicit for read_raw_ref_fn
>  - refs/files-backend: stop setting errno from lock_ref_oid_basic
>  - refs: remove EINVAL errno output from specification of read_raw_ref_fn
>  - refs file backend: move raceproof_create_file() here
>  (this branch uses ab/refs-files-cleanup.)
>
>  Futz with the way 'errno' is relied on in the refs API to carry the
>  failure modes up the callchain.
>
>  Will merge to 'next'.

Sweet. After this & the going-to-next ab/refs-files-cleanup I had (as
noted) some more (but rather trivial) loose ends cleanups to submit on
top.

> * ab/test-tool-cache-cleanup (2021-06-08) 4 commits
>  - read-cache perf: add a perf test for refresh_index()
>  - test-tool: migrate read-cache-again to parse_options()
>  - test-tool: migrate read-cache-perf to parse_options()
>  - test-tool: split up test-tool read-cache
>
>  Test code shuffling.
>
>  Waiting for reviews.

Emily: Poke @
https://lore.kernel.org/git/87pmw3dlkl.fsf@evledraar.gmail.com/

I'd think in the absence of an update from Emily (in general I've got a
few things bottlenecked in that area...), this rather trivial cleanup is
hopefully easily understood enough to move ahead.

> * ab/pack-objects-stdin (2021-07-09) 5 commits
>  - pack-objects.c: make use of REV_INFO_STDIN_LINE_PROCESS
>  - pack-objects.c: do stdin parsing via revision.c's API
>  - revision.[ch]: add a "handle_stdin_line" API
>  - revision.h: refactor "disable_stdin" and "read_from_stdin"
>  - upload-pack: run is_repository_shallow() before setup_revisions()
>
>  Introduce handle_stdin_line callback to revision API and uses it.

Would love to have a status update on this one / have it merged down, as
noted in
https://lore.kernel.org/git/cover-0.5-00000000000-20210709T105850Z-avarab@gmail.com/
I've got more interesting work waiting on it.

> * ab/update-submitting-patches (2021-06-08) 3 commits
>  - SubmittingPatches: remove pine-specific hints from MUA hints
>  - SubmittingPatches: replace discussion of Travis with GitHub Actions
>  - SubmittingPatches: move discussion of Signed-off-by above "send"
>
>  Reorganize and update the SubmitingPatches document.
>
>  Expecting a reroll.
>  cf. <20210607172542.GA6312@szeder.dev>
>  cf. <nycvar.QRO.7.76.6.2106072346560.55@tvgsbejvaqbjf.bet>

I'll get to this one today, for real this time...

> * ab/send-email-optim (2021-05-28) 13 commits
>   (merged to 'next' on 2021-07-08 at 35ac315894)
>  + perl: nano-optimize by replacing Cwd::cwd() with Cwd::getcwd()
>  + send-email: move trivial config handling to Perl
>  + perl: lazily load some common Git.pm setup code
>  + send-email: lazily load modules for a big speedup
>  + send-email: get rid of indirect object syntax
>  + send-email: use function syntax instead of barewords
>  + send-email: lazily shell out to "git var"
>  + send-email: lazily load config for a big speedup
>  + send-email: copy "config_regxp" into git-send-email.perl
>  + send-email: refactor sendemail.smtpencryption config parsing
>  + send-email: remove non-working support for "sendemail.smtpssl"
>  + send-email tests: test for boolean variables without a value
>  + send-email tests: support GIT_TEST_PERL_FATAL_WARNINGS=true
>
>  "git send-email" optimization.
>
>  Will merge to 'master'.

Thanks!

> * ab/fsck-unexpected-type (2021-07-12) 21 commits
>  - fsck: report invalid object type-path combinations
>  - fsck: report invalid types recorded in objects
>  - object-store.h: move read_loose_object() below 'struct object_info'
>  - fsck: don't hard die on invalid object types
>  - object-file.c: return -2 on "header too long" in unpack_loose_header()
>  - object-file.c: return -1, not "status" from unpack_loose_header()
>  - object-file.c: guard against future bugs in loose_object_info()
>  - object-file.c: stop dying in parse_loose_header()
>  - object-file.c: split up ternary in parse_loose_header()
>  - object-file.c: simplify unpack_loose_short_header()
>  - object-file.c: add missing braces to loose_object_info()
>  - object-file.c: make parse_loose_header_extended() public
>  - object-file.c: don't set "typep" when returning non-zero
>  - cache.h: move object functions to object-store.h
>  - cat-file tests: test for current --allow-unknown-type behavior
>  - cat-file tests: add corrupt loose object test
>  - rev-list tests: test for behavior with invalid object types
>  - cat-file tests: test that --allow-unknown-type isn't on by default
>  - cat-file tests: test for missing object with -t and -s
>  - fsck tests: add test for fsck-ing an unknown type
>  - fsck tests: refactor one test to use a sub-repo
>
>  "git fsck" has been taught to report mismatch between expected and
>  actual types of an object better.
>
>  Needs review.

Yeah, this has been hanging for a while, so here's a request for
reviewers I guess. It's at
https://lore.kernel.org/git/cover-00.21-00000000000-20210710T133203Z-avarab@gmail.com/

I have a bunch of disconnected updates to the object APIs in various
areas that I need to re-roll. In isolation they're fixing rather obscure
issues, but I think the end result yields much better APIs
(i.e. structured error return, don't just die()).

At the end of that we can do some real simplification of upstream
consumers, e.g. the whole --allow-unknown-type handling, --literally
etc.

So if that end-goal sounds good to anyone please take a look at this
topic, thanks!

  reply	other threads:[~2021-07-22  8:02 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-07-22  2:27 What's cooking in git.git (Jul 2021, #05; Wed, 21) Junio C Hamano
2021-07-22  7:33 ` Ævar Arnfjörð Bjarmason [this message]
2021-07-22 14:16   ` Taylor Blau
2021-07-22 22:37   ` Junio C Hamano
2021-07-23  7:32     ` Ævar Arnfjörð Bjarmason
2021-07-23 16:01       ` Junio C Hamano

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: http://vger.kernel.org/majordomo-info.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87a6mevkrx.fsf@evledraar.gmail.com \
    --to=avarab@gmail.com \
    --cc=emilyshaffer@google.com \
    --cc=git@vger.kernel.org \
    --cc=gitster@pobox.com \
    --cc=jonathantanmy@google.com \
    --cc=me@ttaylorr.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).