Skip to content

v6.1.0: Forward compatibility with DMD, ocean.stdc.string deprecated

Compare
Choose a tag to compare
@Geod24 Geod24 released this 20 Apr 03:33
· 38 commits to v6.x.x since this release

Notable changes

This release contains some minor fixes that help with newer D releases.
Notably, all uses of body have been replaced by do,
reducing the friction of upgrading to DMD v2.096.0.

Deprecations

Module ocean.stdc.string has been deprecated

  • ocean.stdc.string

This module exposed C functions that have now been fully upstreamed,
hence the core modules should be imported directly.