Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: ipfs/js-ipfs-unixfs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: ipfs/js-ipfs-unixfs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: fix/ignore-high-mode-bits-passed-to-constructor
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 10 files changed
  • 1 contributor

Commits on Jun 4, 2020

  1. fix: ignore high mode bits passed to constructor

    The UnixFS Spec says high mode bits not defined in the version of the
    spec supported by a given implementation should be ignored but also
    persisted to ensure forwards compatibility.  The change here:
    
    1. Ignores high bits passed to the constructor
    1. Respects high bits read out of a protobuf though does not expose them
    1. Writes high bits back to a protobuf but only if they were read from
        a protobuf to begin with
    achingbrain committed Jun 4, 2020
    Configuration menu
    Copy the full SHA
    65a040d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0829686 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0b11fa2 View commit details
    Browse the repository at this point in the history
Loading