mirror of
https://github.com/dlang/dmd.git
synced 2025-04-25 20:50:41 +03:00
Remove debug() / version() integers (#20713)
This commit is contained in:
parent
c0315897f6
commit
888917669c
7 changed files with 19 additions and 95 deletions
4
changelog/dmd.deprecation-version-debug-number.dd
Normal file
4
changelog/dmd.deprecation-version-debug-number.dd
Normal file
|
@ -0,0 +1,4 @@
|
|||
Integers in debug or version statements have been removed from the language
|
||||
|
||||
These were deprecated in 2.101.
|
||||
Use `-debug=identifier` and `-version=identifier` instead for versions set on the command line, or `version = identifier;` and `debug = identifier;` for versions set in code at global scope.
|
Loading…
Add table
Add a link
Reference in a new issue