mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
Remove deprecated typo poDemon (#19631)
* Remove Deprecated poDemon * Remove Deprecated poDemon
This commit is contained in:
@@ -48,6 +48,8 @@ becomes an alias for `addr`.
|
||||
- Removed deprecated ``` httpcore.`==` ```.
|
||||
- Removed deprecated `std/dom_extensions`.
|
||||
|
||||
- Remove deprecated `osproc.poDemon`, symbol with typo.
|
||||
|
||||
|
||||
## Language changes
|
||||
|
||||
|
||||
@@ -70,11 +70,6 @@ type
|
||||
|
||||
Process* = ref ProcessObj ## Represents an operating system process.
|
||||
|
||||
const poDemon* {.deprecated.} = poDaemon ## Nim versions before 0.20
|
||||
## used the wrong spelling ("demon").
|
||||
## Now `ProcessOption` uses the correct spelling ("daemon"),
|
||||
## and this is needed just for backward compatibility.
|
||||
|
||||
|
||||
proc execProcess*(command: string, workingDir: string = "",
|
||||
args: openArray[string] = [], env: StringTableRef = nil,
|
||||
|
||||
Reference in New Issue
Block a user