Skip to content

Minor Release v5.9.0

Compare
Choose a tag to compare
@slacrherbst slacrherbst released this 16 Jul 04:29
· 1196 commits to main since this release
e256448

Pull Requests Since v5.8.0

Enhancement

  1. #792 - Ensure that link variable errors are logged

Unlabeled

  1. #790 - Add doString argument to ZmqClient::create()
  2. #789 - Update anaconda.rst
  3. #791 - Fix signed vs unsigned comparison in Variable::getDumpValue
  4. #788 - Fix non-existent variable used in name generation

Pull Request Details

Fix non-existent variable used in name generation

Author: Ryan Herbst [email protected]
Date: Thu Jun 10 13:52:44 2021 -0700
Pull: #788 (1 additions, 1 deletions, 1 files changed)
Branch: slaclab/fixedpoint-model-fix

Notes:


Update anaconda.rst

Author: Ryan Herbst [email protected]
Date: Thu Jun 10 13:53:17 2021 -0700
Pull: #789 (2 additions, 2 deletions, 1 files changed)
Branch: slaclab/anaconda-install-update
Issues: #789

Notes:

Description

  • Updating the example from rogue v5.3.2 to v5.8.0
    • Because a lot of users will just copy that command and not realize a lot of bugs fixed since then

Add doString argument to ZmqClient::create()

Author: Ryan Herbst [email protected]
Date: Wed Jul 14 11:12:09 2021 -0700
Pull: #790 (8 additions, 5 deletions, 3 files changed)
Branch: slaclab/fix-zmq-client
Issues: #790

Notes:


Fix signed vs unsigned comparison in Variable::getDumpValue

Author: Ryan Herbst [email protected]
Date: Wed Jul 14 11:12:50 2021 -0700
Pull: #791 (1 additions, 1 deletions, 1 files changed)
Branch: bhill-slac/getDumpValue-fix

Notes:

Needed to fix register dump which has not been showing the values.


Ensure that link variable errors are logged

Author: Ryan Herbst [email protected]
Date: Wed Jul 14 16:31:14 2021 -0700
Pull: #792 (19 additions, 6 deletions, 1 files changed)
Branch: slaclab/rem_errors
Issues: #792
Labels: enhancement

Notes:

In the previous version errors that occurred in the link variable set and get functions were not in the system log or properly displayed on the server console. This made debugging difficult.