Thomas Goodwin

Results 19 issues of Thomas Goodwin

I get an `Unexpected 'space' token:` error when parsing comment blocks that have more than one word per line. For example, this parses fine even with spaces on each line:...

Part of this could be that I'm pretty new to these various module-generating tools that sprang up over the last two or three years. What I'm trying to do is...

The core framework currently evaluates the implementations listed in the SPD in order and on the first viable target device, will attempt to load the binary without regard to whether...

The sandbox's `sb.launch` has this to say about the `initialize` argument: ``` initialize - If true, call initialize() after launching the component. If false, defer initialization to the caller. ```...

The sandbox supports launching with `debugger` and `window` arguments that if using `'gdb'` for the former, defaults to Xterm for the latter, with `gnome-terminal` being an allowed alternative. For targets...

REDHAWK 2.2.5 and 2.2.6 Summary: shared library Components that have softpkg dependencies that in-turn also have softpkg dependencies fail to load in certain runtime environments. The error indicates that innermost...

Summary: The GPP tracks 2 file limit states, one for the gpp process and one for the overall system. If the system limit parsing of `/proc/sys/fs/file-nr` fails to result in...

REDHAWK 2.2.6 The code checks specifically for 1000 `type` files when 1001 and 1004 are valid for one-dimensional formats. Alternatively, the header field `class` can be used to generalize this...

REDHAWK 2.2.6 The way the method is written, the extended header (`ext_header`) must be of list format. In the iteration over a dictionary, the `value` is unused and `item` is...

Steps to reproduce: 1. Open the IDE Sandbox 2. Add a SigGen and DataConverter, connecting the two together (dataFloat, for example) 3. Start the sandbox 4. Stop the sandbox 5....