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

Fix the order of argument in (.) #1752

Merged
merged 4 commits into from
Jan 9, 2024
Merged

Fix the order of argument in (.) #1752

merged 4 commits into from
Jan 9, 2024

Commits on Jan 9, 2024

  1. Configuration menu
    Copy the full SHA
    b7ee3ab View commit details
    Browse the repository at this point in the history
  2. Add std.record.get to stdlib

    yannham committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    07fe4a3 View commit details
    Browse the repository at this point in the history
  3. Update release note with breaking changes for (.)

    Co-authored-by: jneem <[email protected]>
    yannham and jneem committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    6280ec9 View commit details
    Browse the repository at this point in the history
  4. Remove snapshot test for std.record.get

    Unfortunately, the output of the error message shows a closure address
    (in practice, a memory address), which makes it non-determinstic and
    thus unfit for a snpashot test.
    
    Instead, it's been replaced with an integration test, which
    Unfortunately won't allow to detect a deterioriation in error reporting,
    but at least ensure that the contract of `std.record.get` works as
    expected.
    yannham committed Jan 9, 2024
    Configuration menu
    Copy the full SHA
    53c11fb View commit details
    Browse the repository at this point in the history