Skip to content

Version 4.1.4

Latest

Choose a tag to compare

@tavianator tavianator released this 29 Jun 18:11
Immutable release. Only release title and notes can be modified.
4.1.4

Bug fixes

  • Fixed an optimizer bug that ignored the units of -size arguments, meaning

    $ bfs -size 1k -size 1024c
    

    would claim that

    bfs: warning: bfs -size 1k -size 1024c
    bfs: warning:              ~~~~~~~~~~~
    bfs: warning: This expression is always false.
    

    and return no results.

    The bug was originally introduced in bfs 1.3.3 (February 10, 2019) (a6aecebe)