Andrew Johnson

Results 85 comments of Andrew Johnson

There will be some cases where the DRVH+DRVL values from the loaded database file should _not_ be changed by the driver. If this gets implemented, the ability of the driver...

@ericonr Regarding "margin" I was adapting the idea of the cascading-style-sheets properties `margin`, `margin-left` and `margin-right`. The user could specify a single value (`margin=0.5` say) which would be added to...

Hi @eteran, I just pulled the latest version from the master branch and built it on MacOS, seems to be working fine: ``` nedit-ng version 2025.2_rc1-15-g24274b0e-dirty Built on: BSD4, x86_64,...

CA and PVA servers have their own different limitations and rules for PV names (also called channel names, the terms mean the same thing); the rules for an IOC server...

Field names are set by the record type. I wrote > field names have to follow the same rules as a C-99 identifier, see [here](https://docs.epics-controls.org/en/latest/appdevguide/databaseDefinition.html#definitions-1) for more information. The standard...

Note that I'm reserving the use of subsequent `.` characters as field modifiers in case we want to add support for `DBF_STRUCT` field-types and allow substructure access to the IOC...

Core Group: Problem is related to when this module needs to build & install its bundled libevent, possibly only when this is added as a git submodule in `$(EPICS_BASE)/modules`. NB...

> To work correctly with forwarding (aka. the local multicast hack) it is necessary that the forwarder should test ReplyPort. If set, then the forwarder should mangle the forwarded packet...

> The forwarding is local. Ah, so the forwarder is only used when copying the packet to the localhost interface for other servers running on the same host (which presumably...

Apologies for the drive-by comment as I’m not a Moar developer or even a raku user at the moment… 1. Not sure why the changes to the `src/gc/roots.h` header file...