Skip to content

Conversation

@cgarling
Copy link

Trying to fix #1, I think this is the only instance of this issue in the code. Warning again is

┌ DateFormats
│ WARNING: Constructor for type "DateTime" was extended in DateFormats without explicit qualification or import.
│ NOTE: Assumed "DateTime" refers to Dates.DateTime. This behavior is deprecated and may differ in future versions.
│ NOTE: This behavior may have differed in Julia versions prior to 1.12.
│ Hint: If you intended to create a new generic function of the same name, use function DateTime end.
│ Hint: To silence the warning, qualify DateTime as Dates.DateTime in the method signature or explicitly import Dates: DateTime.

Trying to fix JuliaAPlavin#1, I think this is the only instance of this issue in the code. Warning again is 

┌ DateFormats
│  WARNING: Constructor for type "DateTime" was extended in `DateFormats` without explicit qualification or import.
│    NOTE: Assumed "DateTime" refers to `Dates.DateTime`. This behavior is deprecated and may differ in future versions.
│    NOTE: This behavior may have differed in Julia versions prior to 1.12.
│    Hint: If you intended to create a new generic function of the same name, use `function DateTime end`.
│    Hint: To silence the warning, qualify `DateTime` as `Dates.DateTime` in the method signature or explicitly `import Dates: DateTime`.
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.

Qualify use of DateTime as Dates.DateTime

1 participant