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 Vararg deprecation warning #31

Merged
merged 1 commit into from
Dec 17, 2023
Merged

Conversation

devmotion
Copy link
Contributor

On the main branch when precompiling ReadStatTables the following deprecation warning is shown (appears e.g. in tests or when you start Julia manually with --depwarn=yes):

┌ ReadStatTables [52522f7a-9570-4e34-8ac6-c005c74d4b84]
│  WARNING: Wrapping `Vararg` directly in UnionAll is deprecated (wrap the tuple instead).

The PR fixes this issue.

Copy link

codecov bot commented Nov 23, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (6d52fd8) 99.91% compared to head (1c18e85) 99.91%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #31   +/-   ##
=======================================
  Coverage   99.91%   99.91%           
=======================================
  Files          11       11           
  Lines        1184     1184           
=======================================
  Hits         1183     1183           
  Misses          1        1           

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

@junyuan-chen junyuan-chen merged commit 5892c56 into junyuan-chen:main Dec 17, 2023
11 checks passed
@devmotion devmotion deleted the patch-1 branch December 17, 2023 22:35
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