Skip to content

Lots of warnings #40

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Closed
calebwin opened this issue Sep 28, 2021 · 2 comments
Closed

Lots of warnings #40

calebwin opened this issue Sep 28, 2021 · 2 comments

Comments

@calebwin
Copy link

This is what I get each time I run my tests:

WARNING: Compat.AbstractDateTime is deprecated, use Dates.AbstractDateTime instead.
  likely near none:1
WARNING: Compat.Fix2 is deprecated, use Base.Fix2 instead.
  likely near none:1
WARNING: Compat.IteratorEltype is deprecated, use Base.IteratorEltype instead.
  likely near none:1
WARNING: Compat.IteratorSize is deprecated, use Base.IteratorSize instead.
  likely near none:1
WARNING: Compat.MathConstants is deprecated, use Base.MathConstants instead.
  likely near none:1
WARNING: Compat.Sys is deprecated, use Base.Sys instead.
  likely near none:1
WARNING: Compat.TypeUtils is deprecated, call the respective Base functions directly
  likely near none:1
WARNING: Compat.dot is deprecated, use LinearAlgebra.dot instead.
  likely near none:1
WARNING: Compat.invokelatest is deprecated, use Base.invokelatest instead.
  likely near none:1
WARNING: Compat.macros_have_sourceloc is deprecated, use true instead.
  likely near none:1
WARNING: Compat.norm is deprecated, use LinearAlgebra.norm instead.
  likely near none:1
WARNING: Compat.notnothing is deprecated, use Base.notnothing instead.
  likely near none:1
WARNING: Compat.opnorm is deprecated, use LinearAlgebra.opnorm instead.
  likely near none:1
WARNING: Compat.qr is deprecated, use LinearAlgebra.qr instead.
  likely near none:1
WARNING: Compat.rmul! is deprecated, use LinearAlgebra.rmul! instead.
  likely near none:1
WARNING: Compat.tr is deprecated, use LinearAlgebra.tr instead.
  likely near none:1
WARNING: Compat.⋅ is deprecated, use LinearAlgebra.dot instead.
  likely near none:1
WARNING: TypeUtils.isabstract is deprecated, use isabstracttype instead.
  likely near none:1
WARNING: TypeUtils.parameter_upper_bound is deprecated, rewrite your code to use static parameters in dispatch or use `Base.rewrap_unionall((Base.unwrap_unionall(t)::DataType).parameters[idx], t)`.
  likely near none:1
WARNING: TypeUtils.typename is deprecated, use Base.typename instead.
  likely near none:1
@calebwin calebwin changed the title Lots of warning Lots of warnings Sep 28, 2021
@ExpandingMan
Copy link
Contributor

This is surely the same as #37 and is still driving me bananas.

@calebwin
Copy link
Author

calebwin commented Oct 1, 2021

Right @ExpandingMan , closing since this is a duplicate of #37.

@calebwin calebwin closed this as completed Oct 1, 2021
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants