Skip to content
Snippets Groups Projects
  1. Jan 24, 2025
  2. Dec 03, 2024
  3. Nov 21, 2024
  4. Nov 19, 2024
  5. Dec 05, 2023
    • Anders Lindh Olsson's avatar
      Rewrite iocsh · f8bdc087
      Anders Lindh Olsson authored
      The entry point for the e3 IOC shell has been rewritten from being a shell/bash
      script to instead be in python. Together with this comes a plethora of changes -
      see the CHANGELOG for a more comprehensive description.
      f8bdc087
  6. Nov 21, 2022
  7. Sep 20, 2022
    • Simon Rose's avatar
      Move Wrapper test class from conftest.py · fb9ab6d1
      Simon Rose authored
      fb9ab6d1
    • Simon Rose's avatar
      Ensure that EPICS_DRIVER_PATH is set first · afeded38
      Simon Rose authored
      Previously, it was the case that running
      ```
      $ iocsh -r module -l cellMods
      $ iocsh -l cellMods -r module
      ```
      would both work correctly, but if you looked at the IOC log it was not
      clear why that was the case; in the former case it _appeared_ like we
      were finding the module before setting `EPICS_DRIVER_PATH`. This only
      worked because this variable is exported from the shell.
      
      This change forces the `-l` flag to be processed _before_ all of the
      other flags in order to ensure that paths are determined first.
      afeded38
  8. Sep 07, 2022
  9. Jan 13, 2022
  10. Jan 12, 2022
  11. Jun 23, 2021
Loading