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

Commits on May 14, 2026

  1. Fix readFileSync to return Buffer, load buffer polyfill for :node run…

    …times
    
    readFileSync without encoding now returns Buffer.from(result) instead of
    raw Uint8Array, so .toString() decodes as UTF-8. Add buffer polyfill to
    @node_js so Buffer is available in :node-only runtimes.
    dannote committed May 14, 2026
    Configuration menu
    Copy the full SHA
    3e8c40d View commit details
    Browse the repository at this point in the history
  2. Work around enif_make_map_from_arrays segfault on ERTS 15.0–15.2.2

    When called from a non-scheduler thread with >128 unique keys on an
    enif_alloc_env-allocated env, enif_make_map_from_arrays segfaults.
    Use iterative enif_make_map_put for objects with >128 keys.
    
    Fixed upstream in OTP 27.3 (ERTS 15.2.7+) via OTP-20098.
    
    Closes #14
    dannote committed May 14, 2026
    Configuration menu
    Copy the full SHA
    709ee56 View commit details
    Browse the repository at this point in the history
  3. Release v0.10.7

    dannote committed May 14, 2026
    Configuration menu
    Copy the full SHA
    c94e216 View commit details
    Browse the repository at this point in the history
Loading