Skip to content

Commit

Permalink
Merge pull request #48167 from N5N3/inter-fix2
Browse files Browse the repository at this point in the history
typeintersect: improve `merge_env` accuracy and avoid possible false `Union{}`
  • Loading branch information
N5N3 authored Jan 10, 2023
2 parents e81218e + 11d83b8 commit d2c2709
Show file tree
Hide file tree
Showing 2 changed files with 309 additions and 55 deletions.
Loading

5 comments on commit d2c2709

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Executing the daily package evaluation, I will reply here when finished:

@nanosoldier runtests(isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your package evaluation job has completed - possible new issues were detected.
A full report can be found here.

@vtjnash
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nanosoldier runbenchmarks(ALL, isdaily = true)

@nanosoldier
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Your benchmark job has completed - possible performance regressions were detected. A full report can be found here.

@vtjnash
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

some nice improvements to allinference and union sorting

Please sign in to comment.