support exclusion of the unbased unsized conversion

This commit is contained in:
Zachary Snow 2021-10-03 15:00:59 -06:00
parent c822d2e8c6
commit 3abe12dfbd
3 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## Unreleased
### New Features
* Added support for excluding the conversion of unbased unsized literals (e.g.,
`'1`, `'x`) via `--exclude UnbasedUniszed`
## v0.0.9
### Breaking Changes

View File

@ -76,7 +76,7 @@ mainPhases selectExclude =
, Convert.Inside.convert
, Convert.IntTypes.convert
, Convert.MultiplePacked.convert
, Convert.UnbasedUnsized.convert
, selectExclude Job.UnbasedUnsized Convert.UnbasedUnsized.convert
, Convert.Cast.convert
, Convert.ParamType.convert
, Convert.HierConst.convert

View File

@ -24,6 +24,7 @@ data Exclude
| Interface
| Logic
| Succinct
| UnbasedUnsized
deriving (Typeable, Data, Eq)
data Write