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

core.time.TickDuration is deprecated since dmd 2.104.0 #36

Open
SingingBush opened this issue Dec 12, 2023 · 0 comments
Open

core.time.TickDuration is deprecated since dmd 2.104.0 #36

SingingBush opened this issue Dec 12, 2023 · 0 comments

Comments

@SingingBush
Copy link

core.time.TickDuration was deprecated in dmd 2.104.0 (see: dlang/dmd#15024), core.time.MonoTime or core.time.Duration should be used instead

https://dlang.org/phobos/core_time.html#.MonoTime
https://dlang.org/phobos/core_time.html#.Duration

src/dunit/framework.d(562,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
src/dunit/framework.d(562,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
src/dunit/framework.d(693,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
src/dunit/framework.d(693,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
src/dunit/framework.d(763,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
src/dunit/framework.d(763,26): Deprecation: struct `core.time.TickDuration` is deprecated - TickDuration has been deprecated, please use Duration or MonoTime instead
SingingBush added a commit to SingingBush/dunit that referenced this issue Dec 12, 2023
SingingBush added a commit to SingingBush/dunit that referenced this issue Dec 12, 2023
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

No branches or pull requests

1 participant