-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #188 from tangkong/mnt_malformed_device_handling
MNT: skip processing device if branches are not specified
- Loading branch information
Showing
2 changed files
with
66 additions
and
29 deletions.
There are no files selected for viewing
24 changes: 24 additions & 0 deletions
24
docs/source/upcoming_release_notes/188-mnt_malformed_device_handling.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
188 mnt_malformed_device_handling | ||
################################# | ||
|
||
API Changes | ||
----------- | ||
- N/A | ||
|
||
Features | ||
-------- | ||
- N/A | ||
|
||
Bugfixes | ||
-------- | ||
- N/A | ||
|
||
Maintenance | ||
----------- | ||
- Remove hard failure when a lightpath-active device is malformed. Instead of throwing an | ||
exception, simply omit it from the facility graph | ||
- Trim beam paths before BeamPath objects are created, when device names are gathered into paths | ||
|
||
Contributors | ||
------------ | ||
- tangkong |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters