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

Raises exception instead of emitting warning. #78

Open
wants to merge 11 commits into
base: master
Choose a base branch
from

Commits on Nov 14, 2018

  1. Raises exception instead of emitting warning.

    The message tries to guide the developer on how to workaround the issue.
    
    It's better to fail rather than skip memoization which can lead
    to bugs.
    paneq committed Nov 14, 2018
    Configuration menu
    Copy the full SHA
    176cae0 View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2019

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

Commits on Jun 22, 2022

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

Commits on Jun 23, 2022

  1. finalize ruby 3 support

    honzasterba authored and catks committed Jun 23, 2022
    Configuration menu
    Copy the full SHA
    8969828 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2022

  1. Merge pull request #1 from toptal/devx-48-add-ruby-3-compatibility

    [DEVX-454] Add Ruby 3 Support
    catks authored Jul 12, 2022
    Configuration menu
    Copy the full SHA
    a455f29 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Configuration menu
    Copy the full SHA
    6e7dd9b View commit details
    Browse the repository at this point in the history
  2. Merge pull request #2 from mrzasa/test-hash-with-ruby3

    Test hash argument with Ruby 3
    catks authored Aug 4, 2022
    Configuration menu
    Copy the full SHA
    39f806d View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

  1. Use GH & test ruby 3.2

    dgsuarez committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    5d3332f View commit details
    Browse the repository at this point in the history
  2. Softer ruby requirement

    dgsuarez committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    c6df421 View commit details
    Browse the repository at this point in the history
  3. Don't ignore lock

    dgsuarez committed Mar 6, 2023
    Configuration menu
    Copy the full SHA
    88d0ade View commit details
    Browse the repository at this point in the history
  4. Merge pull request #3 from toptal/psre-3684-ruby-3-2

    [PSRE-3684] GH CI with ruby 3.2
    dgsuarez authored Mar 6, 2023
    Configuration menu
    Copy the full SHA
    92a95d9 View commit details
    Browse the repository at this point in the history