Skip to content

Conversation

devmotion
Copy link
Member

To emphasize that value! etc. are sometimes mutating, sometimes non-mutating, I suggest adopting the bang-bang notation (see https://github.com/JuliaFolds2/BangBang.jl) and renaming these functions to value!! etc.

I also added explicit warnings to each docstring.

Closes #17. Closes #4.

@devmotion devmotion marked this pull request as draft September 4, 2025 12:27
Copy link

codecov bot commented Sep 4, 2025

Codecov Report

❌ Patch coverage is 84.00000% with 4 lines in your changes missing coverage. Please review.
✅ Project coverage is 86.84%. Comparing base (0479a8a) to head (1a9c174).

Files with missing lines Patch % Lines
src/DiffResults.jl 84.00% 4 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master      #39   +/-   ##
=======================================
  Coverage   86.84%   86.84%           
=======================================
  Files           1        1           
  Lines          76       76           
=======================================
  Hits           66       66           
  Misses         10       10           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Document why re-aliasing is important confused about interface
1 participant