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

Syntax interception for ref struct handling + formatting of (ReadOnly)Span<T>/(ReadOnly)Memory<T> #353

Conversation

kindermannhubert
Copy link
Collaborator

@kindermannhubert kindermannhubert commented Apr 1, 2024

Resolves #317.
Resolves #318.

@kindermannhubert kindermannhubert changed the title Syntax interception for ref struct handling Syntax interception for ref struct handling + formatting of (ReadOnly)Span<T>/(ReadOnly)Memory<T> Apr 1, 2024
Copy link

codecov bot commented Apr 1, 2024

Codecov Report

Attention: Patch coverage is 66.51786% with 75 lines in your changes are missing coverage. Please review.

Project coverage is 77.4%. Comparing base (09748ae) to head (4d80331).
Report is 21 commits behind head on main.

Files Patch % Lines
...ing/CustomObjectFormatters/IEnumerableFormatter.cs 43.0% 47 Missing and 6 partials ⚠️
CSharpRepl.Services/RuntimeHelper.cs 57.8% 15 Missing and 1 partial ⚠️
CSharpRepl.Services/Roslyn/RoslynServices.cs 94.7% 4 Missing ⚠️
...harpRepl.Services/Roslyn/Scripting/ScriptRunner.cs 80.0% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##            main    #353     +/-   ##
=======================================
+ Coverage   77.3%   77.4%   +0.1%     
=======================================
  Files         83      84      +1     
  Lines       5607    5748    +141     
  Branches     736     749     +13     
=======================================
+ Hits        4335    4450    +115     
- Misses       998    1020     +22     
- Partials     274     278      +4     

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

@kindermannhubert kindermannhubert merged commit 5f5f2d4 into waf:main Apr 1, 2024
3 checks passed
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.

Problem with Span<T> output Bugged Memory<T> output
1 participant