vibe-core/source/vibe
Sönke Ludwig 07e077a009
Redesign the Path type to statically encode the path format.
The previous design, while intended as an improvement over the one-size-fits all Path struct of vibe-d:core, turned out to produce lots of bugs during the transition, because of missing Path.type checks.

The new design uses a cleaner approach, where the static type of a path value encodes the path format. An explicit cast is necessary to convert between different path types. The internet path type also performs proper validation and percent encoding, so that InetPath.toString() always produces a valid URI path.
2017-06-21 14:04:24 +02:00
..
core Redesign the Path type to statically encode the path format. 2017-06-21 14:04:24 +02:00
internal Use scope parameters for FixedRingBuffer as appropriate. 2017-02-22 19:51:15 +01:00
appmain.d Add appmain for backwards compatibility. 2016-11-04 21:34:01 +01:00