Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement IOStream #119

Draft
wants to merge 17 commits into
base: master
Choose a base branch
from
Draft

Implement IOStream #119

wants to merge 17 commits into from

Commits on Aug 5, 2023

  1. Tweak CHANGELOG

    noteflakes committed Aug 5, 2023
    Configuration menu
    Copy the full SHA
    8089aea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ddef21a View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2023

  1. Use Rake::TestTask

    noteflakes committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    37a20ef View commit details
    Browse the repository at this point in the history
  2. Refactor C extension code

    noteflakes committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    77b4e26 View commit details
    Browse the repository at this point in the history
  3. Sketch for buffer manager

    noteflakes committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    55a64af View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31e69df View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0c6f14f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b8b6b60 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e3b3a4f View commit details
    Browse the repository at this point in the history
  8. Implement IOStream#to_a

    noteflakes committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    9ceb5b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c274c47 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9bdfc1f View commit details
    Browse the repository at this point in the history
  11. Expand test_seek

    noteflakes committed Aug 6, 2023
    Configuration menu
    Copy the full SHA
    edc0827 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    64f982f View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Implement IOStream#read, simplify cursor management

    Reap out cursor_desc, just use head.
    noteflakes committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    6e5853d View commit details
    Browse the repository at this point in the history
  2. Improve read test

    noteflakes committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    4c55f03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d913807 View commit details
    Browse the repository at this point in the history