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: purescript-node/purescript-node-buffer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: purescript-node/purescript-node-buffer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: cleanup-buffer
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 16 files changed
  • 1 contributor

Commits on Jun 23, 2023

  1. Internal -> Buffer; invert MonadBuffer module dependency

    - All `Internal` FFI has been moved into `Node.Buffer` and rewritten to use `FnX`/`EffectFnX` code
    - ST.purs was rewritten to reuse the `Node.Buffer` code, coercing the Effect to ST since they are the same
    - the `MonadBuffer` class was originally re-exported by ST/Buffer alike. This module dependency has been inverted. The main purpose behind this was to improve type inference for things like `Buffer.toString buf UTF8`
    JordanMartinez committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    8dbf7e8 View commit details
    Browse the repository at this point in the history
  2. Add missing semicolons

    JordanMartinez committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    fab1be5 View commit details
    Browse the repository at this point in the history
  3. Add changelog

    JordanMartinez committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    f2378fa View commit details
    Browse the repository at this point in the history
  4. Fix more eslint issues

    JordanMartinez committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    17b0db7 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2023

  1. Configuration menu
    Copy the full SHA
    7bb1160 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    358c21c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9bc5710 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2023

  1. Configuration menu
    Copy the full SHA
    4246efa View commit details
    Browse the repository at this point in the history
  2. Fix inspectMaxBytes

    JordanMartinez committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    6c9cdc1 View commit details
    Browse the repository at this point in the history
  3. Update changelog

    JordanMartinez committed Jun 29, 2023
    Configuration menu
    Copy the full SHA
    4b3b238 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    83a682f View commit details
    Browse the repository at this point in the history
Loading