Releases: soutaro/nullarihyon
Releases · soutaro/nullarihyon
1.7.0
1.6.1
1.6.0
1.5.0
@selector
is now nonnull- Report warning on binary conditional operator if condition is nonnull
- Better Xcode integration
- Prefix headers are supported
- Precompile symbol definitions are imported during check
- Importing headers in nested directory is supported (.hmap is used)
1.4.0
1.3.0
1.2
- Assigning
nullable
toself
is now allowed - Add filtering option
- Add
nullarihyon version
command - Add
--debug
option
Filtering allows to focus warnings on subset of program.
nullarihyon check --filter ClassName files...
prints warnings related toClassName
- For Xcode integration, add
nullfilter
file in directory where Xcode project is located in- Nullarihyon reads newline delimited list of class names to filter from the file