rhagenson/relped: Guard for nil optionals

Main Authors: Ryan A. Hagenson, Caitlin J. Curry
Format: info software eJournal
Terbitan: , 2019
Online Access: https://zenodo.org/record/3564706
Daftar Isi:
  • Changes introduced in https://github.com/rhagenson/relped/commit/cf0237a5a8e641a1a3b62e6d1f7946d10f95dacb (v0.11.0) made it so that relped errors out if there are IDs in optional inputs that are not in required input. A read on these optional inputs was being made each time no matter if they were provided or not, resulting in a program crash.