Skip to content

1.6.7 is out!

Compare
Choose a tag to compare
@xplshn xplshn released this 26 May 23:08
· 48 commits to master since this release
4570781
  • BigDL now complies with the new metadata formats, which means info.go and other functionality relaying on it was fixed
  • Smaller! Got rid of redundant function in helperFunctions.go
  • install.go, run.go and remove.go now handle binaries in directories. You could install a binary like this: bigdl add someDirInTheRepos/exampleBinary
  • install.go can now install multiple binaries sequentially
  • install.go no longer allows customizing install messages. The --silent option remains
  • Corrected error handling in findURL.go
  • helperFunctions changes: Removed:
    1. appendLineToFile()
    2. fileSize()
    3. isBinaryInPath()
      Added:
    4. fetchJSON()
  • reviveis happy in our codebase. Same for staticcheck. revive went from 21 warnings to 0 warnings
  • As long as BIGDL_CACHE is set to a valid dir, bigdl should work on Android now.
  • And much more!
    Full Changelog: 1.6.2...1.6.7

Known bugs:

  • If you more than one instance of bigdl run $PROGRAM at the same time, the program will be downloaded again. The same thing happens if you exit from $PROGRAM using CTRL+C or kill bigdl. This is fixed in the sid branch.