Releases: jacob-carlborg/dlp
Releases · jacob-carlborg/dlp
DLP 0.3.0
New/Changed Features
- Add support for FreeBSD
- Updated the D frontend DLP is using to DMD 2.094.1
- Add new command,
infer-attributes
, which will infer the attributes of all
regular functions - Added a flag,
--string-import-path
, for all commands, which will add the
given path as a string import path - Added a flag,
--version
, for all commands, which will set the given string
as a version identifier
Bugs Fixed
- Issue 3: Segmentation fault when processing out contract
DLP 0.1.0
New/Changed Features
- Added a flag,
--frontend-version
, which will print the version of the
frontend DLP is using - Updated the D frontend DLP is using to DMD 2.085.0+ (dd94ef465)
- New formatting of locations
leaf-functions
New/Changed Features
- Added a flag,
--import-path
/-i
, which will add the given path as an import
path
Bugs Fixed
- Issue 1: No error if no input files are given
DLP 0.0.1
Initial release.