Skip to content

Commit

Permalink
Merge pull request #24 from rhennigan/bugfix/suppress-shadowing-messa…
Browse files Browse the repository at this point in the history
…ges-on-loading

Bugfix: Suppress `General::shdw` messages when loading paclet
  • Loading branch information
rhennigan committed Jun 25, 2024
2 parents 472fa11 + a0b559f commit ed280d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Kernel/CodeEquivalenceUtilities.wl
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ Quiet[
{ $Context, $ContextPath, System`$ContextAliases } = { ## }
] & [ $Context, $ContextPath, System`$ContextAliases ]
],
{ RuleDelayed::rhs }
{ RuleDelayed::rhs, General::shdw }
];
(* :!CodeAnalysis::EndBlock:: *)
2 changes: 1 addition & 1 deletion PacletInfo.wl
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ PacletObject[ <|
"DocumentationURL" -> "https://paclets.com",
"License" -> "MIT",
"PublisherID" -> "Wolfram",
"Version" -> "3.0.0",
"Version" -> "3.0.1",
"WolframVersion" -> "12.2+",
"PrimaryContext" -> "Wolfram`CodeEquivalenceUtilities`",
"Keywords" -> {
Expand Down

0 comments on commit ed280d8

Please sign in to comment.