| commit | 61250e44b0750be4579f304dcff41bbffde72264 | [log] [tgz] |
|---|---|---|
| author | Wei-Luan Wang <[email protected]> | Mon Aug 12 04:03:43 2024 |
| committer | Chromeos LUCI <[email protected]> | Tue Aug 13 03:06:34 2024 |
| tree | fe52f9f68d306324a886699a92c448274bf43d47 | |
| parent | 419813738813cd7af9a3d0da43dce410d978a99b [diff] |
Replace NOTREACHED() with NOTREACHED_IN_MIGRATION() Apply the same change as the upstream CL:5539175. BUG=b:356312475 TEST=CQ Change-Id: I25e60f05b577987b509ed08d9985368676c70166 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/cbor/+/5781310 Reviewed-by: Firas Sammoura <[email protected]> Commit-Queue: Wei-Luan Wang <[email protected]> Tested-by: Wei-Luan Wang <[email protected]>
cbor: Concise Binary Object RepresentationThis library is a partial implementation of the RFC 7049 Concise Binary Object Representation standard.
The source code was fetched from chromium/src in order to avoid code duplication.
The cros/upstream/main branch is a mirror of the components/cbor directory from upstream. It is automatically updated to reflect the latest changes in upstream.
To pull in updates from chromium/src, do the following:
git remote update
git checkout -b main cros/main
git merge cros/upstream/main
OWNERS should use the version from main.BUILD.gn should mostly use the version from main, unless the upstream changes the files to be built.#include paths should use the version from main (without “components/”). This should be the majority of the merge conflicts.git revert after committing the merge commit. This preserves the history and makes it clear why a change is being reverted rather than quietly changing it in the merge commit.Push the resulting merge commit with:
(chroot) $ git push HEAD:refs/for/main