- 20 Jan, 2018 8 commits
-
-
Jameson Rollins authored
don't require loading daemon (since it imports ezca for not particularly good reason), but requires enumerating options explicitly here. would be better if daemon didn't import ezca
-
Jameson Rollins authored
python3 has builtins, instead of __builtin__ in python2. This is mostly a straight compatibility. "reload" is not a built-in in python3, so we have to also pull that from importlib. This is NOT an overhaul of the whole import custom import handling, it just allows for guardian to be imported by python3. This includes one change that could affect python2: setting default level=0. python3 builtins.__import__ does not support level=-1, which tells import to automatically handle both absolute and relative imports. Since we're only doing absolute imports it should be safe to set this to 0. Hopefully this won't cause any problems.
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
This latest pcaspy release fixes redundant updates after initialization
-
Jameson Rollins authored
-
Jameson Rollins authored
-
- 08 Jan, 2018 3 commits
-
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
This cleans up how REQUEST and REQUEST_ENUM records are updated, to eliminate possible redundant updates.
-
- 03 Jan, 2018 3 commits
-
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
Two main changes here: * upstream adds Driver.setParamEnums() to update enum records * upstream fixes to remove redundant updates The later accounts for test suite changes. However, there are still some race condition issues in upstream related to updates that can occasionally result in double updates: https://github.com/paulscherrerinstitute/pcaspy/pull/49 This issue results in occasional test suite failures (at the ~20% level). Hopefully these issues will be fixed in future upstream updates.
-
- 17 Nov, 2017 1 commit
-
-
Jameson Rollins authored
eliminate redundant confusing env file
-
- 13 Nov, 2017 1 commit
-
-
Jameson Rollins authored
-
- 21 Jun, 2017 1 commit
-
-
Jameson Rollins authored
-
- 11 Oct, 2016 3 commits
-
-
Jameson Rollins authored
-
Jameson Rollins authored
Remove the command from the runit finish script that emails me. This was used during prototyping but is no longer needed.
-
Jameson Rollins authored
-
- 07 Oct, 2016 1 commit
-
-
Jameson Rollins authored
-
- 06 Oct, 2016 3 commits
-
-
Jameson Rollins authored
-
Jameson Rollins authored
more square for larger state number
-
Jameson Rollins authored
-
- 05 Oct, 2016 2 commits
-
-
Jameson Rollins authored
-
Jameson Rollins authored
This makes the MANAGED mode better distinguishable from AUTO for those with red-green color blindnesses.
-
- 03 Oct, 2016 1 commit
-
-
Jameson Rollins authored
For emacs, narrow to region of specified object. For gedit jump to first line of object source. Throw error if editor not supported.
-
- 30 Sep, 2016 11 commits
-
-
Jameson Rollins authored
-
Jameson Rollins authored
shows state index numbers
-
Jameson Rollins authored
-
Jameson Rollins authored
was buggy.
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
Currently only has one module, nds, with one function, find_transitions, which finds all node state transitions in a given time span via NDS
-
Jameson Rollins authored
-
Jameson Rollins authored
-
Jameson Rollins authored
drop in shell now done with -s option.
-
Jameson Rollins authored
previous python-git call required newer version than what's available on some workstations.
-
- 28 Sep, 2016 2 commits
-
-
Jameson Rollins authored
-
Jameson Rollins authored
setuptools has too many annoying quirks to deal with right now * insists on installing dependencies * won't create it's own install directories
-