Opened 13 years ago
Last modified 11 years ago
#145 new enhancement
Constitutions: Switch to Awesome Python setpag() for constitution gathering
Reported by: | adehnert | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | Sometime |
Component: | Reporting | Version: | |
Keywords: | Cc: | ||
Size: | medium |
Description
Geoff wrote an Awesome native Python setpag (-c [asa-internal] -i db 2012-09-16). There's a certain degree of elegance in using native Python and it avoids pagsh mildly sketchy implementation and interfacing code. Also, it appears to supply normal Python exceptions instead of requiring sketchy cat output parsing, and allows the PAG thread to just open the file and pass the FD back to the main thread, which is kinda neat. As a bonus, it even appears to work. We should possibly switch to using it.
Attachments (1)
Change History (4)
comment:1 Changed 13 years ago by adehnert
comment:2 Changed 13 years ago by adehnert
- Component changed from Core to Reporting
- Summary changed from Switch to Awesome Python setpag() for constitution gathering to Constitutions: Switch to Awesome Python setpag() for constitution gathering
Update component, since most other constitution stuff seems to be listed as "Reporting".
comment:3 Changed 11 years ago by adehnert
And now the relevant zlogs are attached as setpag.txt.
Relevant zlogs are now in discuss(asa-db 3785).