Skip to content

0.0.55

Latest
Compare
Choose a tag to compare
@JeffIrwin JeffIrwin released this 16 Nov 18:33
· 2 commits to main since this release

Installation

Grab one of the assets below. Note the new syntran-rocky.zip installer for this release. See the installation instructions from the readme

Known issues

What's new

  • this is a binary-only update
  • no new features or source changes other than a trivial version number update
  • fixed a glibc dependency issue on rocky linux: #19
    • the new asset syntran-rocky.zip is built on rocky and will install on rocky
    • most other linux distros can use the usual ubuntu-based syntran-linux.zip asset

Roadmap

As a complement to the new hex literals, I am working on bitwise operations, i.e. shifting, bitwise and, or, xor, and not. Unfortunately I don't have time to comfortably finish before December, so expect PR #18 to be merged in late December or early next year

Advent of Code is in December. I will do it in syntran again this year and then add those solutions to test coverage. This will at the very least double the test coverage of scripts longer than a dozen lines (fpm test long as opposed to the shorter unit tests in fpm test test). There is a good chance that I may find and fix some bugs during AOC or add features to be able to complete the challenge