Ticket #105 (closed task: fixed)
Clarify that reconfig action is not supported on Windows
| Reported by: | sergey | Owned by: | |
|---|---|---|---|
| Priority: | patches-accepted | Milestone: | 0.7.7 |
| Version: | 0.7.5 | Keywords: | |
| Cc: |
Description
I don't know how to approach this better, but the bottom line is that reconfig on Windows won't work due to absence of signals support and there needs to be some documentation or maybe some code to clarify this.
Attachments
Change History
comment:1 Changed 6 years ago by warner
- component changed from other to configuration
- Milestone changed from undecided to 0.7.7
comment:2 Changed 5 years ago by warner
Which section of the documentation did you look at when trying to figure this out? I'm not sure where the note ought to go.
Changed 5 years ago by bhearsum
-
attachment
disableWin32Reconfig.diff
added
display and error message and bail when reconfig is run on Windows.
comment:3 Changed 5 years ago by bhearsum
The above patch simply prints out a message and doesn't even try to reconfig on Windows. Not sure if this is actually wanted, feel free to reject.
(I know this ticket is technically about docs, but I didn't think it was necessary to file a new one about this.)
comment:5 Changed 5 years ago by warner
- Status changed from new to closed
- Resolution set to fixed
Docs updated in [f72dae42e26fd17f1fb3b3db8fbe26578b4758d6].
Note: See
TracTickets for help on using
tickets.
![[Buildbot Logo]](/chrome/site/header-text-transparent.png)
Yeah. The 'buildbot debugclient' tool can be used to trigger a reconfig, but not signals, unless someone knows how to make signals work on windows..