Skip to content

Commit 9df0ff1

Browse files
committed
Put datetime/demangle/variant back in phobos.sys
1 parent d21526b commit 9df0ff1

File tree

1 file changed

+16
-13
lines changed

1 file changed

+16
-13
lines changed

phobos/PackageMap.md

Lines changed: 16 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Packages/Modules with an asterisk are new.
2323

2424
### Proposed Package Structure
2525

26-
This map is not final.
26+
***This map is not final!***
2727

2828
```
2929
core.*
@@ -38,17 +38,11 @@ platform
3838
based
3939
| bigint
4040
| bitmanip
41-
| checkedint
41+
| checkedint (core.checkedint)
4242
| complex
4343
| compiler
44-
| console (stdio)
45-
| datetime
46-
| date
47-
| interval
48-
| stopwatch
49-
| systime
50-
| timezone
51-
| demangle
44+
| console (std.stdio)
45+
| demangle (core.demangle)
5246
| file
5347
| int128
5448
| math
@@ -64,12 +58,12 @@ based
6458
| special
6559
| numeric
6660
| meta
67-
| optional* (typecons)
61+
| optional* (std.typecons)
6862
| stdint
6963
| sumtype
7064
| system
65+
| time (core.time)
7166
| traits
72-
| variant
7367
phobos.sys
7468
| algorithm
7569
| comparison
@@ -79,7 +73,15 @@ phobos.sys
7973
| setops
8074
| sorting
8175
| array
76+
| checkedint
8277
| conv
78+
| datetime
79+
| date
80+
| interval
81+
| stopwatch
82+
| systime
83+
| timezone
84+
| demangle
8385
| exception
8486
| functional
8587
| meta
@@ -90,6 +92,7 @@ phobos.sys
9092
| signals
9193
| traits
9294
| uuid
95+
| variant
9396
phobos.data
9497
| base64
9598
| csv
@@ -110,7 +113,7 @@ phobos.crypto*
110113
| rsa
111114
| symmetric
112115
phobos.io
113-
| console (stdio)
116+
| console (std.stdio)
114117
| stream* (iopipe)
115118
| mmfile
116119
| path

0 commit comments

Comments
 (0)