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

Test the new integrated rb-sys #228

Merged
merged 13 commits into from
Mar 9, 2023
Merged

Test the new integrated rb-sys #228

merged 13 commits into from
Mar 9, 2023

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    6834167 View commit details
    Browse the repository at this point in the history
  2. 💎 bump to 1.0.0.pre8

    gjtorikian committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    8da0f29 View commit details
    Browse the repository at this point in the history
  3. install test gems

    gjtorikian committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    9d18494 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. apply cache key

    gjtorikian committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    a6161ca View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2023

  1. Configuration menu
    Copy the full SHA
    3d9db17 View commit details
    Browse the repository at this point in the history
  2. v1 -> main

    gjtorikian committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    88cfe2d View commit details
    Browse the repository at this point in the history
  3. back to the old ways

    gjtorikian committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    76cfff9 View commit details
    Browse the repository at this point in the history
  4. wow crates are old

    gjtorikian committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    347410c View commit details
    Browse the repository at this point in the history
  5. bring rake-compiler back

    gjtorikian committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    76cea6d View commit details
    Browse the repository at this point in the history
  6. Simplify my life by removing paranoia tests

    Commonmarker currently has three different test suites related to the
    gem build:
    
    1. The compilation output is tested
    2. The gem can be installed on another platform
    3. A generic version of the gem can be installed on a platform with
    sufficient Ruby/Rust tooling
    
    Of these, only the first is the most relevant. 2 suggests an error in
    the build pipeline, and 3 opens the door to supporting platforms that
    are uncommon. In order to minimize support work
    on my end, I'm going to nix the last two tests; as
    well, I can abstract the first test into a GitHub Action for other
    oxidizers to use.
    gjtorikian committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    4cb85d9 View commit details
    Browse the repository at this point in the history
  7. lint

    gjtorikian committed Feb 26, 2023
    Configuration menu
    Copy the full SHA
    743d4e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7fd37da View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Configuration menu
    Copy the full SHA
    039a2f5 View commit details
    Browse the repository at this point in the history