Skip to content

Conversation

@nsajko
Copy link
Member

@nsajko nsajko commented Apr 8, 2025

Change the env_var_names local from Vector{Any} to Vector{Vector{String}}.

This should prevent some sysimage invalidation that happens on 64-bit Windows when running:

struct I <: Integer end
function Base.:(<<)(::I, ::Int) end

@codecov
Copy link

codecov bot commented Apr 8, 2025

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes missing coverage. Please review.

Project coverage is 92.05%. Comparing base (84fd21b) to head (dc110c7).
Report is 9 commits behind head on master.

Files with missing lines Patch % Lines
src/LinearAlgebra.jl 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1274      +/-   ##
==========================================
+ Coverage   92.00%   92.05%   +0.05%     
==========================================
  Files          34       34              
  Lines       15488    15484       -4     
==========================================
+ Hits        14249    14254       +5     
+ Misses       1239     1230       -9     

☔ 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.

@jishnub jishnub mentioned this pull request Apr 8, 2025
jishnub added a commit that referenced this pull request Apr 9, 2025
Should help with test coverage in
#1274
@jishnub
Copy link
Member

jishnub commented Apr 9, 2025

Could you rebase on master?

Change the `env_var_names` local from `Vector{Any}` to
`Vector{Vector{String}}`.

This should prevent some sysimage invalidation that happens on 64-bit
Windows when running:

```julia
struct I <: Integer end
function Base.:(<<)(::I, ::Int) end
```
@jishnub
Copy link
Member

jishnub commented Apr 9, 2025

Not quite sure why coverage misses all the lines

@jishnub jishnub merged commit ece1962 into JuliaLang:master Apr 12, 2025
3 of 4 checks passed
@nsajko nsajko deleted the versioninfo_type_stability branch April 12, 2025 06:05
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.

2 participants