Unnamed: 0 int64 0 832k | id float64 2.49B 32.1B | type stringclasses 1 value | created_at stringlengths 19 19 | repo stringlengths 5 112 | repo_url stringlengths 34 141 | action stringclasses 3 values | title stringlengths 1 757 | labels stringlengths 4 664 | body stringlengths 3 261k | index stringclasses 10 values | text_combine stringlengths 96 261k | label stringclasses 2 values | text stringlengths 96 232k | binary_label int64 0 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
43,710 | 7,059,228,590 | IssuesEvent | 2018-01-05 00:11:29 | greenelab/GCB535 | https://api.github.com/repos/greenelab/GCB535 | closed | present sample sizes in prelim proposal; perhaps a section on 'feasibility' | documentation | to catch issues with proposal that compare n=1 to n=1, we should require the students present details about sample size as a part of "feasibility"; perhaps we even require a statement on feasibility (explaining why) -- thinking out loud here | 1.0 | present sample sizes in prelim proposal; perhaps a section on 'feasibility' - to catch issues with proposal that compare n=1 to n=1, we should require the students present details about sample size as a part of "feasibility"; perhaps we even require a statement on feasibility (explaining why) -- thinking out loud here | non_defect | present sample sizes in prelim proposal perhaps a section on feasibility to catch issues with proposal that compare n to n we should require the students present details about sample size as a part of feasibility perhaps we even require a statement on feasibility explaining why thinking out loud here | 0 |
36,350 | 7,895,178,521 | IssuesEvent | 2018-06-29 01:34:38 | STEllAR-GROUP/hpx | https://api.github.com/repos/STEllAR-GROUP/hpx | closed | Segmentation fault when passing component id as parameter | category: components type: defect | ## Expected Behavior
Basically, What I want to do is to keep the client side instance of a component as instance variable of a regular C++ class and call its actions. I tried to keep the value of component ID and later reconstruct the client instance but every possible combination I have tested leads to a segmentation fault at runtime.
## Actual Behavior
Here is a stack trace of where the operation fails inside the HPX code:
```
#0 0x000000000041df50 in boost::intrusive_ptr<hpx::naming::detail::id_type_impl>::swap(boost::intrusive_ptr<hpx::naming::detail::id_type_impl>&) ()
#1 0x000000000041bd34 in boost::intrusive_ptr<hpx::naming::detail::id_type_impl>::operator=(boost::intrusive_ptr<hpx::naming::detail::id_type_impl> const&) ()
#2 0x00000000004175a8 in hpx::naming::id_type::operator=(hpx::naming::id_type&&) ()
// My application call hierarchy continues...
```
## Steps to Reproduce the Problem
I am using a design similar to this:
```
class container {
public:
container() {
this->id = hpx::new_<Component>(hpx::find_here()).get();
}
do_something() {
client c(this->id); // SEGMENTATION FAULT
c.action();
}
private:
hpx::naming::id_type id;
}
```
Any ideas?
## Specifications
- HPX Version: 1.1.0
- Platform (compiler, OS): GCC 8.0.1 / Linux / ARM
| 1.0 | Segmentation fault when passing component id as parameter - ## Expected Behavior
Basically, What I want to do is to keep the client side instance of a component as instance variable of a regular C++ class and call its actions. I tried to keep the value of component ID and later reconstruct the client instance but every possible combination I have tested leads to a segmentation fault at runtime.
## Actual Behavior
Here is a stack trace of where the operation fails inside the HPX code:
```
#0 0x000000000041df50 in boost::intrusive_ptr<hpx::naming::detail::id_type_impl>::swap(boost::intrusive_ptr<hpx::naming::detail::id_type_impl>&) ()
#1 0x000000000041bd34 in boost::intrusive_ptr<hpx::naming::detail::id_type_impl>::operator=(boost::intrusive_ptr<hpx::naming::detail::id_type_impl> const&) ()
#2 0x00000000004175a8 in hpx::naming::id_type::operator=(hpx::naming::id_type&&) ()
// My application call hierarchy continues...
```
## Steps to Reproduce the Problem
I am using a design similar to this:
```
class container {
public:
container() {
this->id = hpx::new_<Component>(hpx::find_here()).get();
}
do_something() {
client c(this->id); // SEGMENTATION FAULT
c.action();
}
private:
hpx::naming::id_type id;
}
```
Any ideas?
## Specifications
- HPX Version: 1.1.0
- Platform (compiler, OS): GCC 8.0.1 / Linux / ARM
| defect | segmentation fault when passing component id as parameter expected behavior basically what i want to do is to keep the client side instance of a component as instance variable of a regular c class and call its actions i tried to keep the value of component id and later reconstruct the client instance but every possible combination i have tested leads to a segmentation fault at runtime actual behavior here is a stack trace of where the operation fails inside the hpx code in boost intrusive ptr swap boost intrusive ptr in boost intrusive ptr operator boost intrusive ptr const in hpx naming id type operator hpx naming id type my application call hierarchy continues steps to reproduce the problem i am using a design similar to this class container public container this id hpx new hpx find here get do something client c this id segmentation fault c action private hpx naming id type id any ideas specifications hpx version platform compiler os gcc linux arm | 1 |
39,519 | 9,528,308,416 | IssuesEvent | 2019-04-29 08:02:49 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | PanelGrid: borders in header and footer are not visible with luna and nova themes | 6.2.20 7.0.2 defect | ## 1) Environment
- PrimeFaces version: 7.0
- Application server + version: ALL
- Affected browsers: ALL
## 2) Expected behavior
Visible borders
## 3) Actual behavior
Not visible borders.
## 4) Steps to reproduce
Go to https://www.primefaces.org/showcase/ui/panel/panelGrid.xhtml
, choose nova-dark, nova-colored or one of the luna themes and look at the grouping section. | 1.0 | PanelGrid: borders in header and footer are not visible with luna and nova themes - ## 1) Environment
- PrimeFaces version: 7.0
- Application server + version: ALL
- Affected browsers: ALL
## 2) Expected behavior
Visible borders
## 3) Actual behavior
Not visible borders.
## 4) Steps to reproduce
Go to https://www.primefaces.org/showcase/ui/panel/panelGrid.xhtml
, choose nova-dark, nova-colored or one of the luna themes and look at the grouping section. | defect | panelgrid borders in header and footer are not visible with luna and nova themes environment primefaces version application server version all affected browsers all expected behavior visible borders actual behavior not visible borders steps to reproduce go to choose nova dark nova colored or one of the luna themes and look at the grouping section | 1 |
48,665 | 13,184,713,873 | IssuesEvent | 2020-08-12 19:57:34 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | opened | DefaultName misleading/confusing (Trac #27) | Incomplete Migration Migrated from Trac defect offline-software | <details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/27
, reported by troy and owned by _</summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-11-11T02:09:08",
"description": "DefaultName<T>::value is misleading. Make a decision and do something.",
"reporter": "troy",
"cc": "",
"resolution": "duplicate",
"_ts": "1194746948000000",
"component": "offline-software",
"summary": "DefaultName misleading/confusing",
"priority": "minor",
"keywords": "",
"time": "2007-06-03T21:57:05",
"milestone": "",
"owner": "",
"type": "defect"
}
```
</p>
</details>
| 1.0 | DefaultName misleading/confusing (Trac #27) - <details>
<summary>_Migrated from https://code.icecube.wisc.edu/ticket/27
, reported by troy and owned by _</summary>
<p>
```json
{
"status": "closed",
"changetime": "2007-11-11T02:09:08",
"description": "DefaultName<T>::value is misleading. Make a decision and do something.",
"reporter": "troy",
"cc": "",
"resolution": "duplicate",
"_ts": "1194746948000000",
"component": "offline-software",
"summary": "DefaultName misleading/confusing",
"priority": "minor",
"keywords": "",
"time": "2007-06-03T21:57:05",
"milestone": "",
"owner": "",
"type": "defect"
}
```
</p>
</details>
| defect | defaultname misleading confusing trac migrated from reported by troy and owned by json status closed changetime description defaultname value is misleading make a decision and do something reporter troy cc resolution duplicate ts component offline software summary defaultname misleading confusing priority minor keywords time milestone owner type defect | 1 |
74,620 | 25,218,174,566 | IssuesEvent | 2022-11-14 10:42:53 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | MSC3401 calls have notifications should respect `Mentions Only` | T-Defect S-Major A-Notifications O-Occasional Z-Labs A-Element-Call Team: VoIP | ### Steps to reproduce
1. Set a room to Mentions Only
2. Have another user start an MSC3401 call
3. Hear noise & get desktop notification
4. Note lack of badge in room
### Outcome
#### What did you expect?
For "Mentions Only" to be fully respected - there should not be a notification.
#### What happened instead?
A notification, but only half of one.
### Operating system
Windows 10 & 11
### Application version
Nightly
### How did you install the app?
The Internet
### Homeserver
t2l.io
### Will you send logs?
No | 1.0 | MSC3401 calls have notifications should respect `Mentions Only` - ### Steps to reproduce
1. Set a room to Mentions Only
2. Have another user start an MSC3401 call
3. Hear noise & get desktop notification
4. Note lack of badge in room
### Outcome
#### What did you expect?
For "Mentions Only" to be fully respected - there should not be a notification.
#### What happened instead?
A notification, but only half of one.
### Operating system
Windows 10 & 11
### Application version
Nightly
### How did you install the app?
The Internet
### Homeserver
t2l.io
### Will you send logs?
No | defect | calls have notifications should respect mentions only steps to reproduce set a room to mentions only have another user start an call hear noise get desktop notification note lack of badge in room outcome what did you expect for mentions only to be fully respected there should not be a notification what happened instead a notification but only half of one operating system windows application version nightly how did you install the app the internet homeserver io will you send logs no | 1 |
62,349 | 7,573,441,656 | IssuesEvent | 2018-04-23 17:47:17 | phetsims/equality-explorer | https://api.github.com/repos/phetsims/equality-explorer | opened | remove '× 0' operator from the operator picker in game? | design:general | Should we remove `× 0` from the operator picker in _Solve It!_ screen? If you apply this operation, there's no way to solve the current challenge. | 1.0 | remove '× 0' operator from the operator picker in game? - Should we remove `× 0` from the operator picker in _Solve It!_ screen? If you apply this operation, there's no way to solve the current challenge. | non_defect | remove × operator from the operator picker in game should we remove × from the operator picker in solve it screen if you apply this operation there s no way to solve the current challenge | 0 |
343,761 | 10,335,976,846 | IssuesEvent | 2019-09-03 11:56:14 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Bluetooth: controller: crash terminating link during encryption procedure | area: Bluetooth bug priority: medium | **Describe the bug**
The bluetooth controller (split) will crash during the encryption procedure if the termination procedure was initiated.
**To Reproduce**
Steps to reproduce the behavior:
Use the central and peripheral bluetooth samples.
- Change the host conn param update timeout `#define CONN_UPDATE_TIMEOUT K_MSEC(450)`
- Master initiates security in connected callback
- Master initiates disconnect in conn param updated callback.
**Expected behavior**
LL_TERMINATE_IND PDUs should be allowed in the middle of the encryption procedure. Link should terminate cleanly.
**Screenshots or console output**
Peripheral
```
***** Booting Zephyr OS build v2.0.0-rc2-39-g47f36afdb93d *****
Bluetooth initialized
[00:00:00.006,622] <inf> bt_hci_corAdvertising successfully started
e: HW Platform: Nordic Semiconductor (0x0002)
[00:00:00.006,622] <inf> bt_hci_core: HW Variant: nRF52x (0x0002)
[00:00:00.006,652] <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 2.0 Build 0
[00:00:00.006,988] <wrn> bt_hci_core: No ID address. App must call settings_load()
[00:00:00.014,495] <inf> bt_hci_core: Identity: f1:c1:d9:aa:49:e2 (random)
[00:00:00.014,495] <inf> bt_hci_core: HCI: version 5.1 (0x0a) revision 0x0000, manufacturer 0x05f1
[00:00:00.014,526] <inf> bt_hci_core: LMP: version 5.1 (0x0a) subver 0xffff
[00:00:00.380,920] <inf> bt_settings: Saving ID
Connected
[00:00:18.114,074] <inf> bt_smp: Remote is using Debug Public key
Disconnected (reason 0x13)
```
Central
```
***** Booting Zephyr OS build v2.0.0-rc2-39-g47f36afdb93d *****
Bluetooth initialized
[0Scanning successfully started
0:00:00.005,981] <inf> bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
[00:00:00.005,981] <inf> bt_hci_core: HW VariantDevice found: e7:1d:7f:8c:9f:1d (random) (RSSI -62)
: nRF52x (0x000Device found: e4:7f:c3:99:6e:7e (random) (RSSI -69)
2)
[00:00:00.006,011] <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 2.0 Build 0
[00:00:00.006,561] <inf> bt_hci_core: Identity: c1:f6:39:6f:90:c5 (random)
[00:00:00.006,561] <inf> bt_hci_core: HCI: version 5.1 (0x0a) revision 0x0000, manufacturer 0x05f1
[00:00:00.006,561] <inf> bt_hci_core: LMP: version 5.1 (0x0a) subver 0xffff
[00:00:00.009,155] <dbg> bt_ctlr_llsw_nordic_lll_filter.rpa_refresh_start:
Device found: 68:ee:7d:0a:bd:29 (random) (RSSI -75)
Device found: f1:c1:d9:aa:49:e2 (random) (RSSI -33)
Connected: f1:c1:d9:aa:49:e2 (random)
[00:00:00.274,261] <dbg> bt_ctlr_llsw_nordic_lll_filter.rpa_refresh_start:
[00:00:00.431,091] <dbg> bt_ctlr_llsw_nordic_lll_filter.rpa_refresh_start:
[00:00:00.839,416] <inf> bt_smp: Remote is using Debug Public key
Conn param updated, disconnecting
DFATAL: r0/a1: 0x00000003 r1/a2: 0x200041d0 r2/a3: 0x00000000
FATAL: r3/a4: 0x00000001 r12/ip: 0x00000001 r14/lr: 0x00002fdb
FATAL: xpsr: 0x41000011
FATAL: Faulting instruction address (r15/pc): 0x00011192
FATAL: >>> ZEPHYR FATAL ERROR 3: Kernel oops
FATAL: Current thread: 0x20000840 (unknown)
[00:00:01.588,165] <err> bt_ctlr_llsw_nordic_lll_conn: assert: 'lll->handle != 0xFFFF' failed
FATAL: Halting system
```
**Environment (please complete the following information):**
Commit: 47f36afdb93dbb35e5943a8bfb70bf71e16fd226
Using CONFIG_BT_LL_SW_SPLIT=y, CONFIG_SBT_PRIVACY=n
**Additional context**
Master and slave continue connection even though master sendt a termination control PDU.
(see attached sniffer log.)
[lll_conn_assert_enc_proc_terminated.zip](https://github.com/zephyrproject-rtos/zephyr/files/3565762/lll_conn_assert_enc_proc_terminated.zip)
| 1.0 | Bluetooth: controller: crash terminating link during encryption procedure - **Describe the bug**
The bluetooth controller (split) will crash during the encryption procedure if the termination procedure was initiated.
**To Reproduce**
Steps to reproduce the behavior:
Use the central and peripheral bluetooth samples.
- Change the host conn param update timeout `#define CONN_UPDATE_TIMEOUT K_MSEC(450)`
- Master initiates security in connected callback
- Master initiates disconnect in conn param updated callback.
**Expected behavior**
LL_TERMINATE_IND PDUs should be allowed in the middle of the encryption procedure. Link should terminate cleanly.
**Screenshots or console output**
Peripheral
```
***** Booting Zephyr OS build v2.0.0-rc2-39-g47f36afdb93d *****
Bluetooth initialized
[00:00:00.006,622] <inf> bt_hci_corAdvertising successfully started
e: HW Platform: Nordic Semiconductor (0x0002)
[00:00:00.006,622] <inf> bt_hci_core: HW Variant: nRF52x (0x0002)
[00:00:00.006,652] <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 2.0 Build 0
[00:00:00.006,988] <wrn> bt_hci_core: No ID address. App must call settings_load()
[00:00:00.014,495] <inf> bt_hci_core: Identity: f1:c1:d9:aa:49:e2 (random)
[00:00:00.014,495] <inf> bt_hci_core: HCI: version 5.1 (0x0a) revision 0x0000, manufacturer 0x05f1
[00:00:00.014,526] <inf> bt_hci_core: LMP: version 5.1 (0x0a) subver 0xffff
[00:00:00.380,920] <inf> bt_settings: Saving ID
Connected
[00:00:18.114,074] <inf> bt_smp: Remote is using Debug Public key
Disconnected (reason 0x13)
```
Central
```
***** Booting Zephyr OS build v2.0.0-rc2-39-g47f36afdb93d *****
Bluetooth initialized
[0Scanning successfully started
0:00:00.005,981] <inf> bt_hci_core: HW Platform: Nordic Semiconductor (0x0002)
[00:00:00.005,981] <inf> bt_hci_core: HW VariantDevice found: e7:1d:7f:8c:9f:1d (random) (RSSI -62)
: nRF52x (0x000Device found: e4:7f:c3:99:6e:7e (random) (RSSI -69)
2)
[00:00:00.006,011] <inf> bt_hci_core: Firmware: Standard Bluetooth controller (0x00) Version 2.0 Build 0
[00:00:00.006,561] <inf> bt_hci_core: Identity: c1:f6:39:6f:90:c5 (random)
[00:00:00.006,561] <inf> bt_hci_core: HCI: version 5.1 (0x0a) revision 0x0000, manufacturer 0x05f1
[00:00:00.006,561] <inf> bt_hci_core: LMP: version 5.1 (0x0a) subver 0xffff
[00:00:00.009,155] <dbg> bt_ctlr_llsw_nordic_lll_filter.rpa_refresh_start:
Device found: 68:ee:7d:0a:bd:29 (random) (RSSI -75)
Device found: f1:c1:d9:aa:49:e2 (random) (RSSI -33)
Connected: f1:c1:d9:aa:49:e2 (random)
[00:00:00.274,261] <dbg> bt_ctlr_llsw_nordic_lll_filter.rpa_refresh_start:
[00:00:00.431,091] <dbg> bt_ctlr_llsw_nordic_lll_filter.rpa_refresh_start:
[00:00:00.839,416] <inf> bt_smp: Remote is using Debug Public key
Conn param updated, disconnecting
DFATAL: r0/a1: 0x00000003 r1/a2: 0x200041d0 r2/a3: 0x00000000
FATAL: r3/a4: 0x00000001 r12/ip: 0x00000001 r14/lr: 0x00002fdb
FATAL: xpsr: 0x41000011
FATAL: Faulting instruction address (r15/pc): 0x00011192
FATAL: >>> ZEPHYR FATAL ERROR 3: Kernel oops
FATAL: Current thread: 0x20000840 (unknown)
[00:00:01.588,165] <err> bt_ctlr_llsw_nordic_lll_conn: assert: 'lll->handle != 0xFFFF' failed
FATAL: Halting system
```
**Environment (please complete the following information):**
Commit: 47f36afdb93dbb35e5943a8bfb70bf71e16fd226
Using CONFIG_BT_LL_SW_SPLIT=y, CONFIG_SBT_PRIVACY=n
**Additional context**
Master and slave continue connection even though master sendt a termination control PDU.
(see attached sniffer log.)
[lll_conn_assert_enc_proc_terminated.zip](https://github.com/zephyrproject-rtos/zephyr/files/3565762/lll_conn_assert_enc_proc_terminated.zip)
| non_defect | bluetooth controller crash terminating link during encryption procedure describe the bug the bluetooth controller split will crash during the encryption procedure if the termination procedure was initiated to reproduce steps to reproduce the behavior use the central and peripheral bluetooth samples change the host conn param update timeout define conn update timeout k msec master initiates security in connected callback master initiates disconnect in conn param updated callback expected behavior ll terminate ind pdus should be allowed in the middle of the encryption procedure link should terminate cleanly screenshots or console output peripheral booting zephyr os build bluetooth initialized bt hci coradvertising successfully started e hw platform nordic semiconductor bt hci core hw variant bt hci core firmware standard bluetooth controller version build bt hci core no id address app must call settings load bt hci core identity aa random bt hci core hci version revision manufacturer bt hci core lmp version subver bt settings saving id connected bt smp remote is using debug public key disconnected reason central booting zephyr os build bluetooth initialized successfully started bt hci core hw platform nordic semiconductor bt hci core hw variantdevice found random rssi found random rssi bt hci core firmware standard bluetooth controller version build bt hci core identity random bt hci core hci version revision manufacturer bt hci core lmp version subver bt ctlr llsw nordic lll filter rpa refresh start device found ee bd random rssi device found aa random rssi connected aa random bt ctlr llsw nordic lll filter rpa refresh start bt ctlr llsw nordic lll filter rpa refresh start bt smp remote is using debug public key conn param updated disconnecting dfatal fatal ip lr fatal xpsr fatal faulting instruction address pc fatal zephyr fatal error kernel oops fatal current thread unknown bt ctlr llsw nordic lll conn assert lll handle failed fatal halting system environment please complete the following information commit using config bt ll sw split y config sbt privacy n additional context master and slave continue connection even though master sendt a termination control pdu see attached sniffer log | 0 |
22,291 | 11,567,406,177 | IssuesEvent | 2020-02-20 14:15:54 | input-output-hk/plutus | https://api.github.com/repos/input-output-hk/plutus | closed | Consider storing programs on-chain with types erased | AST Performance Plutus Core | We've always intended that it be possible to erase PLC to the untyped lambda calculus. However, in the past having the types on chain has been a security asset: because we're applying programs written by multiple people together, ensuring that they typecheck rules out any chance that providing e.g. a malicious ill-typed redeemer could do something unexpected.
However, now our redeemers and data aren't scripts, they're just `Data`. They get encoded into PLC, but only by the validating node, which we trust (or which will be checked by others).
So the only code left is the validator. Now, someone could submit an output locked by an ill-typed validator, but the only person they'd be screwing over is themselves (likely).
So I think it would now be safe for us to store our programs erased on-chain, which would save us a *lot* of space. I need to run some numbers, but I suspect a lot of a PLC program is types. | True | Consider storing programs on-chain with types erased - We've always intended that it be possible to erase PLC to the untyped lambda calculus. However, in the past having the types on chain has been a security asset: because we're applying programs written by multiple people together, ensuring that they typecheck rules out any chance that providing e.g. a malicious ill-typed redeemer could do something unexpected.
However, now our redeemers and data aren't scripts, they're just `Data`. They get encoded into PLC, but only by the validating node, which we trust (or which will be checked by others).
So the only code left is the validator. Now, someone could submit an output locked by an ill-typed validator, but the only person they'd be screwing over is themselves (likely).
So I think it would now be safe for us to store our programs erased on-chain, which would save us a *lot* of space. I need to run some numbers, but I suspect a lot of a PLC program is types. | non_defect | consider storing programs on chain with types erased we ve always intended that it be possible to erase plc to the untyped lambda calculus however in the past having the types on chain has been a security asset because we re applying programs written by multiple people together ensuring that they typecheck rules out any chance that providing e g a malicious ill typed redeemer could do something unexpected however now our redeemers and data aren t scripts they re just data they get encoded into plc but only by the validating node which we trust or which will be checked by others so the only code left is the validator now someone could submit an output locked by an ill typed validator but the only person they d be screwing over is themselves likely so i think it would now be safe for us to store our programs erased on chain which would save us a lot of space i need to run some numbers but i suspect a lot of a plc program is types | 0 |
23,624 | 3,851,864,616 | IssuesEvent | 2016-04-06 05:27:26 | GPF/imame4all | https://api.github.com/repos/GPF/imame4all | closed | Mame4ios Reloaded 64bit support? | auto-migrated Priority-Medium Type-Defect | ```
Hola seleuco,hay algun avance en ello?.
thx.
```
Original issue reported on code.google.com by `sarahisa...@hotmail.com` on 3 Jan 2014 at 5:31 | 1.0 | Mame4ios Reloaded 64bit support? - ```
Hola seleuco,hay algun avance en ello?.
thx.
```
Original issue reported on code.google.com by `sarahisa...@hotmail.com` on 3 Jan 2014 at 5:31 | defect | reloaded support hola seleuco hay algun avance en ello thx original issue reported on code google com by sarahisa hotmail com on jan at | 1 |
443,862 | 12,800,673,075 | IssuesEvent | 2020-07-02 17:34:01 | ArctosDB/arctos | https://api.github.com/repos/ArctosDB/arctos | opened | Concatenate Part Attribute Preservations with Part Name | Display/Interface Function-ObjectRecord Priority-Normal | Request to add part attribute preservation to concatenated display with part name in the parts table of Catalog Record, to allow both part and preservation to be visible in current "part name" field when we split part from preservation. | 1.0 | Concatenate Part Attribute Preservations with Part Name - Request to add part attribute preservation to concatenated display with part name in the parts table of Catalog Record, to allow both part and preservation to be visible in current "part name" field when we split part from preservation. | non_defect | concatenate part attribute preservations with part name request to add part attribute preservation to concatenated display with part name in the parts table of catalog record to allow both part and preservation to be visible in current part name field when we split part from preservation | 0 |
69,876 | 22,706,497,914 | IssuesEvent | 2022-07-05 15:03:23 | department-of-veterans-affairs/va.gov-cms | https://api.github.com/repos/department-of-veterans-affairs/va.gov-cms | closed | IE11 deprecation banner: showing in non-IE browsers on domains with injected header | Defect VA.gov frontend Unplanned work ⭐️ Public Websites | ## Describe the defect
IE11 banner shows on MS Edge, Chrome, FF, as dark text that matches header background color. Must highlight the text to see it, in most cases:

## To Reproduce
Steps to reproduce the behavior:
1. Go to https://www.va.gov/vhapublications/. in MS Edge
2. See the IE11 banner text in the header
Seems to be on every site that has the injected header,
- Veterans Health Administration: https://www.va.gov/health/
- Whole Health: https://www.va.gov/wholehealth/
- Community Care: https://www.va.gov/communitycare/
## AC / Expected behavior
- [ ] Banner should only appear in IE
## Screenshots
If applicable, add screenshots to help explain your problem.
## Additional context
Add any other context about the problem here. Reach out to the Product Managers to determine if it should be escalated as critical (prevents users from accomplishing their work with no known workaround and needs to be addressed within 2 business days).
## Desktop (please complete the following information if relevant, or delete)
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
## Labels
(You can delete this section once it's complete)
- [x] Issue type (red) (defaults to "Defect")
- [ ] CMS subsystem (green)
- [ ] CMS practice area (blue)
- [x] CMS workstream (orange) (not needed for bug tickets)
- [ ] CMS-supported product (black)
### CMS Team
Please check the team(s) that will do this work.
- [ ] `Program`
- [ ] `Platform CMS Team`
- [ ] `Sitewide Crew`
- [ ] `⭐️ Sitewide CMS`
- [X] `⭐️ Public Websites`
- [ ] `⭐️ Facilities`
- [ ] `⭐️ User support`
| 1.0 | IE11 deprecation banner: showing in non-IE browsers on domains with injected header - ## Describe the defect
IE11 banner shows on MS Edge, Chrome, FF, as dark text that matches header background color. Must highlight the text to see it, in most cases:

## To Reproduce
Steps to reproduce the behavior:
1. Go to https://www.va.gov/vhapublications/. in MS Edge
2. See the IE11 banner text in the header
Seems to be on every site that has the injected header,
- Veterans Health Administration: https://www.va.gov/health/
- Whole Health: https://www.va.gov/wholehealth/
- Community Care: https://www.va.gov/communitycare/
## AC / Expected behavior
- [ ] Banner should only appear in IE
## Screenshots
If applicable, add screenshots to help explain your problem.
## Additional context
Add any other context about the problem here. Reach out to the Product Managers to determine if it should be escalated as critical (prevents users from accomplishing their work with no known workaround and needs to be addressed within 2 business days).
## Desktop (please complete the following information if relevant, or delete)
- OS: [e.g. iOS]
- Browser [e.g. chrome, safari]
- Version [e.g. 22]
## Labels
(You can delete this section once it's complete)
- [x] Issue type (red) (defaults to "Defect")
- [ ] CMS subsystem (green)
- [ ] CMS practice area (blue)
- [x] CMS workstream (orange) (not needed for bug tickets)
- [ ] CMS-supported product (black)
### CMS Team
Please check the team(s) that will do this work.
- [ ] `Program`
- [ ] `Platform CMS Team`
- [ ] `Sitewide Crew`
- [ ] `⭐️ Sitewide CMS`
- [X] `⭐️ Public Websites`
- [ ] `⭐️ Facilities`
- [ ] `⭐️ User support`
| defect | deprecation banner showing in non ie browsers on domains with injected header describe the defect banner shows on ms edge chrome ff as dark text that matches header background color must highlight the text to see it in most cases to reproduce steps to reproduce the behavior go to in ms edge see the banner text in the header seems to be on every site that has the injected header veterans health administration whole health community care ac expected behavior banner should only appear in ie screenshots if applicable add screenshots to help explain your problem additional context add any other context about the problem here reach out to the product managers to determine if it should be escalated as critical prevents users from accomplishing their work with no known workaround and needs to be addressed within business days desktop please complete the following information if relevant or delete os browser version labels you can delete this section once it s complete issue type red defaults to defect cms subsystem green cms practice area blue cms workstream orange not needed for bug tickets cms supported product black cms team please check the team s that will do this work program platform cms team sitewide crew ⭐️ sitewide cms ⭐️ public websites ⭐️ facilities ⭐️ user support | 1 |
369,200 | 25,832,177,954 | IssuesEvent | 2022-12-12 16:50:34 | extratone/i | https://api.github.com/repos/extratone/i | opened | Discourse Thread ⇨ Things Shortcut | documentation shortcut | Updated `12122022-101505`
- [GitHub Issue](https://github.com/extratone/i/issues/)
- [**RoutineHub Page**](https://routinehub.co/shortcut/)
- [David Blue’s RoutineHub Library](drafts://open?uuid=CA94DF33-CAB9-40A0-836E-806225D5B600)
- [iCloud Share Link](https://www.icloud.com/shortcuts/02babbccb3be49f2937af7bfcf5d0cf9)
- [Working Copy](working-copy://open?repo=i&path=shortcuts&mode=content)
- [Source Repo File](https://github.com/extratone/i/blob/main/shortcuts/.shortcut)
- [WTF](https://davidblue.wtf/drafts/DA1F9814-F9B6-4CFE-846F-2E4095846B62.html)
- [Things](things:///show?id=9jaBfH5KyJGvtdiaQiqDkY)
---
## Social
- Telegram
---
## Save the entire contents of a Discourse-hosted forum thread in a Things ToDo.
Please note: at the time of release, this Shortcut requires a beta build of Things 3.
More details about the beta program: https://culturedcode.com/things/beta/
𝗠𝘆 𝗰𝗼𝗻𝘁𝗮𝗰𝘁 𝗶𝗻𝗳𝗼𝗿𝗺𝗮𝘁𝗶𝗼𝗻:
Email: davidblue@extratone.com
Contact card: https://davidblue.wtf/db.vcf
RoutineHub Profile: https://routinehub.co/user/blue
GitHub: https://github.com/extratone
iOS-specific Repository: https://github.com/extratone/i
Telegram: https://t.me/DavidBlue
Telegram Channel: https://t.me/extratone
Discord: https://davidblue.wtf/discord
Twitter: https://twitter.com/NeoYokel
Reddit: https://reddit.com/u/asphaltapostle
Mastodon: https://mastodon.social/@DavidBlue
EVERYWHERE: https://davidblue.wtf/socialdrop
---
## Contact
- [Contact Card](https://davidblue.wtf/db.vcf)
- [Telegram](https://t.me/extratone)
- [Email](mailto:davidblue@extratone.com)
- [Twitter](https://twitter.com/NeoYokel)
- [Mastodon](https://mastodon.social/@DavidBlue)
- [Discord](https://discord.gg/0b9KQUKP858b0iZF)
- [*Everywhere*](https://raindrop.io/davidblue/social-directory-21059174)... | 1.0 | Discourse Thread ⇨ Things Shortcut - Updated `12122022-101505`
- [GitHub Issue](https://github.com/extratone/i/issues/)
- [**RoutineHub Page**](https://routinehub.co/shortcut/)
- [David Blue’s RoutineHub Library](drafts://open?uuid=CA94DF33-CAB9-40A0-836E-806225D5B600)
- [iCloud Share Link](https://www.icloud.com/shortcuts/02babbccb3be49f2937af7bfcf5d0cf9)
- [Working Copy](working-copy://open?repo=i&path=shortcuts&mode=content)
- [Source Repo File](https://github.com/extratone/i/blob/main/shortcuts/.shortcut)
- [WTF](https://davidblue.wtf/drafts/DA1F9814-F9B6-4CFE-846F-2E4095846B62.html)
- [Things](things:///show?id=9jaBfH5KyJGvtdiaQiqDkY)
---
## Social
- Telegram
---
## Save the entire contents of a Discourse-hosted forum thread in a Things ToDo.
Please note: at the time of release, this Shortcut requires a beta build of Things 3.
More details about the beta program: https://culturedcode.com/things/beta/
𝗠𝘆 𝗰𝗼𝗻𝘁𝗮𝗰𝘁 𝗶𝗻𝗳𝗼𝗿𝗺𝗮𝘁𝗶𝗼𝗻:
Email: davidblue@extratone.com
Contact card: https://davidblue.wtf/db.vcf
RoutineHub Profile: https://routinehub.co/user/blue
GitHub: https://github.com/extratone
iOS-specific Repository: https://github.com/extratone/i
Telegram: https://t.me/DavidBlue
Telegram Channel: https://t.me/extratone
Discord: https://davidblue.wtf/discord
Twitter: https://twitter.com/NeoYokel
Reddit: https://reddit.com/u/asphaltapostle
Mastodon: https://mastodon.social/@DavidBlue
EVERYWHERE: https://davidblue.wtf/socialdrop
---
## Contact
- [Contact Card](https://davidblue.wtf/db.vcf)
- [Telegram](https://t.me/extratone)
- [Email](mailto:davidblue@extratone.com)
- [Twitter](https://twitter.com/NeoYokel)
- [Mastodon](https://mastodon.social/@DavidBlue)
- [Discord](https://discord.gg/0b9KQUKP858b0iZF)
- [*Everywhere*](https://raindrop.io/davidblue/social-directory-21059174)... | non_defect | discourse thread ⇨ things shortcut updated drafts open uuid working copy open repo i path shortcuts mode content things show id social telegram save the entire contents of a discourse hosted forum thread in a things todo please note at the time of release this shortcut requires a beta build of things more details about the beta program 𝗠𝘆 𝗰𝗼𝗻𝘁𝗮𝗰𝘁 𝗶𝗻𝗳𝗼𝗿𝗺𝗮𝘁𝗶𝗼𝗻 email davidblue extratone com contact card routinehub profile github ios specific repository telegram telegram channel discord twitter reddit mastodon everywhere contact mailto davidblue extratone com | 0 |
464,334 | 13,310,874,866 | IssuesEvent | 2020-08-26 07:21:30 | thoth-station/user-api | https://api.github.com/repos/thoth-station/user-api | closed | user-api is not able to handle `thamos advise` | bug deployment_name/ocp-stage human_intervention_required kind/bug priority/critical-urgent | **Describe the bug**
```
{"remote": "10.131.2.1", "date": "[25/Aug/2020:19:39:07 +0000]", "status": "202", "response_length": 3262, "referer": "-", "user_agent": "Thamos/0.11.1 (Python 3.8.2; Linux 5.7.14-200.fc32.x86_64)", "request_method": "POST", "url_path": "/api/v1/advise/python", "protocol": "HTTP/1.1", "request_time": 0}
{"remote": "10.131.4.1", "date": "[25/Aug/2020:19:39:07 +0000]", "status": "200", "response_length": 67, "referer": "-", "user_agent": "kube-probe/1.16+", "request_method": "GET", "url_path": "/readiness", "protocol": "HTTP/1.1", "request_time": 0}
2020-08-25 19:39:10,021 28 ERROR thoth.user_api.openapi_server:1892: Exception on /api/v1/advise/python/adviser-db22b1a7 [GET]
Traceback (most recent call last):
File "/opt/app-root/lib/python3.6/site-packages/thoth/storages/ceph.py", line 93, in retrieve_blob
return self._s3.Object(self.bucket, f"{self.prefix}{object_key}").get()["Body"].read()
File "/opt/app-root/lib/python3.6/site-packages/boto3/resources/factory.py", line 520, in do_action
response = action(self, *args, **kwargs)
File "/opt/app-root/lib/python3.6/site-packages/boto3/resources/action.py", line 83, in __call__
response = getattr(parent.meta.client, operation_name)(*args, **params)
File "/opt/app-root/lib/python3.6/site-packages/botocore/client.py", line 316, in _api_call
return self._make_api_call(operation_name, kwargs)
File "/opt/app-root/lib/python3.6/site-packages/botocore/client.py", line 635, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.errorfactory.NoSuchKey: An error occurred (NoSuchKey) when calling the GetObject operation: Unknown
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/app-root/src/thoth/user_api/api_v1.py", line 760, in _get_document
result = adapter.retrieve_document(analysis_id)
File "/opt/app-root/lib/python3.6/site-packages/thoth/storages/result_base.py", line 114, in retrieve_document
return self.ceph.retrieve_document(document_id)
File "/opt/app-root/lib/python3.6/site-packages/thoth/storages/ceph.py", line 107, in retrieve_document
return json.loads(self.retrieve_blob(document_id).decode())
File "/opt/app-root/lib/python3.6/site-packages/thoth/storages/ceph.py", line 96, in retrieve_blob
raise NotFoundError("Failed to retrieve object, object {!r} does not exist".format(object_key)) from exc
thoth.storages.exceptions.NotFoundError: Failed to retrieve object, object 'adviser-db22b1a7' does not exist
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/app-root/lib/python3.6/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
File "/opt/app-root/lib/python3.6/site-packages/flask/app.py", line 1952, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/opt/app-root/lib/python3.6/site-packages/flask_cors/extension.py", line 161, in wrapped_function
return cors_after_request(app.make_response(f(*args, **kwargs)))
File "/opt/app-root/lib/python3.6/site-packages/flask/app.py", line 1821, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/opt/app-root/lib/python3.6/site-packages/flask/_compat.py", line 39, in reraise
raise value
File "/opt/app-root/lib/python3.6/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
File "/opt/app-root/lib/python3.6/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/opt/app-root/lib/python3.6/site-packages/connexion/decorators/decorator.py", line 48, in wrapper
response = function(request)
File "/opt/app-root/lib/python3.6/site-packages/connexion/decorators/uri_parsing.py", line 144, in wrapper
response = function(request)
File "/opt/app-root/lib/python3.6/site-packages/connexion/decorators/validation.py", line 384, in wrapper
return function(request)
File "/opt/app-root/lib/python3.6/site-packages/connexion/decorators/parameter.py", line 121, in wrapper
return function(**kwargs)
File "/opt/app-root/src/thoth/user_api/api_v1.py", line 335, in get_advise_python
AdvisersResultsStore, analysis_id, name_prefix="adviser-", namespace=Configuration.THOTH_BACKEND_NAMESPACE
File "/opt/app-root/src/thoth/user_api/api_v1.py", line 775, in _get_document
raise ValueError(f"Unreachable - unknown workflow state: {status}")
ValueError: Unreachable - unknown workflow state: {'finished_at': '2020-08-25T19:39:09Z', 'reason': None, 'started_at': '2020-08-25T19:39:06Z', 'state': 'error'}
{"remote": "10.131.2.1", "date": "[25/Aug/2020:19:39:10 +0000]", "status": "500", "response_length": 177, "referer": "-", "user_agent": "python-requests/2.22.0", "request_method": "GET", "url_path": "/api/v1/advise/python/adviser-db22b1a7", "protocol": "HTTP/1.1", "request_time": 0}
2020-08-25 19:39:14,060 28 ERROR thoth.user_api.openapi_server:1892: Exception on /api/v1/advise/python/adviser-db22b1a7 [GET]
Traceback (most recent call last):
File "/opt/app-root/lib/python3.6/site-packages/thoth/storages/ceph.py", line 93, in retrieve_blob
return self._s3.Object(self.bucket, f"{self.prefix}{object_key}").get()["Body"].read()
File "/opt/app-root/lib/python3.6/site-packages/boto3/resources/factory.py", line 520, in do_action
response = action(self, *args, **kwargs)
File "/opt/app-root/lib/python3.6/site-packages/boto3/resources/action.py", line 83, in __call__
response = getattr(parent.meta.client, operation_name)(*args, **params)
File "/opt/app-root/lib/python3.6/site-packages/botocore/client.py", line 316, in _api_call
return self._make_api_call(operation_name, kwargs)
File "/opt/app-root/lib/python3.6/site-packages/botocore/client.py", line 635, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.errorfactory.NoSuchKey: An error occurred (NoSuchKey) when calling the GetObject operation: Unknown
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/app-root/src/thoth/user_api/api_v1.py", line 760, in _get_document
result = adapter.retrieve_document(analysis_id)
File "/opt/app-root/lib/python3.6/site-packages/thoth/storages/result_base.py", line 114, in retrieve_document
return self.ceph.retrieve_document(document_id)
File "/opt/app-root/lib/python3.6/site-packages/thoth/storages/ceph.py", line 107, in retrieve_document
return json.loads(self.retrieve_blob(document_id).decode())
File "/opt/app-root/lib/python3.6/site-packages/thoth/storages/ceph.py", line 96, in retrieve_blob
raise NotFoundError("Failed to retrieve object, object {!r} does not exist".format(object_key)) from exc
thoth.storages.exceptions.NotFoundError: Failed to retrieve object, object 'adviser-db22b1a7' does not exist
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/app-root/lib/python3.6/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
File "/opt/app-root/lib/python3.6/site-packages/flask/app.py", line 1952, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/opt/app-root/lib/python3.6/site-packages/flask_cors/extension.py", line 161, in wrapped_function
return cors_after_request(app.make_response(f(*args, **kwargs)))
File "/opt/app-root/lib/python3.6/site-packages/flask/app.py", line 1821, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/opt/app-root/lib/python3.6/site-packages/flask/_compat.py", line 39, in reraise
raise value
File "/opt/app-root/lib/python3.6/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
File "/opt/app-root/lib/python3.6/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/opt/app-root/lib/python3.6/site-packages/connexion/decorators/decorator.py", line 48, in wrapper
response = function(request)
File "/opt/app-root/lib/python3.6/site-packages/connexion/decorators/uri_parsing.py", line 144, in wrapper
response = function(request)
File "/opt/app-root/lib/python3.6/site-packages/connexion/decorators/validation.py", line 384, in wrapper
return function(request)
File "/opt/app-root/lib/python3.6/site-packages/connexion/decorators/parameter.py", line 121, in wrapper
return function(**kwargs)
File "/opt/app-root/src/thoth/user_api/api_v1.py", line 335, in get_advise_python
AdvisersResultsStore, analysis_id, name_prefix="adviser-", namespace=Configuration.THOTH_BACKEND_NAMESPACE
File "/opt/app-root/src/thoth/user_api/api_v1.py", line 775, in _get_document
raise ValueError(f"Unreachable - unknown workflow state: {status}")
ValueError: Unreachable - unknown workflow state: {'finished_at': '2020-08-25T19:39:09Z', 'reason': None, 'started_at': '2020-08-25T19:39:06Z', 'state': 'error'}
```
**To Reproduce**
Steps to reproduce the behavior:
1. https://prow.thoth-station.dev/log?job=integration-tests-periodic-preprod&id=1298298938314461184
Thamos Client version: 0.10.6
Thoth API https://api.preprod.thoth-station.ninja/khemenu/api/v1: 0.6.10
/kind bug
/priority critical-urgent
/assign @fridex | 1.0 | user-api is not able to handle `thamos advise` - **Describe the bug**
```
{"remote": "10.131.2.1", "date": "[25/Aug/2020:19:39:07 +0000]", "status": "202", "response_length": 3262, "referer": "-", "user_agent": "Thamos/0.11.1 (Python 3.8.2; Linux 5.7.14-200.fc32.x86_64)", "request_method": "POST", "url_path": "/api/v1/advise/python", "protocol": "HTTP/1.1", "request_time": 0}
{"remote": "10.131.4.1", "date": "[25/Aug/2020:19:39:07 +0000]", "status": "200", "response_length": 67, "referer": "-", "user_agent": "kube-probe/1.16+", "request_method": "GET", "url_path": "/readiness", "protocol": "HTTP/1.1", "request_time": 0}
2020-08-25 19:39:10,021 28 ERROR thoth.user_api.openapi_server:1892: Exception on /api/v1/advise/python/adviser-db22b1a7 [GET]
Traceback (most recent call last):
File "/opt/app-root/lib/python3.6/site-packages/thoth/storages/ceph.py", line 93, in retrieve_blob
return self._s3.Object(self.bucket, f"{self.prefix}{object_key}").get()["Body"].read()
File "/opt/app-root/lib/python3.6/site-packages/boto3/resources/factory.py", line 520, in do_action
response = action(self, *args, **kwargs)
File "/opt/app-root/lib/python3.6/site-packages/boto3/resources/action.py", line 83, in __call__
response = getattr(parent.meta.client, operation_name)(*args, **params)
File "/opt/app-root/lib/python3.6/site-packages/botocore/client.py", line 316, in _api_call
return self._make_api_call(operation_name, kwargs)
File "/opt/app-root/lib/python3.6/site-packages/botocore/client.py", line 635, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.errorfactory.NoSuchKey: An error occurred (NoSuchKey) when calling the GetObject operation: Unknown
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/app-root/src/thoth/user_api/api_v1.py", line 760, in _get_document
result = adapter.retrieve_document(analysis_id)
File "/opt/app-root/lib/python3.6/site-packages/thoth/storages/result_base.py", line 114, in retrieve_document
return self.ceph.retrieve_document(document_id)
File "/opt/app-root/lib/python3.6/site-packages/thoth/storages/ceph.py", line 107, in retrieve_document
return json.loads(self.retrieve_blob(document_id).decode())
File "/opt/app-root/lib/python3.6/site-packages/thoth/storages/ceph.py", line 96, in retrieve_blob
raise NotFoundError("Failed to retrieve object, object {!r} does not exist".format(object_key)) from exc
thoth.storages.exceptions.NotFoundError: Failed to retrieve object, object 'adviser-db22b1a7' does not exist
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/app-root/lib/python3.6/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
File "/opt/app-root/lib/python3.6/site-packages/flask/app.py", line 1952, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/opt/app-root/lib/python3.6/site-packages/flask_cors/extension.py", line 161, in wrapped_function
return cors_after_request(app.make_response(f(*args, **kwargs)))
File "/opt/app-root/lib/python3.6/site-packages/flask/app.py", line 1821, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/opt/app-root/lib/python3.6/site-packages/flask/_compat.py", line 39, in reraise
raise value
File "/opt/app-root/lib/python3.6/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
File "/opt/app-root/lib/python3.6/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/opt/app-root/lib/python3.6/site-packages/connexion/decorators/decorator.py", line 48, in wrapper
response = function(request)
File "/opt/app-root/lib/python3.6/site-packages/connexion/decorators/uri_parsing.py", line 144, in wrapper
response = function(request)
File "/opt/app-root/lib/python3.6/site-packages/connexion/decorators/validation.py", line 384, in wrapper
return function(request)
File "/opt/app-root/lib/python3.6/site-packages/connexion/decorators/parameter.py", line 121, in wrapper
return function(**kwargs)
File "/opt/app-root/src/thoth/user_api/api_v1.py", line 335, in get_advise_python
AdvisersResultsStore, analysis_id, name_prefix="adviser-", namespace=Configuration.THOTH_BACKEND_NAMESPACE
File "/opt/app-root/src/thoth/user_api/api_v1.py", line 775, in _get_document
raise ValueError(f"Unreachable - unknown workflow state: {status}")
ValueError: Unreachable - unknown workflow state: {'finished_at': '2020-08-25T19:39:09Z', 'reason': None, 'started_at': '2020-08-25T19:39:06Z', 'state': 'error'}
{"remote": "10.131.2.1", "date": "[25/Aug/2020:19:39:10 +0000]", "status": "500", "response_length": 177, "referer": "-", "user_agent": "python-requests/2.22.0", "request_method": "GET", "url_path": "/api/v1/advise/python/adviser-db22b1a7", "protocol": "HTTP/1.1", "request_time": 0}
2020-08-25 19:39:14,060 28 ERROR thoth.user_api.openapi_server:1892: Exception on /api/v1/advise/python/adviser-db22b1a7 [GET]
Traceback (most recent call last):
File "/opt/app-root/lib/python3.6/site-packages/thoth/storages/ceph.py", line 93, in retrieve_blob
return self._s3.Object(self.bucket, f"{self.prefix}{object_key}").get()["Body"].read()
File "/opt/app-root/lib/python3.6/site-packages/boto3/resources/factory.py", line 520, in do_action
response = action(self, *args, **kwargs)
File "/opt/app-root/lib/python3.6/site-packages/boto3/resources/action.py", line 83, in __call__
response = getattr(parent.meta.client, operation_name)(*args, **params)
File "/opt/app-root/lib/python3.6/site-packages/botocore/client.py", line 316, in _api_call
return self._make_api_call(operation_name, kwargs)
File "/opt/app-root/lib/python3.6/site-packages/botocore/client.py", line 635, in _make_api_call
raise error_class(parsed_response, operation_name)
botocore.errorfactory.NoSuchKey: An error occurred (NoSuchKey) when calling the GetObject operation: Unknown
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/opt/app-root/src/thoth/user_api/api_v1.py", line 760, in _get_document
result = adapter.retrieve_document(analysis_id)
File "/opt/app-root/lib/python3.6/site-packages/thoth/storages/result_base.py", line 114, in retrieve_document
return self.ceph.retrieve_document(document_id)
File "/opt/app-root/lib/python3.6/site-packages/thoth/storages/ceph.py", line 107, in retrieve_document
return json.loads(self.retrieve_blob(document_id).decode())
File "/opt/app-root/lib/python3.6/site-packages/thoth/storages/ceph.py", line 96, in retrieve_blob
raise NotFoundError("Failed to retrieve object, object {!r} does not exist".format(object_key)) from exc
thoth.storages.exceptions.NotFoundError: Failed to retrieve object, object 'adviser-db22b1a7' does not exist
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/opt/app-root/lib/python3.6/site-packages/flask/app.py", line 2447, in wsgi_app
response = self.full_dispatch_request()
File "/opt/app-root/lib/python3.6/site-packages/flask/app.py", line 1952, in full_dispatch_request
rv = self.handle_user_exception(e)
File "/opt/app-root/lib/python3.6/site-packages/flask_cors/extension.py", line 161, in wrapped_function
return cors_after_request(app.make_response(f(*args, **kwargs)))
File "/opt/app-root/lib/python3.6/site-packages/flask/app.py", line 1821, in handle_user_exception
reraise(exc_type, exc_value, tb)
File "/opt/app-root/lib/python3.6/site-packages/flask/_compat.py", line 39, in reraise
raise value
File "/opt/app-root/lib/python3.6/site-packages/flask/app.py", line 1950, in full_dispatch_request
rv = self.dispatch_request()
File "/opt/app-root/lib/python3.6/site-packages/flask/app.py", line 1936, in dispatch_request
return self.view_functions[rule.endpoint](**req.view_args)
File "/opt/app-root/lib/python3.6/site-packages/connexion/decorators/decorator.py", line 48, in wrapper
response = function(request)
File "/opt/app-root/lib/python3.6/site-packages/connexion/decorators/uri_parsing.py", line 144, in wrapper
response = function(request)
File "/opt/app-root/lib/python3.6/site-packages/connexion/decorators/validation.py", line 384, in wrapper
return function(request)
File "/opt/app-root/lib/python3.6/site-packages/connexion/decorators/parameter.py", line 121, in wrapper
return function(**kwargs)
File "/opt/app-root/src/thoth/user_api/api_v1.py", line 335, in get_advise_python
AdvisersResultsStore, analysis_id, name_prefix="adviser-", namespace=Configuration.THOTH_BACKEND_NAMESPACE
File "/opt/app-root/src/thoth/user_api/api_v1.py", line 775, in _get_document
raise ValueError(f"Unreachable - unknown workflow state: {status}")
ValueError: Unreachable - unknown workflow state: {'finished_at': '2020-08-25T19:39:09Z', 'reason': None, 'started_at': '2020-08-25T19:39:06Z', 'state': 'error'}
```
**To Reproduce**
Steps to reproduce the behavior:
1. https://prow.thoth-station.dev/log?job=integration-tests-periodic-preprod&id=1298298938314461184
Thamos Client version: 0.10.6
Thoth API https://api.preprod.thoth-station.ninja/khemenu/api/v1: 0.6.10
/kind bug
/priority critical-urgent
/assign @fridex | non_defect | user api is not able to handle thamos advise describe the bug remote date status response length referer user agent thamos python linux request method post url path api advise python protocol http request time remote date status response length referer user agent kube probe request method get url path readiness protocol http request time error thoth user api openapi server exception on api advise python adviser traceback most recent call last file opt app root lib site packages thoth storages ceph py line in retrieve blob return self object self bucket f self prefix object key get read file opt app root lib site packages resources factory py line in do action response action self args kwargs file opt app root lib site packages resources action py line in call response getattr parent meta client operation name args params file opt app root lib site packages botocore client py line in api call return self make api call operation name kwargs file opt app root lib site packages botocore client py line in make api call raise error class parsed response operation name botocore errorfactory nosuchkey an error occurred nosuchkey when calling the getobject operation unknown the above exception was the direct cause of the following exception traceback most recent call last file opt app root src thoth user api api py line in get document result adapter retrieve document analysis id file opt app root lib site packages thoth storages result base py line in retrieve document return self ceph retrieve document document id file opt app root lib site packages thoth storages ceph py line in retrieve document return json loads self retrieve blob document id decode file opt app root lib site packages thoth storages ceph py line in retrieve blob raise notfounderror failed to retrieve object object r does not exist format object key from exc thoth storages exceptions notfounderror failed to retrieve object object adviser does not exist during handling of the above exception another exception occurred traceback most recent call last file opt app root lib site packages flask app py line in wsgi app response self full dispatch request file opt app root lib site packages flask app py line in full dispatch request rv self handle user exception e file opt app root lib site packages flask cors extension py line in wrapped function return cors after request app make response f args kwargs file opt app root lib site packages flask app py line in handle user exception reraise exc type exc value tb file opt app root lib site packages flask compat py line in reraise raise value file opt app root lib site packages flask app py line in full dispatch request rv self dispatch request file opt app root lib site packages flask app py line in dispatch request return self view functions req view args file opt app root lib site packages connexion decorators decorator py line in wrapper response function request file opt app root lib site packages connexion decorators uri parsing py line in wrapper response function request file opt app root lib site packages connexion decorators validation py line in wrapper return function request file opt app root lib site packages connexion decorators parameter py line in wrapper return function kwargs file opt app root src thoth user api api py line in get advise python advisersresultsstore analysis id name prefix adviser namespace configuration thoth backend namespace file opt app root src thoth user api api py line in get document raise valueerror f unreachable unknown workflow state status valueerror unreachable unknown workflow state finished at reason none started at state error remote date status response length referer user agent python requests request method get url path api advise python adviser protocol http request time error thoth user api openapi server exception on api advise python adviser traceback most recent call last file opt app root lib site packages thoth storages ceph py line in retrieve blob return self object self bucket f self prefix object key get read file opt app root lib site packages resources factory py line in do action response action self args kwargs file opt app root lib site packages resources action py line in call response getattr parent meta client operation name args params file opt app root lib site packages botocore client py line in api call return self make api call operation name kwargs file opt app root lib site packages botocore client py line in make api call raise error class parsed response operation name botocore errorfactory nosuchkey an error occurred nosuchkey when calling the getobject operation unknown the above exception was the direct cause of the following exception traceback most recent call last file opt app root src thoth user api api py line in get document result adapter retrieve document analysis id file opt app root lib site packages thoth storages result base py line in retrieve document return self ceph retrieve document document id file opt app root lib site packages thoth storages ceph py line in retrieve document return json loads self retrieve blob document id decode file opt app root lib site packages thoth storages ceph py line in retrieve blob raise notfounderror failed to retrieve object object r does not exist format object key from exc thoth storages exceptions notfounderror failed to retrieve object object adviser does not exist during handling of the above exception another exception occurred traceback most recent call last file opt app root lib site packages flask app py line in wsgi app response self full dispatch request file opt app root lib site packages flask app py line in full dispatch request rv self handle user exception e file opt app root lib site packages flask cors extension py line in wrapped function return cors after request app make response f args kwargs file opt app root lib site packages flask app py line in handle user exception reraise exc type exc value tb file opt app root lib site packages flask compat py line in reraise raise value file opt app root lib site packages flask app py line in full dispatch request rv self dispatch request file opt app root lib site packages flask app py line in dispatch request return self view functions req view args file opt app root lib site packages connexion decorators decorator py line in wrapper response function request file opt app root lib site packages connexion decorators uri parsing py line in wrapper response function request file opt app root lib site packages connexion decorators validation py line in wrapper return function request file opt app root lib site packages connexion decorators parameter py line in wrapper return function kwargs file opt app root src thoth user api api py line in get advise python advisersresultsstore analysis id name prefix adviser namespace configuration thoth backend namespace file opt app root src thoth user api api py line in get document raise valueerror f unreachable unknown workflow state status valueerror unreachable unknown workflow state finished at reason none started at state error to reproduce steps to reproduce the behavior thamos client version thoth api kind bug priority critical urgent assign fridex | 0 |
815,975 | 30,581,752,262 | IssuesEvent | 2023-07-21 10:12:51 | RobertCraigie/prisma-client-py | https://api.github.com/repos/RobertCraigie/prisma-client-py | opened | Better error message if `nodeenv` fails | kind/improvement level/beginner priority/medium topic: dx topic: cli | ## Problem
See issues ran into here: https://github.com/RobertCraigie/prisma-client-py/issues/784.
In the future we may want to move away from nodeenv entirely because of issues like this, but for now an improved error message that points to `nodejs-bin` is good enough.
| 1.0 | Better error message if `nodeenv` fails - ## Problem
See issues ran into here: https://github.com/RobertCraigie/prisma-client-py/issues/784.
In the future we may want to move away from nodeenv entirely because of issues like this, but for now an improved error message that points to `nodejs-bin` is good enough.
| non_defect | better error message if nodeenv fails problem see issues ran into here in the future we may want to move away from nodeenv entirely because of issues like this but for now an improved error message that points to nodejs bin is good enough | 0 |
174,993 | 13,528,083,611 | IssuesEvent | 2020-09-15 16:13:27 | cerner/terra-toolkit | https://api.github.com/repos/cerner/terra-toolkit | closed | [terra-functional-testing] Throw SevereServiceError in onPrepare hook to bail test run | :package: terra-functional-testing | # Feature Request
Update custom services to throw a SevereServiceError in the onPrepare hook lifecycle in the event of an error or failure.
## Description
<!-- A clear and concise description of what the feature is. -->
[Previously](https://github.com/webdriverio/webdriverio/issues/5398), errors thrown in the onPrepare lifecycle of custom services would not stop test execution. IE: If Docker or webpack failed to start the test run would still be attempted.
The [SevereServiceError](https://github.com/webdriverio/webdriverio/blob/master/docs/CustomServices.md) was introduced to stop the test runner in the event a critical component of any custom service failed to start. | 1.0 | [terra-functional-testing] Throw SevereServiceError in onPrepare hook to bail test run - # Feature Request
Update custom services to throw a SevereServiceError in the onPrepare hook lifecycle in the event of an error or failure.
## Description
<!-- A clear and concise description of what the feature is. -->
[Previously](https://github.com/webdriverio/webdriverio/issues/5398), errors thrown in the onPrepare lifecycle of custom services would not stop test execution. IE: If Docker or webpack failed to start the test run would still be attempted.
The [SevereServiceError](https://github.com/webdriverio/webdriverio/blob/master/docs/CustomServices.md) was introduced to stop the test runner in the event a critical component of any custom service failed to start. | non_defect | throw severeserviceerror in onprepare hook to bail test run feature request update custom services to throw a severeserviceerror in the onprepare hook lifecycle in the event of an error or failure description errors thrown in the onprepare lifecycle of custom services would not stop test execution ie if docker or webpack failed to start the test run would still be attempted the was introduced to stop the test runner in the event a critical component of any custom service failed to start | 0 |
54,818 | 7,925,359,104 | IssuesEvent | 2018-07-05 20:20:11 | dblodgett-usgs/nhdplusTools | https://api.github.com/repos/dblodgett-usgs/nhdplusTools | closed | documentation for refactor_nhdplus() | documentation | Now that the other functions are hidden, refactor_nhdplus() needs some pithy documentation. Grab it from the sub functions and the demo Rmd. -- note that the function needs to be renamed too. | 1.0 | documentation for refactor_nhdplus() - Now that the other functions are hidden, refactor_nhdplus() needs some pithy documentation. Grab it from the sub functions and the demo Rmd. -- note that the function needs to be renamed too. | non_defect | documentation for refactor nhdplus now that the other functions are hidden refactor nhdplus needs some pithy documentation grab it from the sub functions and the demo rmd note that the function needs to be renamed too | 0 |
62,247 | 17,023,881,375 | IssuesEvent | 2021-07-03 04:20:48 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | failing to retrieve country polygon for germany | Component: nominatim Priority: minor Resolution: wontfix Type: defect | **[Submitted to the original trac issue database at 8.37pm, Wednesday, 2nd October 2013]**
using the following URL:
http://nominatim.openstreetmap.org/search/?format=xml&country=Germany&polygon=1
I receive Internal Error 500. Other contries (Holland, Norway, Kamerun, Russia) work fine, but a few countries (Germany and China atleast) seem to trigger someting bad when generating the result XML...
I'm rather certain that this has worked before...
| 1.0 | failing to retrieve country polygon for germany - **[Submitted to the original trac issue database at 8.37pm, Wednesday, 2nd October 2013]**
using the following URL:
http://nominatim.openstreetmap.org/search/?format=xml&country=Germany&polygon=1
I receive Internal Error 500. Other contries (Holland, Norway, Kamerun, Russia) work fine, but a few countries (Germany and China atleast) seem to trigger someting bad when generating the result XML...
I'm rather certain that this has worked before...
| defect | failing to retrieve country polygon for germany using the following url i receive internal error other contries holland norway kamerun russia work fine but a few countries germany and china atleast seem to trigger someting bad when generating the result xml i m rather certain that this has worked before | 1 |
124,284 | 12,228,054,197 | IssuesEvent | 2020-05-03 17:46:05 | nerevu/handbook | https://api.github.com/repos/nerevu/handbook | opened | Update handbook with draft PRs | documentation | I removed it since the new github teams only allows draft PR on public repos. The docs need to be updated to make this distinction.
## Original text
When you create a new branch in a project, you should immediately push that branch up to Github and create a [Draft Pull Request](https://github.blog/2019-02-14-introducing-draft-pull-requests/). This allows co-workers and your boss to make comments on your code while you are writing it.
When you are ready to merge your code into the master branch, you change your Draft PR into a [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request) (PR).
| 1.0 | Update handbook with draft PRs - I removed it since the new github teams only allows draft PR on public repos. The docs need to be updated to make this distinction.
## Original text
When you create a new branch in a project, you should immediately push that branch up to Github and create a [Draft Pull Request](https://github.blog/2019-02-14-introducing-draft-pull-requests/). This allows co-workers and your boss to make comments on your code while you are writing it.
When you are ready to merge your code into the master branch, you change your Draft PR into a [Pull Request](https://help.github.com/en/github/collaborating-with-issues-and-pull-requests/creating-a-pull-request) (PR).
| non_defect | update handbook with draft prs i removed it since the new github teams only allows draft pr on public repos the docs need to be updated to make this distinction original text when you create a new branch in a project you should immediately push that branch up to github and create a this allows co workers and your boss to make comments on your code while you are writing it when you are ready to merge your code into the master branch you change your draft pr into a pr | 0 |
7,156 | 2,610,329,598 | IssuesEvent | 2015-02-26 19:46:12 | chrsmith/republic-at-war | https://api.github.com/repos/chrsmith/republic-at-war | closed | Model Review | auto-migrated Priority-Low Type-Defect | ```
In space and land the Theta-class shuttle doesnt have an engine glow
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 15 Jun 2011 at 12:46 | 1.0 | Model Review - ```
In space and land the Theta-class shuttle doesnt have an engine glow
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 15 Jun 2011 at 12:46 | defect | model review in space and land the theta class shuttle doesnt have an engine glow original issue reported on code google com by gmail com on jun at | 1 |
72,261 | 24,024,755,829 | IssuesEvent | 2022-09-15 10:31:58 | hazelcast/hazelcast | https://api.github.com/repos/hazelcast/hazelcast | closed | CalcIntoScanLogicalRule doesn't merge the filter/projections [HZ-1414] | Type: Defect Source: Internal Team: SQL to-jira | The rule replaces the filter/projects in the scan, but doesn't merge them. This way it produces non-equivalent relation and produces an incorrect plan. | 1.0 | CalcIntoScanLogicalRule doesn't merge the filter/projections [HZ-1414] - The rule replaces the filter/projects in the scan, but doesn't merge them. This way it produces non-equivalent relation and produces an incorrect plan. | defect | calcintoscanlogicalrule doesn t merge the filter projections the rule replaces the filter projects in the scan but doesn t merge them this way it produces non equivalent relation and produces an incorrect plan | 1 |
64,762 | 18,882,955,700 | IssuesEvent | 2021-11-15 02:13:08 | scipy/scipy | https://api.github.com/repos/scipy/scipy | opened | BUG: sparse.dok_matrix.fromkeys method totally nonfunctional | defect | ### Describe your issue.
The `fromkeys` method of `sparse.dok_matrix` returns an error. If it is called in the form `scipy.sparse.dok_matrix.fromkeys(keys, values=1)` it throws `TypeError: dok_matrix.fromkeys() takes no keyword arguments`. If called as `scipy.sparse.dok_matrix.fromkeys(keys)` or `scipy.sparse.dok_matrix.fromkeys(keys, 1)`
it throws `TypeError: __init__() missing 1 required positional argument: 'arg1'`. The content of `keys` and `values` do not seem to matter.
The first error contradicts [the documentation for the method](https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.dok_matrix.fromkeys.html#scipy.sparse.dok_matrix.fromkeys), which seems to have been inherited from [the docs for Python dicts](https://docs.python.org/3.9/library/stdtypes.html#dict.fromkeys). The two disagree on whether `values` is a positional or keyword argument.
### Reproducing Code Example
```python
import scipy
edges = [(0,1),(1,2),(2,0)]
scipy.sparse.dok_matrix.fromkeys(edges, values=1)
scipy.sparse.dok_matrix.fromkeys(edges, 1)
scipy.sparse.dok_matrix.fromkeys(edges)
```
### Error message
```shell
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: dok_matrix.fromkeys() takes no keyword arguments
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: __init__() missing 1 required positional argument: 'arg1'
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: __init__() missing 1 required positional argument: 'arg1'
```
### SciPy/NumPy/Python version information
1.7.2 1.21.4 sys.version_info(major=3, minor=9, micro=8, releaselevel='final', serial=0) | 1.0 | BUG: sparse.dok_matrix.fromkeys method totally nonfunctional - ### Describe your issue.
The `fromkeys` method of `sparse.dok_matrix` returns an error. If it is called in the form `scipy.sparse.dok_matrix.fromkeys(keys, values=1)` it throws `TypeError: dok_matrix.fromkeys() takes no keyword arguments`. If called as `scipy.sparse.dok_matrix.fromkeys(keys)` or `scipy.sparse.dok_matrix.fromkeys(keys, 1)`
it throws `TypeError: __init__() missing 1 required positional argument: 'arg1'`. The content of `keys` and `values` do not seem to matter.
The first error contradicts [the documentation for the method](https://docs.scipy.org/doc/scipy/reference/generated/scipy.sparse.dok_matrix.fromkeys.html#scipy.sparse.dok_matrix.fromkeys), which seems to have been inherited from [the docs for Python dicts](https://docs.python.org/3.9/library/stdtypes.html#dict.fromkeys). The two disagree on whether `values` is a positional or keyword argument.
### Reproducing Code Example
```python
import scipy
edges = [(0,1),(1,2),(2,0)]
scipy.sparse.dok_matrix.fromkeys(edges, values=1)
scipy.sparse.dok_matrix.fromkeys(edges, 1)
scipy.sparse.dok_matrix.fromkeys(edges)
```
### Error message
```shell
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: dok_matrix.fromkeys() takes no keyword arguments
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: __init__() missing 1 required positional argument: 'arg1'
Traceback (most recent call last):
File "<stdin>", line 1, in <module>
TypeError: __init__() missing 1 required positional argument: 'arg1'
```
### SciPy/NumPy/Python version information
1.7.2 1.21.4 sys.version_info(major=3, minor=9, micro=8, releaselevel='final', serial=0) | defect | bug sparse dok matrix fromkeys method totally nonfunctional describe your issue the fromkeys method of sparse dok matrix returns an error if it is called in the form scipy sparse dok matrix fromkeys keys values it throws typeerror dok matrix fromkeys takes no keyword arguments if called as scipy sparse dok matrix fromkeys keys or scipy sparse dok matrix fromkeys keys it throws typeerror init missing required positional argument the content of keys and values do not seem to matter the first error contradicts which seems to have been inherited from the two disagree on whether values is a positional or keyword argument reproducing code example python import scipy edges scipy sparse dok matrix fromkeys edges values scipy sparse dok matrix fromkeys edges scipy sparse dok matrix fromkeys edges error message shell traceback most recent call last file line in typeerror dok matrix fromkeys takes no keyword arguments traceback most recent call last file line in typeerror init missing required positional argument traceback most recent call last file line in typeerror init missing required positional argument scipy numpy python version information sys version info major minor micro releaselevel final serial | 1 |
32,281 | 12,102,277,258 | IssuesEvent | 2020-04-20 16:26:23 | Hyraze/infinite | https://api.github.com/repos/Hyraze/infinite | opened | WS-2019-0063 (High) detected in js-yaml-3.7.0.tgz, js-yaml-3.12.1.tgz | security vulnerability | ## WS-2019-0063 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>js-yaml-3.7.0.tgz</b>, <b>js-yaml-3.12.1.tgz</b></p></summary>
<p>
<details><summary><b>js-yaml-3.7.0.tgz</b></p></summary>
<p>YAML 1.2 parser and serializer</p>
<p>Library home page: <a href="https://registry.npmjs.org/js-yaml/-/js-yaml-3.7.0.tgz">https://registry.npmjs.org/js-yaml/-/js-yaml-3.7.0.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/infinite/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/infinite/node_modules/htmlnano/node_modules/js-yaml/package.json</p>
<p>
Dependency Hierarchy:
- parcel-bundler-1.11.0.tgz (Root Library)
- htmlnano-0.1.10.tgz
- cssnano-3.10.0.tgz
- postcss-svgo-2.1.6.tgz
- svgo-0.7.2.tgz
- :x: **js-yaml-3.7.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>js-yaml-3.12.1.tgz</b></p></summary>
<p>YAML 1.2 parser and serializer</p>
<p>Library home page: <a href="https://registry.npmjs.org/js-yaml/-/js-yaml-3.12.1.tgz">https://registry.npmjs.org/js-yaml/-/js-yaml-3.12.1.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/infinite/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/infinite/node_modules/js-yaml/package.json</p>
<p>
Dependency Hierarchy:
- parcel-bundler-1.11.0.tgz (Root Library)
- :x: **js-yaml-3.12.1.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://api.github.com/repos/Hyraze/infinite/commits/f686a0f9119ce1b31715bd19e5a2f4705af80098">f686a0f9119ce1b31715bd19e5a2f4705af80098</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Js-yaml prior to 3.13.1 are vulnerable to Code Injection. The load() function may execute arbitrary code injected through a malicious YAML file.
<p>Publish Date: 2019-04-30
<p>URL: <a href=https://github.com/nodeca/js-yaml/pull/480>WS-2019-0063</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>8.0</b>)</summary>
<p>
Base Score Metrics not available</p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/813">https://www.npmjs.com/advisories/813</a></p>
<p>Release Date: 2019-04-30</p>
<p>Fix Resolution: 3.13.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | WS-2019-0063 (High) detected in js-yaml-3.7.0.tgz, js-yaml-3.12.1.tgz - ## WS-2019-0063 - High Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Libraries - <b>js-yaml-3.7.0.tgz</b>, <b>js-yaml-3.12.1.tgz</b></p></summary>
<p>
<details><summary><b>js-yaml-3.7.0.tgz</b></p></summary>
<p>YAML 1.2 parser and serializer</p>
<p>Library home page: <a href="https://registry.npmjs.org/js-yaml/-/js-yaml-3.7.0.tgz">https://registry.npmjs.org/js-yaml/-/js-yaml-3.7.0.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/infinite/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/infinite/node_modules/htmlnano/node_modules/js-yaml/package.json</p>
<p>
Dependency Hierarchy:
- parcel-bundler-1.11.0.tgz (Root Library)
- htmlnano-0.1.10.tgz
- cssnano-3.10.0.tgz
- postcss-svgo-2.1.6.tgz
- svgo-0.7.2.tgz
- :x: **js-yaml-3.7.0.tgz** (Vulnerable Library)
</details>
<details><summary><b>js-yaml-3.12.1.tgz</b></p></summary>
<p>YAML 1.2 parser and serializer</p>
<p>Library home page: <a href="https://registry.npmjs.org/js-yaml/-/js-yaml-3.12.1.tgz">https://registry.npmjs.org/js-yaml/-/js-yaml-3.12.1.tgz</a></p>
<p>Path to dependency file: /tmp/ws-scm/infinite/package.json</p>
<p>Path to vulnerable library: /tmp/ws-scm/infinite/node_modules/js-yaml/package.json</p>
<p>
Dependency Hierarchy:
- parcel-bundler-1.11.0.tgz (Root Library)
- :x: **js-yaml-3.12.1.tgz** (Vulnerable Library)
</details>
<p>Found in HEAD commit: <a href="https://api.github.com/repos/Hyraze/infinite/commits/f686a0f9119ce1b31715bd19e5a2f4705af80098">f686a0f9119ce1b31715bd19e5a2f4705af80098</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/high_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
Js-yaml prior to 3.13.1 are vulnerable to Code Injection. The load() function may execute arbitrary code injected through a malicious YAML file.
<p>Publish Date: 2019-04-30
<p>URL: <a href=https://github.com/nodeca/js-yaml/pull/480>WS-2019-0063</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 2 Score Details (<b>8.0</b>)</summary>
<p>
Base Score Metrics not available</p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://www.npmjs.com/advisories/813">https://www.npmjs.com/advisories/813</a></p>
<p>Release Date: 2019-04-30</p>
<p>Fix Resolution: 3.13.1</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | ws high detected in js yaml tgz js yaml tgz ws high severity vulnerability vulnerable libraries js yaml tgz js yaml tgz js yaml tgz yaml parser and serializer library home page a href path to dependency file tmp ws scm infinite package json path to vulnerable library tmp ws scm infinite node modules htmlnano node modules js yaml package json dependency hierarchy parcel bundler tgz root library htmlnano tgz cssnano tgz postcss svgo tgz svgo tgz x js yaml tgz vulnerable library js yaml tgz yaml parser and serializer library home page a href path to dependency file tmp ws scm infinite package json path to vulnerable library tmp ws scm infinite node modules js yaml package json dependency hierarchy parcel bundler tgz root library x js yaml tgz vulnerable library found in head commit a href vulnerability details js yaml prior to are vulnerable to code injection the load function may execute arbitrary code injected through a malicious yaml file publish date url a href cvss score details base score metrics not available suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
149,007 | 23,412,641,081 | IssuesEvent | 2022-08-12 19:22:48 | finos/legend-studio | https://api.github.com/repos/finos/legend-studio | closed | Feature request: Class editor: allow DnD to rearrange properties/supertypes/etc. | good first issue Type: Feature Request Studio Core Team Application: Studio Component: UX/Design Priority: Quick Win Extension: Core UML | ## 🚀 Feature Request
We should be able to re-arrange properties/tagged-values/etc. in UML editors.
- [ ] Componentize re-arrangable list
- [ ] Support using DnD to rearrange properties
- [ ] Support using DnD to rearrange supertypes
- [ ] Support using DnD to rearrange enum values
- [ ] Support using DnD to rearrange constraint
- [ ] Support using DnD to rearrange derived properties | 1.0 | Feature request: Class editor: allow DnD to rearrange properties/supertypes/etc. - ## 🚀 Feature Request
We should be able to re-arrange properties/tagged-values/etc. in UML editors.
- [ ] Componentize re-arrangable list
- [ ] Support using DnD to rearrange properties
- [ ] Support using DnD to rearrange supertypes
- [ ] Support using DnD to rearrange enum values
- [ ] Support using DnD to rearrange constraint
- [ ] Support using DnD to rearrange derived properties | non_defect | feature request class editor allow dnd to rearrange properties supertypes etc 🚀 feature request we should be able to re arrange properties tagged values etc in uml editors componentize re arrangable list support using dnd to rearrange properties support using dnd to rearrange supertypes support using dnd to rearrange enum values support using dnd to rearrange constraint support using dnd to rearrange derived properties | 0 |
65,430 | 19,503,059,692 | IssuesEvent | 2021-12-28 08:06:13 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Broken group and 1on1 notifications | T-Defect | So, somehow notifications (sound ones, favicon change, etc.) in my web Vector broke.
If I remember correctly, it happened after I disabled group chat notifications in my Android Vector client.
After that, I could no longer receive notifications in web Vector as well.
My notification settings started to look like this:

After fiddling with these settings (turning them on/off, etc.), that weird entry is gone. Somehow, notifications in rooms like #matrix returned, but not in 1-vs-1 chats.
| 1.0 | Broken group and 1on1 notifications - So, somehow notifications (sound ones, favicon change, etc.) in my web Vector broke.
If I remember correctly, it happened after I disabled group chat notifications in my Android Vector client.
After that, I could no longer receive notifications in web Vector as well.
My notification settings started to look like this:

After fiddling with these settings (turning them on/off, etc.), that weird entry is gone. Somehow, notifications in rooms like #matrix returned, but not in 1-vs-1 chats.
| defect | broken group and notifications so somehow notifications sound ones favicon change etc in my web vector broke if i remember correctly it happened after i disabled group chat notifications in my android vector client after that i could no longer receive notifications in web vector as well my notification settings started to look like this after fiddling with these settings turning them on off etc that weird entry is gone somehow notifications in rooms like matrix returned but not in vs chats | 1 |
6,952 | 2,610,319,188 | IssuesEvent | 2015-02-26 19:43:00 | chrsmith/republic-at-war | https://api.github.com/repos/chrsmith/republic-at-war | closed | CRASH | auto-migrated Priority-Medium Type-Defect | ```
Sniper Units
Upon clicking on them get exception and crash
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 6 May 2011 at 9:52 | 1.0 | CRASH - ```
Sniper Units
Upon clicking on them get exception and crash
```
-----
Original issue reported on code.google.com by `z3r0...@gmail.com` on 6 May 2011 at 9:52 | defect | crash sniper units upon clicking on them get exception and crash original issue reported on code google com by gmail com on may at | 1 |
77,630 | 27,085,819,763 | IssuesEvent | 2023-02-14 16:55:14 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | opened | Confusing display of custom power level in room user list | T-Defect | ### Steps to reproduce
1. Go to a room that was migrated from Gitter, e.g. https://app.gitter.im/#/room/#ADOdb_ADOdb:gitter.im
2. In the room's People list, notice that users who previously were admins before Gitter migrated to Matrix, are now listed as *Mods*. However, @MadLittleMods informed me that they effectively are Admins, but with a Custom power level of **90** (see [discussion thread](https://matrix.to/#/!IxQMqGgyzZgHKssexF:gitter.im/$5OBWedojqUtnt-S18OT-WAspbZlRbCfxuL6beXvEOuU?via=gitter.im&via=matrix.org&via=aria-net.org)).
4. Invite a new user, and make them *Moderator*
6. In the user list, they are shown as **Mod** just like the old admins, but in reality their Power level is **50**


### Outcome
#### What did you expect?
The People list should display the user's actual power level, and definitely **not** regroup custom power levels with standard ones, which is confusing (and misleading).
#### What happened instead?
Custom power level 90 is displayed as `Mod`
### Operating system
Windows
### Browser information
Firefox 102.4.0esr
### URL for webapp
app.gitter.im and app.element.io
### Application version
Version de Gitter : 1.11.23-rc.1 Version de Olm : 3.2.12 / Version de Element : 1.11.23 Version de Olm : 3.2.12
### Homeserver
gitter.im and matrix.org
### Will you send logs?
No | 1.0 | Confusing display of custom power level in room user list - ### Steps to reproduce
1. Go to a room that was migrated from Gitter, e.g. https://app.gitter.im/#/room/#ADOdb_ADOdb:gitter.im
2. In the room's People list, notice that users who previously were admins before Gitter migrated to Matrix, are now listed as *Mods*. However, @MadLittleMods informed me that they effectively are Admins, but with a Custom power level of **90** (see [discussion thread](https://matrix.to/#/!IxQMqGgyzZgHKssexF:gitter.im/$5OBWedojqUtnt-S18OT-WAspbZlRbCfxuL6beXvEOuU?via=gitter.im&via=matrix.org&via=aria-net.org)).
4. Invite a new user, and make them *Moderator*
6. In the user list, they are shown as **Mod** just like the old admins, but in reality their Power level is **50**


### Outcome
#### What did you expect?
The People list should display the user's actual power level, and definitely **not** regroup custom power levels with standard ones, which is confusing (and misleading).
#### What happened instead?
Custom power level 90 is displayed as `Mod`
### Operating system
Windows
### Browser information
Firefox 102.4.0esr
### URL for webapp
app.gitter.im and app.element.io
### Application version
Version de Gitter : 1.11.23-rc.1 Version de Olm : 3.2.12 / Version de Element : 1.11.23 Version de Olm : 3.2.12
### Homeserver
gitter.im and matrix.org
### Will you send logs?
No | defect | confusing display of custom power level in room user list steps to reproduce go to a room that was migrated from gitter e g in the room s people list notice that users who previously were admins before gitter migrated to matrix are now listed as mods however madlittlemods informed me that they effectively are admins but with a custom power level of see invite a new user and make them moderator in the user list they are shown as mod just like the old admins but in reality their power level is outcome what did you expect the people list should display the user s actual power level and definitely not regroup custom power levels with standard ones which is confusing and misleading what happened instead custom power level is displayed as mod operating system windows browser information firefox url for webapp app gitter im and app element io application version version de gitter rc version de olm version de element version de olm homeserver gitter im and matrix org will you send logs no | 1 |
213,029 | 16,507,450,886 | IssuesEvent | 2021-05-25 21:16:02 | Sedou932/Projet_versionning | https://api.github.com/repos/Sedou932/Projet_versionning | closed | Création d'un fichier (README.md) expliquant comment lancer un projet | documentation | Issue détaillant des commandes à renseignées pour le lancement d'un projet GIT. | 1.0 | Création d'un fichier (README.md) expliquant comment lancer un projet - Issue détaillant des commandes à renseignées pour le lancement d'un projet GIT. | non_defect | création d un fichier readme md expliquant comment lancer un projet issue détaillant des commandes à renseignées pour le lancement d un projet git | 0 |
53,212 | 13,261,183,268 | IssuesEvent | 2020-08-20 19:26:03 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | closed | [PROPOSAL] build fails caused it cant generate tables (Trac #968) | Migrated from Trac combo simulation defect | Building trunk icesim fails when building trunk proposal r131414 when compiling on Mac 10.10 when using system packages
FATAL (I3PropagatorService): /PROPOSAL/resources/tables does not exist (I3PropagatorServicePROPOSAL.cxx:119 in static std::string I3PropagatorServicePROPOSAL::GetDefaultTableDir())
Traceback (most recent call last):
File "resources/tables/generate_tables.py", line 6, in <module>
from icecube.PROPOSAL import I3PropagatorServicePROPOSAL
RuntimeError: /PROPOSAL/resources/tables does not exist (in static std::string I3PropagatorServicePROPOSAL::GetDefaultTableDir())
make[2]: *** [PROPOSAL/resources/tables/.tables.auto_generated] Error 1
make[1]: *** [PROPOSAL/CMakeFiles/PROPOSAL-tables.dir/all] Error 2
make: *** [all] Error 2
Setting I3_BUILD by hand does not solve the problem. Have to set I3_TESTDATA
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/968">https://code.icecube.wisc.edu/projects/icecube/ticket/968</a>, reported by benedikt.riedeland owned by tfuchs</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:45",
"_ts": "1550067105393059",
"description": "Building trunk icesim fails when building trunk proposal r131414 when compiling on Mac 10.10 when using system packages\n\nFATAL (I3PropagatorService): /PROPOSAL/resources/tables does not exist (I3PropagatorServicePROPOSAL.cxx:119 in static std::string I3PropagatorServicePROPOSAL::GetDefaultTableDir())\nTraceback (most recent call last):\n File \"resources/tables/generate_tables.py\", line 6, in <module>\n from icecube.PROPOSAL import I3PropagatorServicePROPOSAL\nRuntimeError: /PROPOSAL/resources/tables does not exist (in static std::string I3PropagatorServicePROPOSAL::GetDefaultTableDir())\nmake[2]: *** [PROPOSAL/resources/tables/.tables.auto_generated] Error 1\nmake[1]: *** [PROPOSAL/CMakeFiles/PROPOSAL-tables.dir/all] Error 2\nmake: *** [all] Error 2\n\nSetting I3_BUILD by hand does not solve the problem. Have to set I3_TESTDATA",
"reporter": "benedikt.riedel",
"cc": "",
"resolution": "fixed",
"time": "2015-05-07T23:48:31",
"component": "combo simulation",
"summary": "[PROPOSAL] build fails caused it cant generate tables",
"priority": "major",
"keywords": "",
"milestone": "",
"owner": "tfuchs",
"type": "defect"
}
```
</p>
</details>
| 1.0 | [PROPOSAL] build fails caused it cant generate tables (Trac #968) - Building trunk icesim fails when building trunk proposal r131414 when compiling on Mac 10.10 when using system packages
FATAL (I3PropagatorService): /PROPOSAL/resources/tables does not exist (I3PropagatorServicePROPOSAL.cxx:119 in static std::string I3PropagatorServicePROPOSAL::GetDefaultTableDir())
Traceback (most recent call last):
File "resources/tables/generate_tables.py", line 6, in <module>
from icecube.PROPOSAL import I3PropagatorServicePROPOSAL
RuntimeError: /PROPOSAL/resources/tables does not exist (in static std::string I3PropagatorServicePROPOSAL::GetDefaultTableDir())
make[2]: *** [PROPOSAL/resources/tables/.tables.auto_generated] Error 1
make[1]: *** [PROPOSAL/CMakeFiles/PROPOSAL-tables.dir/all] Error 2
make: *** [all] Error 2
Setting I3_BUILD by hand does not solve the problem. Have to set I3_TESTDATA
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/968">https://code.icecube.wisc.edu/projects/icecube/ticket/968</a>, reported by benedikt.riedeland owned by tfuchs</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-02-13T14:11:45",
"_ts": "1550067105393059",
"description": "Building trunk icesim fails when building trunk proposal r131414 when compiling on Mac 10.10 when using system packages\n\nFATAL (I3PropagatorService): /PROPOSAL/resources/tables does not exist (I3PropagatorServicePROPOSAL.cxx:119 in static std::string I3PropagatorServicePROPOSAL::GetDefaultTableDir())\nTraceback (most recent call last):\n File \"resources/tables/generate_tables.py\", line 6, in <module>\n from icecube.PROPOSAL import I3PropagatorServicePROPOSAL\nRuntimeError: /PROPOSAL/resources/tables does not exist (in static std::string I3PropagatorServicePROPOSAL::GetDefaultTableDir())\nmake[2]: *** [PROPOSAL/resources/tables/.tables.auto_generated] Error 1\nmake[1]: *** [PROPOSAL/CMakeFiles/PROPOSAL-tables.dir/all] Error 2\nmake: *** [all] Error 2\n\nSetting I3_BUILD by hand does not solve the problem. Have to set I3_TESTDATA",
"reporter": "benedikt.riedel",
"cc": "",
"resolution": "fixed",
"time": "2015-05-07T23:48:31",
"component": "combo simulation",
"summary": "[PROPOSAL] build fails caused it cant generate tables",
"priority": "major",
"keywords": "",
"milestone": "",
"owner": "tfuchs",
"type": "defect"
}
```
</p>
</details>
| defect | build fails caused it cant generate tables trac building trunk icesim fails when building trunk proposal when compiling on mac when using system packages fatal proposal resources tables does not exist cxx in static std string getdefaulttabledir traceback most recent call last file resources tables generate tables py line in from icecube proposal import runtimeerror proposal resources tables does not exist in static std string getdefaulttabledir make error make error make error setting build by hand does not solve the problem have to set testdata migrated from json status closed changetime ts description building trunk icesim fails when building trunk proposal when compiling on mac when using system packages n nfatal proposal resources tables does not exist cxx in static std string getdefaulttabledir ntraceback most recent call last n file resources tables generate tables py line in n from icecube proposal import nruntimeerror proposal resources tables does not exist in static std string getdefaulttabledir nmake error nmake error nmake error n nsetting build by hand does not solve the problem have to set testdata reporter benedikt riedel cc resolution fixed time component combo simulation summary build fails caused it cant generate tables priority major keywords milestone owner tfuchs type defect | 1 |
337,037 | 10,209,529,731 | IssuesEvent | 2019-08-14 12:56:28 | zephyrproject-rtos/zephyr | https://api.github.com/repos/zephyrproject-rtos/zephyr | closed | Mesh Bug on access.c | area: Bluetooth bug priority: medium | # On line 235 in access.c
```c
if(pub->count)
{
k_delayed_work_cancel(&pub->timer);
}
```
## description
when call bt_mesh_model_publish function in application, and use retransmit, for example,use pub->count not equal zero. so first bt_mesh_model_publish call from app, and mod_publish will be call after Publish Period timer time out, when count minus one and equal zero, the mod_publish func will call bt_mesh_model_publish again, when result is success, so the publish->count with reset, but In the above code, we see that when count is not zero, the timer is canceled, so how to continue publish? | 1.0 | Mesh Bug on access.c - # On line 235 in access.c
```c
if(pub->count)
{
k_delayed_work_cancel(&pub->timer);
}
```
## description
when call bt_mesh_model_publish function in application, and use retransmit, for example,use pub->count not equal zero. so first bt_mesh_model_publish call from app, and mod_publish will be call after Publish Period timer time out, when count minus one and equal zero, the mod_publish func will call bt_mesh_model_publish again, when result is success, so the publish->count with reset, but In the above code, we see that when count is not zero, the timer is canceled, so how to continue publish? | non_defect | mesh bug on access c on line in access c c if pub count k delayed work cancel pub timer description when call bt mesh model publish function in application and use retransmit for example use pub count not equal zero so first bt mesh model publish call from app and mod publish will be call after publish period timer time out when count minus one and equal zero the mod publish func will call bt mesh model publish again when result is success so the publish count with reset but in the above code we see that when count is not zero the timer is canceled so how to continue publish | 0 |
46,843 | 13,055,987,577 | IssuesEvent | 2020-07-30 03:18:58 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | opened | [clsim] compatibility with geant4.10.3 (Trac #1986) | Incomplete Migration Migrated from Trac combo simulation defect | Migrated from https://code.icecube.wisc.edu/ticket/1986
```json
{
"status": "closed",
"changetime": "2019-02-13T14:13:53",
"description": "{{{\n/cvmfs/icecube.opensciencegrid.org/py2-v3/metaprojects/combo/stable/clsim/private/geant4/TrkEMPhysicsUHE.cxx: In member function \u2018virtual void TrkEMPhysicsUHE::ConstructProcess()\u2019:\n/cvmfs/icecube.opensciencegrid.org/py2-v3/metaprojects/combo/stable/clsim/private/geant4/TrkEMPhysicsUHE.cxx:63:37: error: \u2018class G4LossTableManager\u2019 has no member named \u2018SetMaxEnergy\u2019\n G4LossTableManager::Instance()->SetMaxEnergy(10.*PeV);\n}}}\n\nWould be nice to fix this soon and get it in a simulation point release, so it will build with py2-v3.",
"reporter": "david.schultz",
"cc": "olivas",
"resolution": "fixed",
"_ts": "1550067233566919",
"component": "combo simulation",
"summary": "[clsim] compatibility with geant4.10.3",
"priority": "critical",
"keywords": "",
"time": "2017-04-20T22:05:47",
"milestone": "",
"owner": "claudio.kopper",
"type": "defect"
}
```
| 1.0 | [clsim] compatibility with geant4.10.3 (Trac #1986) - Migrated from https://code.icecube.wisc.edu/ticket/1986
```json
{
"status": "closed",
"changetime": "2019-02-13T14:13:53",
"description": "{{{\n/cvmfs/icecube.opensciencegrid.org/py2-v3/metaprojects/combo/stable/clsim/private/geant4/TrkEMPhysicsUHE.cxx: In member function \u2018virtual void TrkEMPhysicsUHE::ConstructProcess()\u2019:\n/cvmfs/icecube.opensciencegrid.org/py2-v3/metaprojects/combo/stable/clsim/private/geant4/TrkEMPhysicsUHE.cxx:63:37: error: \u2018class G4LossTableManager\u2019 has no member named \u2018SetMaxEnergy\u2019\n G4LossTableManager::Instance()->SetMaxEnergy(10.*PeV);\n}}}\n\nWould be nice to fix this soon and get it in a simulation point release, so it will build with py2-v3.",
"reporter": "david.schultz",
"cc": "olivas",
"resolution": "fixed",
"_ts": "1550067233566919",
"component": "combo simulation",
"summary": "[clsim] compatibility with geant4.10.3",
"priority": "critical",
"keywords": "",
"time": "2017-04-20T22:05:47",
"milestone": "",
"owner": "claudio.kopper",
"type": "defect"
}
```
| defect | compatibility with trac migrated from json status closed changetime description n cvmfs icecube opensciencegrid org metaprojects combo stable clsim private trkemphysicsuhe cxx in member function void trkemphysicsuhe constructprocess n cvmfs icecube opensciencegrid org metaprojects combo stable clsim private trkemphysicsuhe cxx error has no member named n instance setmaxenergy pev n n nwould be nice to fix this soon and get it in a simulation point release so it will build with reporter david schultz cc olivas resolution fixed ts component combo simulation summary compatibility with priority critical keywords time milestone owner claudio kopper type defect | 1 |
179,260 | 13,853,630,755 | IssuesEvent | 2020-10-15 08:24:49 | treeverse/lakeFS | https://api.github.com/repos/treeverse/lakeFS | closed | Skip building and pushing docker image for existing tags | area/system-tests bug good first issue hacktoberfest | In Nessie Github workflow, docker image is always built (tagged with git sha) and pushed to ECR.
It should be avoided when that image already exists. It's causing failures when workflows are rerun for the same tag. | 1.0 | Skip building and pushing docker image for existing tags - In Nessie Github workflow, docker image is always built (tagged with git sha) and pushed to ECR.
It should be avoided when that image already exists. It's causing failures when workflows are rerun for the same tag. | non_defect | skip building and pushing docker image for existing tags in nessie github workflow docker image is always built tagged with git sha and pushed to ecr it should be avoided when that image already exists it s causing failures when workflows are rerun for the same tag | 0 |
142,718 | 5,476,996,875 | IssuesEvent | 2017-03-12 02:39:34 | NCEAS/eml | https://api.github.com/repos/NCEAS/eml | closed | numberPerMilliliter and numberPerLiter missing from unitDictionary | Category: eml - general bugs Component: Bugzilla-Id Priority: Normal Status: Resolved Tracker: Bug | ---
Author Name: **David Blankman** (David Blankman)
Original Redmine Issue: 980, https://projects.ecoinformatics.org/ecoinfo/issues/980
Original Date: 2003-02-03
Original Assignee: David Blankman
---
Two density units numberPerMilliliter and numberPerLiter that were supposed to
have been added to the unitDictionary were never added.
| 1.0 | numberPerMilliliter and numberPerLiter missing from unitDictionary - ---
Author Name: **David Blankman** (David Blankman)
Original Redmine Issue: 980, https://projects.ecoinformatics.org/ecoinfo/issues/980
Original Date: 2003-02-03
Original Assignee: David Blankman
---
Two density units numberPerMilliliter and numberPerLiter that were supposed to
have been added to the unitDictionary were never added.
| non_defect | numberpermilliliter and numberperliter missing from unitdictionary author name david blankman david blankman original redmine issue original date original assignee david blankman two density units numberpermilliliter and numberperliter that were supposed to have been added to the unitdictionary were never added | 0 |
51,115 | 13,188,131,046 | IssuesEvent | 2020-08-13 05:38:15 | icecube-trac/tix3 | https://api.github.com/repos/icecube-trac/tix3 | closed | Revisit Random Number Generation (Trac #2013) | Migrated from Trac combo core defect | Currently icetray has its own random number generator interface. With 3 instances:
* I3TRandom: ROOT's implementation of mt19937
* I3GSLRandom: uses GSL's implementation of mt19937 but can be changed with and environment variable
* I3SPRNGRandomService: combines the output of SPRNG and GSL for reasons which are not adequately explained in the documentation.
Random number generation has not been revisited in the past 13 years. Things to consider:
* boost/c++11 has a random number generator interface which has all the functions we need (except for the unused `PoissonD`)
* we only use version 2.0a of SPRNG, newer versions are available
* SPRNG has a failure mode where it uses the exact same stream for every job in a batch
* SPRNG has a nonstandard install script and who knows how long it will continue to work with current compilers
* It is unclear if combining SPRNG and mt19937 is a statistically valid RNG
Requirements:
* Determine whether to continue to use our custom RNG interface or switch to the c++11 one
* Determine if there is a better RNG for batch processing (ie it can derive multiple streams from both the dataset number and the job number which are all independent). Bonus points for having a normal build system.
* should be able to set the seed without causing all streams to be identical
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2013">https://code.icecube.wisc.edu/ticket/2013</a>, reported by kjmeagher and owned by juancarlos</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-09-18T05:54:49",
"description": "Currently icetray has its own random number generator interface. With 3 instances:\n * I3TRandom: ROOT's implementation of mt19937\n * I3GSLRandom: uses GSL's implementation of mt19937 but can be changed with and environment variable\n * I3SPRNGRandomService: combines the output of SPRNG and GSL for reasons which are not adequately explained in the documentation. \n\nRandom number generation has not been revisited in the past 13 years. Things to consider:\n * boost/c++11 has a random number generator interface which has all the functions we need (except for the unused `PoissonD`)\n * we only use version 2.0a of SPRNG, newer versions are available\n * SPRNG has a failure mode where it uses the exact same stream for every job in a batch \n * SPRNG has a nonstandard install script and who knows how long it will continue to work with current compilers\n * It is unclear if combining SPRNG and mt19937 is a statistically valid RNG\n\nRequirements: \n * Determine whether to continue to use our custom RNG interface or switch to the c++11 one\n * Determine if there is a better RNG for batch processing (ie it can derive multiple streams from both the dataset number and the job number which are all independent). Bonus points for having a normal build system.\n * should be able to set the seed without causing all streams to be identical \n\n\n\n",
"reporter": "kjmeagher",
"cc": "cweaver, olivas",
"resolution": "duplicate",
"_ts": "1568786089339356",
"component": "combo core",
"summary": "Revisit Random Number Generation",
"priority": "normal",
"keywords": "random, rng, gsl, sprng",
"time": "2017-05-09T19:53:04",
"milestone": "Long-Term Future",
"owner": "juancarlos",
"type": "defect"
}
```
</p>
</details>
| 1.0 | Revisit Random Number Generation (Trac #2013) - Currently icetray has its own random number generator interface. With 3 instances:
* I3TRandom: ROOT's implementation of mt19937
* I3GSLRandom: uses GSL's implementation of mt19937 but can be changed with and environment variable
* I3SPRNGRandomService: combines the output of SPRNG and GSL for reasons which are not adequately explained in the documentation.
Random number generation has not been revisited in the past 13 years. Things to consider:
* boost/c++11 has a random number generator interface which has all the functions we need (except for the unused `PoissonD`)
* we only use version 2.0a of SPRNG, newer versions are available
* SPRNG has a failure mode where it uses the exact same stream for every job in a batch
* SPRNG has a nonstandard install script and who knows how long it will continue to work with current compilers
* It is unclear if combining SPRNG and mt19937 is a statistically valid RNG
Requirements:
* Determine whether to continue to use our custom RNG interface or switch to the c++11 one
* Determine if there is a better RNG for batch processing (ie it can derive multiple streams from both the dataset number and the job number which are all independent). Bonus points for having a normal build system.
* should be able to set the seed without causing all streams to be identical
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/ticket/2013">https://code.icecube.wisc.edu/ticket/2013</a>, reported by kjmeagher and owned by juancarlos</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2019-09-18T05:54:49",
"description": "Currently icetray has its own random number generator interface. With 3 instances:\n * I3TRandom: ROOT's implementation of mt19937\n * I3GSLRandom: uses GSL's implementation of mt19937 but can be changed with and environment variable\n * I3SPRNGRandomService: combines the output of SPRNG and GSL for reasons which are not adequately explained in the documentation. \n\nRandom number generation has not been revisited in the past 13 years. Things to consider:\n * boost/c++11 has a random number generator interface which has all the functions we need (except for the unused `PoissonD`)\n * we only use version 2.0a of SPRNG, newer versions are available\n * SPRNG has a failure mode where it uses the exact same stream for every job in a batch \n * SPRNG has a nonstandard install script and who knows how long it will continue to work with current compilers\n * It is unclear if combining SPRNG and mt19937 is a statistically valid RNG\n\nRequirements: \n * Determine whether to continue to use our custom RNG interface or switch to the c++11 one\n * Determine if there is a better RNG for batch processing (ie it can derive multiple streams from both the dataset number and the job number which are all independent). Bonus points for having a normal build system.\n * should be able to set the seed without causing all streams to be identical \n\n\n\n",
"reporter": "kjmeagher",
"cc": "cweaver, olivas",
"resolution": "duplicate",
"_ts": "1568786089339356",
"component": "combo core",
"summary": "Revisit Random Number Generation",
"priority": "normal",
"keywords": "random, rng, gsl, sprng",
"time": "2017-05-09T19:53:04",
"milestone": "Long-Term Future",
"owner": "juancarlos",
"type": "defect"
}
```
</p>
</details>
| defect | revisit random number generation trac currently icetray has its own random number generator interface with instances root s implementation of uses gsl s implementation of but can be changed with and environment variable combines the output of sprng and gsl for reasons which are not adequately explained in the documentation random number generation has not been revisited in the past years things to consider boost c has a random number generator interface which has all the functions we need except for the unused poissond we only use version of sprng newer versions are available sprng has a failure mode where it uses the exact same stream for every job in a batch sprng has a nonstandard install script and who knows how long it will continue to work with current compilers it is unclear if combining sprng and is a statistically valid rng requirements determine whether to continue to use our custom rng interface or switch to the c one determine if there is a better rng for batch processing ie it can derive multiple streams from both the dataset number and the job number which are all independent bonus points for having a normal build system should be able to set the seed without causing all streams to be identical migrated from json status closed changetime description currently icetray has its own random number generator interface with instances n root s implementation of n uses gsl s implementation of but can be changed with and environment variable n combines the output of sprng and gsl for reasons which are not adequately explained in the documentation n nrandom number generation has not been revisited in the past years things to consider n boost c has a random number generator interface which has all the functions we need except for the unused poissond n we only use version of sprng newer versions are available n sprng has a failure mode where it uses the exact same stream for every job in a batch n sprng has a nonstandard install script and who knows how long it will continue to work with current compilers n it is unclear if combining sprng and is a statistically valid rng n nrequirements n determine whether to continue to use our custom rng interface or switch to the c one n determine if there is a better rng for batch processing ie it can derive multiple streams from both the dataset number and the job number which are all independent bonus points for having a normal build system n should be able to set the seed without causing all streams to be identical n n n n reporter kjmeagher cc cweaver olivas resolution duplicate ts component combo core summary revisit random number generation priority normal keywords random rng gsl sprng time milestone long term future owner juancarlos type defect | 1 |
298,864 | 9,201,840,438 | IssuesEvent | 2019-03-07 20:43:48 | forpdi/forpdi | https://api.github.com/repos/forpdi/forpdi | opened | Erro de caracteres em campo de texto | ForRisco bug lowpriority | Quando criei um campo de texto, apareceu “<p> </p>” antes e depois do texto

| 1.0 | Erro de caracteres em campo de texto - Quando criei um campo de texto, apareceu “<p> </p>” antes e depois do texto

| non_defect | erro de caracteres em campo de texto quando criei um campo de texto apareceu “ ” antes e depois do texto | 0 |
4,657 | 2,868,999,910 | IssuesEvent | 2015-06-05 22:29:06 | dart-lang/args | https://api.github.com/repos/dart-lang/args | closed | Pub / Args / Defining options / Unterminated string in example | Fixed Type-Documentation | _Originally opened as dart-lang/sdk#19106_
*This issue was originally filed by Neta...@gmail.com*
_____
URL: https://pub.dartlang.org/packages/args
This following code sample is missing a terminating quote mark.
Copying it -as is- into Dart Editor results in an syntax error.
CURRENT
parser.addOption('mode', callback: (mode) => print('Got mode $mode));
REVISION
parser.addOption('mode', callback: (mode) => print('Got mode $mode'));
See screenshot.
______
**Attachment:**
[args_definingOptions.jpg](https://storage.googleapis.com/google-code-attachments/dart/issue-19106/comment-0/args_definingOptions.jpg) (121.31 KB) | 1.0 | Pub / Args / Defining options / Unterminated string in example - _Originally opened as dart-lang/sdk#19106_
*This issue was originally filed by Neta...@gmail.com*
_____
URL: https://pub.dartlang.org/packages/args
This following code sample is missing a terminating quote mark.
Copying it -as is- into Dart Editor results in an syntax error.
CURRENT
parser.addOption('mode', callback: (mode) => print('Got mode $mode));
REVISION
parser.addOption('mode', callback: (mode) => print('Got mode $mode'));
See screenshot.
______
**Attachment:**
[args_definingOptions.jpg](https://storage.googleapis.com/google-code-attachments/dart/issue-19106/comment-0/args_definingOptions.jpg) (121.31 KB) | non_defect | pub args defining options unterminated string in example originally opened as dart lang sdk this issue was originally filed by neta gmail com url this following code sample is missing a terminating quote mark copying it as is into dart editor results in an syntax error current parser addoption mode callback mode gt print got mode mode revision parser addoption mode callback mode gt print got mode mode see screenshot attachment kb | 0 |
56,080 | 14,924,070,538 | IssuesEvent | 2021-01-23 21:53:22 | primefaces/primefaces | https://api.github.com/repos/primefaces/primefaces | closed | BreadCrumb: should not render separators in HTML | defect pending-review theme | It does not comply with WAI-ARIA. See https://www.w3.org/TR/wai-aria-practices/examples/breadcrumb/index.html
> To prevent screen reader announcement of the visual separators between links, they are added via CSS:
The separators are part of the visual presentation that signifies the breadcrumb trail, which is already semantically represented by the nav element with its label of Breadcrumb. So, using a display technique that is not represented in the accessibility tree used by screen readers prevents redundant and potentially distracting verbosity.
See also https://github.com/primefaces/primefaces/commit/4260e749c00648c86ba0a29ea5dc0e418206ff9a#r46150813 | 1.0 | BreadCrumb: should not render separators in HTML - It does not comply with WAI-ARIA. See https://www.w3.org/TR/wai-aria-practices/examples/breadcrumb/index.html
> To prevent screen reader announcement of the visual separators between links, they are added via CSS:
The separators are part of the visual presentation that signifies the breadcrumb trail, which is already semantically represented by the nav element with its label of Breadcrumb. So, using a display technique that is not represented in the accessibility tree used by screen readers prevents redundant and potentially distracting verbosity.
See also https://github.com/primefaces/primefaces/commit/4260e749c00648c86ba0a29ea5dc0e418206ff9a#r46150813 | defect | breadcrumb should not render separators in html it does not comply with wai aria see to prevent screen reader announcement of the visual separators between links they are added via css the separators are part of the visual presentation that signifies the breadcrumb trail which is already semantically represented by the nav element with its label of breadcrumb so using a display technique that is not represented in the accessibility tree used by screen readers prevents redundant and potentially distracting verbosity see also | 1 |
69,127 | 22,196,660,580 | IssuesEvent | 2022-06-07 07:35:08 | vector-im/element-web | https://api.github.com/repos/vector-im/element-web | closed | Maximizing and unmaximizing a pinned widget should keep it pinned | T-Defect S-Minor A-Room-View A-Widgets O-Occasional Z-Maximised-Widgets | ### Steps to reproduce
1. pin widget
2. maximize widget
3. unmaximize
### Outcome
#### What did you expect?
widget is pinned
#### What happened instead?
widget is not pinned
### Operating system
arch
### Application version
Element Nightly version: 2022011101 Olm version: 3.2.8
### How did you install the app?
aur/element-desktop-nightly-bin
### Homeserver
_No response_
### Will you send logs?
No | 1.0 | Maximizing and unmaximizing a pinned widget should keep it pinned - ### Steps to reproduce
1. pin widget
2. maximize widget
3. unmaximize
### Outcome
#### What did you expect?
widget is pinned
#### What happened instead?
widget is not pinned
### Operating system
arch
### Application version
Element Nightly version: 2022011101 Olm version: 3.2.8
### How did you install the app?
aur/element-desktop-nightly-bin
### Homeserver
_No response_
### Will you send logs?
No | defect | maximizing and unmaximizing a pinned widget should keep it pinned steps to reproduce pin widget maximize widget unmaximize outcome what did you expect widget is pinned what happened instead widget is not pinned operating system arch application version element nightly version olm version how did you install the app aur element desktop nightly bin homeserver no response will you send logs no | 1 |
63,275 | 17,533,770,299 | IssuesEvent | 2021-08-12 02:43:17 | AtlasOfLivingAustralia/fieldcapture | https://api.github.com/repos/AtlasOfLivingAustralia/fieldcapture | closed | fieldCapture - Project manager select and update project | priority-medium status-new type-defect | _migrated from:_ https://code.google.com/p/ala/issues/detail?id=322
_date:_ Mon Nov 18 16:43:18 2013
_author:_ jsnc...@gmail.com
---
Navigating to the project details section is easy. The section is generally fine. Not too much excess information. It would be significantly easier (given five year length of projects)if date selections could be moved by years, not just months.
The Plans & Reports section. The interface is pretty reasonable if you don't have an internal system (given the level of detail being entered). To create whole MERI Plan in this format, would be quite time consuming. If this portion was mandated it would not be unreasonable (as it is only required annually/as needed - entered once at start of project and updated annually or as required).
There appear to be key sections of the MERI Plan missing from the current layout (KEQ, outputs, KPI, risk).
Adding sites. Again this is ok, if you don't have another system. I couldn't identify any particular issues. However we are collecting significantly more detailed information about the actual works (e.g. fenclines, etc) and linking this to our financial information through a 'job code', using the DEPI outputs.
Additionally there is no link in the MERIT tool between the 'site' extent and the outputs (in a spatial sense). I could enter a site extent of trillions of hectares on a 0.5ha site polygon. The DEPI outputs enforce the relationship of the spatial object with the reportable amount (or require a count of spatial features, where events are held and additional information, such as number of particpants).
Double entry of this data (especially with the generalisations required to meet the current approach) would be wasteful and redundant. It would be very useful to a Landcare Group or similar sized/organised entity. However, as an organisation with existing systems, we would much prefer to have a mandated template (e.g. Excel) which we can produce from our systems and upload.
| 1.0 | fieldCapture - Project manager select and update project - _migrated from:_ https://code.google.com/p/ala/issues/detail?id=322
_date:_ Mon Nov 18 16:43:18 2013
_author:_ jsnc...@gmail.com
---
Navigating to the project details section is easy. The section is generally fine. Not too much excess information. It would be significantly easier (given five year length of projects)if date selections could be moved by years, not just months.
The Plans & Reports section. The interface is pretty reasonable if you don't have an internal system (given the level of detail being entered). To create whole MERI Plan in this format, would be quite time consuming. If this portion was mandated it would not be unreasonable (as it is only required annually/as needed - entered once at start of project and updated annually or as required).
There appear to be key sections of the MERI Plan missing from the current layout (KEQ, outputs, KPI, risk).
Adding sites. Again this is ok, if you don't have another system. I couldn't identify any particular issues. However we are collecting significantly more detailed information about the actual works (e.g. fenclines, etc) and linking this to our financial information through a 'job code', using the DEPI outputs.
Additionally there is no link in the MERIT tool between the 'site' extent and the outputs (in a spatial sense). I could enter a site extent of trillions of hectares on a 0.5ha site polygon. The DEPI outputs enforce the relationship of the spatial object with the reportable amount (or require a count of spatial features, where events are held and additional information, such as number of particpants).
Double entry of this data (especially with the generalisations required to meet the current approach) would be wasteful and redundant. It would be very useful to a Landcare Group or similar sized/organised entity. However, as an organisation with existing systems, we would much prefer to have a mandated template (e.g. Excel) which we can produce from our systems and upload.
| defect | fieldcapture project manager select and update project migrated from date mon nov author jsnc gmail com navigating to the project details section is easy the section is generally fine not too much excess information it would be significantly easier given five year length of projects if date selections could be moved by years not just months the plans reports section the interface is pretty reasonable if you don t have an internal system given the level of detail being entered to create whole meri plan in this format would be quite time consuming if this portion was mandated it would not be unreasonable as it is only required annually as needed entered once at start of project and updated annually or as required there appear to be key sections of the meri plan missing from the current layout keq outputs kpi risk adding sites again this is ok if you don t have another system i couldn t identify any particular issues however we are collecting significantly more detailed information about the actual works e g fenclines etc and linking this to our financial information through a job code using the depi outputs additionally there is no link in the merit tool between the site extent and the outputs in a spatial sense i could enter a site extent of trillions of hectares on a site polygon the depi outputs enforce the relationship of the spatial object with the reportable amount or require a count of spatial features where events are held and additional information such as number of particpants double entry of this data especially with the generalisations required to meet the current approach would be wasteful and redundant it would be very useful to a landcare group or similar sized organised entity however as an organisation with existing systems we would much prefer to have a mandated template e g excel which we can produce from our systems and upload | 1 |
582,283 | 17,357,928,028 | IssuesEvent | 2021-07-29 16:27:55 | biocodellc/localcontexts_db | https://api.github.com/repos/biocodellc/localcontexts_db | opened | Project privacy: public, discoverable, private | priority | - [ ] Add `is_discoverable` to project model
- Set up `views.py` to set privacy level
- [ ] Institutions
- [ ] Researchers
- [ ] Communities
- Add privacy level to each template:
- [ ] Institutions
- [ ] Researchers
- [ ] Communities
- Set privacy logic for created projects (what to show based on who is looking at it):
- [ ] Institutions
- [ ] Researchers
- [ ] Communities | 1.0 | Project privacy: public, discoverable, private - - [ ] Add `is_discoverable` to project model
- Set up `views.py` to set privacy level
- [ ] Institutions
- [ ] Researchers
- [ ] Communities
- Add privacy level to each template:
- [ ] Institutions
- [ ] Researchers
- [ ] Communities
- Set privacy logic for created projects (what to show based on who is looking at it):
- [ ] Institutions
- [ ] Researchers
- [ ] Communities | non_defect | project privacy public discoverable private add is discoverable to project model set up views py to set privacy level institutions researchers communities add privacy level to each template institutions researchers communities set privacy logic for created projects what to show based on who is looking at it institutions researchers communities | 0 |
178,323 | 14,667,256,178 | IssuesEvent | 2020-12-29 18:10:30 | m-tosch/mu | https://api.github.com/repos/m-tosch/mu | closed | Investigate how to implement requirements | documentation | Find out in what form requirements could be documented and linked to code
some proposals: markdown, textfile | 1.0 | Investigate how to implement requirements - Find out in what form requirements could be documented and linked to code
some proposals: markdown, textfile | non_defect | investigate how to implement requirements find out in what form requirements could be documented and linked to code some proposals markdown textfile | 0 |
114,575 | 17,212,741,336 | IssuesEvent | 2021-07-19 07:36:33 | Abhishek-Gawade-programmer/socialfly-instagram-clone | https://api.github.com/repos/Abhishek-Gawade-programmer/socialfly-instagram-clone | closed | User Authentication | Security enhancement | ## User Authentication and Model
### User Model
***
1. followers
2. following
3. phone_number
4. description
5. birth_date
6. profile_photo
| True | User Authentication - ## User Authentication and Model
### User Model
***
1. followers
2. following
3. phone_number
4. description
5. birth_date
6. profile_photo
| non_defect | user authentication user authentication and model user model followers following phone number description birth date profile photo | 0 |
15,433 | 2,853,544,466 | IssuesEvent | 2015-06-01 19:07:03 | nerdralph/picoboot | https://api.github.com/repos/nerdralph/picoboot | closed | stk500 rxpkt won't read packets contain CRC_EOP in data | auto-migrated Priority-Medium Type-Defect | ```
There are some neat optimizations in the picobootSTK500.S file, but I don't see
how the current rxpacket code would work for a program_page command if the data
to be programmed contains a CRC_EOP byte (0x20)
```
Original issue reported on code.google.com by `wes...@gmail.com` on 31 Jul 2014 at 9:29 | 1.0 | stk500 rxpkt won't read packets contain CRC_EOP in data - ```
There are some neat optimizations in the picobootSTK500.S file, but I don't see
how the current rxpacket code would work for a program_page command if the data
to be programmed contains a CRC_EOP byte (0x20)
```
Original issue reported on code.google.com by `wes...@gmail.com` on 31 Jul 2014 at 9:29 | defect | rxpkt won t read packets contain crc eop in data there are some neat optimizations in the s file but i don t see how the current rxpacket code would work for a program page command if the data to be programmed contains a crc eop byte original issue reported on code google com by wes gmail com on jul at | 1 |
140,750 | 12,946,975,791 | IssuesEvent | 2020-07-18 21:14:23 | NicoleLatifi/refactor-tractor | https://api.github.com/repos/NicoleLatifi/refactor-tractor | closed | ToDo for Saturday: Read repos and specs individually. | documentation exploration good first issue o.g. functionality research | - make note of anything that is in the spec that is not already completed in the project we've been assigned (i.e. iteration, UI, code)
* [Fitlit Spec!](https://frontend.turing.io/projects/fitlit.html)
* [Refactor Tractor Spec!](https://frontend.turing.io/projects/module-2/refactor-tractor.html) | 1.0 | ToDo for Saturday: Read repos and specs individually. - - make note of anything that is in the spec that is not already completed in the project we've been assigned (i.e. iteration, UI, code)
* [Fitlit Spec!](https://frontend.turing.io/projects/fitlit.html)
* [Refactor Tractor Spec!](https://frontend.turing.io/projects/module-2/refactor-tractor.html) | non_defect | todo for saturday read repos and specs individually make note of anything that is in the spec that is not already completed in the project we ve been assigned i e iteration ui code | 0 |
17,024 | 2,966,754,443 | IssuesEvent | 2015-07-12 07:04:30 | ElvisChiang/welly | https://api.github.com/repos/ElvisChiang/welly | closed | can't connect to ptt/ptt2 for weeks when the site has no problem to connect with phone | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. type ptt.cc
2.
3.
What is the expected output? What do you see instead?
connect to ptt.cc
What version of the product are you using? On what operating system?
the same problem is seen in both 2.6.4 and 2.7
Please provide any additional information below.
```
Original issue reported on code.google.com by `mandyt...@gmail.com` on 7 Jun 2014 at 1:22
Attachments:
* [Screen Shot 2014-06-07 at 15.20.52.png](https://storage.googleapis.com/google-code-attachments/welly/issue-72/comment-0/Screen Shot 2014-06-07 at 15.20.52.png)
| 1.0 | can't connect to ptt/ptt2 for weeks when the site has no problem to connect with phone - ```
What steps will reproduce the problem?
1. type ptt.cc
2.
3.
What is the expected output? What do you see instead?
connect to ptt.cc
What version of the product are you using? On what operating system?
the same problem is seen in both 2.6.4 and 2.7
Please provide any additional information below.
```
Original issue reported on code.google.com by `mandyt...@gmail.com` on 7 Jun 2014 at 1:22
Attachments:
* [Screen Shot 2014-06-07 at 15.20.52.png](https://storage.googleapis.com/google-code-attachments/welly/issue-72/comment-0/Screen Shot 2014-06-07 at 15.20.52.png)
| defect | can t connect to ptt for weeks when the site has no problem to connect with phone what steps will reproduce the problem type ptt cc what is the expected output what do you see instead connect to ptt cc what version of the product are you using on what operating system the same problem is seen in both and please provide any additional information below original issue reported on code google com by mandyt gmail com on jun at attachments shot at png | 1 |
169,200 | 6,396,379,546 | IssuesEvent | 2017-08-04 15:25:21 | swimlane/ngx-datatable | https://api.github.com/repos/swimlane/ngx-datatable | closed | Do not mutate objects | Accepting PRs Effort: High Enhancement Priority: Med | <!-- IF YOU DO NOT FILL THIS OUT, WE WILL CLOSE YOUR ISSUE! -->
**I'm submitting a ...** (check one with "x")
```
[x] bug report => search github for a similar issue or PR before submitting
[x] feature request
```
**Current behavior**
The table mutate the objects / raws with an `$$index` property. [code](https://github.com/swimlane/ngx-datatable/blob/master/src/components/body/body.component.ts#L328)
**Expected behavior**
Do not mutate objects.
**What is the motivation / use case for changing the behavior?**
It is considered a bad practice to mutate objects sent by the user.
With today's modern language constructs it can be easily avoided.
The issues vary, here is a summery:
1. Impossible to handle immutable objects
2. Unintentional reflection of the `$$index` property
3. Usage conflict (the user or other 3rd party lib's might be using `$$index`
The user is not aware that this happens and this might create serious implications with the current implementation.
For example:
A user might use the **ImmutableJS** library or use **Object.freeze/seal** on the objects sent as rows, this will cause an exception by the library that can't handle these objects. (ImmutableJS is a quite common library)
If an object is sent to the table and then used to create an HTTP request the `$$index` property will be sent along with the request. This is unintentional reflection.
### There are several solution to solve this, this is my preferred solution:
- Use `WeakMap` to store the index of every row, rows are automatically removed from the `WeakMap` instance when removed from the table (and no longer referenced by the user). Each table instance should have a `WeakMap` instance.
It is possible to remove the row from the weekmap when removed from the table.
```ts
// somewhere at construction:
this.idxMap = new WeakMap()
// set index:
this.idxMap.set(row, rowIndex);
// use this.idxMap.get to fetch the index.
```
This solution can't create conflicts, it will not reflect on object serialization and it will not mutate the object.
##### Other possible solutions:
- Use a `Symbol` instead of a property, symbol are guaranteed not to conflict with any other library.
```ts
// somewhere at module's top:
IndexSymbol = Symbol('ngx-datatable RowIndex');
// set:
row[IndexSymbol] = rowIndex;
// get
row[IndexSymbol]
```
> This solve any conflict and will not reflect in serialization **but it will throw on immutable objects.**
- Assign `$$index` with a property descriptor so the value is not **enumerable**.
```ts
Object.defineProperty(row, '$$index', { value: rowIndex });
```
> This does not solve usage conflicts and mutates the object, not good. | 1.0 | Do not mutate objects - <!-- IF YOU DO NOT FILL THIS OUT, WE WILL CLOSE YOUR ISSUE! -->
**I'm submitting a ...** (check one with "x")
```
[x] bug report => search github for a similar issue or PR before submitting
[x] feature request
```
**Current behavior**
The table mutate the objects / raws with an `$$index` property. [code](https://github.com/swimlane/ngx-datatable/blob/master/src/components/body/body.component.ts#L328)
**Expected behavior**
Do not mutate objects.
**What is the motivation / use case for changing the behavior?**
It is considered a bad practice to mutate objects sent by the user.
With today's modern language constructs it can be easily avoided.
The issues vary, here is a summery:
1. Impossible to handle immutable objects
2. Unintentional reflection of the `$$index` property
3. Usage conflict (the user or other 3rd party lib's might be using `$$index`
The user is not aware that this happens and this might create serious implications with the current implementation.
For example:
A user might use the **ImmutableJS** library or use **Object.freeze/seal** on the objects sent as rows, this will cause an exception by the library that can't handle these objects. (ImmutableJS is a quite common library)
If an object is sent to the table and then used to create an HTTP request the `$$index` property will be sent along with the request. This is unintentional reflection.
### There are several solution to solve this, this is my preferred solution:
- Use `WeakMap` to store the index of every row, rows are automatically removed from the `WeakMap` instance when removed from the table (and no longer referenced by the user). Each table instance should have a `WeakMap` instance.
It is possible to remove the row from the weekmap when removed from the table.
```ts
// somewhere at construction:
this.idxMap = new WeakMap()
// set index:
this.idxMap.set(row, rowIndex);
// use this.idxMap.get to fetch the index.
```
This solution can't create conflicts, it will not reflect on object serialization and it will not mutate the object.
##### Other possible solutions:
- Use a `Symbol` instead of a property, symbol are guaranteed not to conflict with any other library.
```ts
// somewhere at module's top:
IndexSymbol = Symbol('ngx-datatable RowIndex');
// set:
row[IndexSymbol] = rowIndex;
// get
row[IndexSymbol]
```
> This solve any conflict and will not reflect in serialization **but it will throw on immutable objects.**
- Assign `$$index` with a property descriptor so the value is not **enumerable**.
```ts
Object.defineProperty(row, '$$index', { value: rowIndex });
```
> This does not solve usage conflicts and mutates the object, not good. | non_defect | do not mutate objects i m submitting a check one with x bug report search github for a similar issue or pr before submitting feature request current behavior the table mutate the objects raws with an index property expected behavior do not mutate objects what is the motivation use case for changing the behavior it is considered a bad practice to mutate objects sent by the user with today s modern language constructs it can be easily avoided the issues vary here is a summery impossible to handle immutable objects unintentional reflection of the index property usage conflict the user or other party lib s might be using index the user is not aware that this happens and this might create serious implications with the current implementation for example a user might use the immutablejs library or use object freeze seal on the objects sent as rows this will cause an exception by the library that can t handle these objects immutablejs is a quite common library if an object is sent to the table and then used to create an http request the index property will be sent along with the request this is unintentional reflection there are several solution to solve this this is my preferred solution use weakmap to store the index of every row rows are automatically removed from the weakmap instance when removed from the table and no longer referenced by the user each table instance should have a weakmap instance it is possible to remove the row from the weekmap when removed from the table ts somewhere at construction this idxmap new weakmap set index this idxmap set row rowindex use this idxmap get to fetch the index this solution can t create conflicts it will not reflect on object serialization and it will not mutate the object other possible solutions use a symbol instead of a property symbol are guaranteed not to conflict with any other library ts somewhere at module s top indexsymbol symbol ngx datatable rowindex set row rowindex get row this solve any conflict and will not reflect in serialization but it will throw on immutable objects assign index with a property descriptor so the value is not enumerable ts object defineproperty row index value rowindex this does not solve usage conflicts and mutates the object not good | 0 |
17,273 | 2,994,583,687 | IssuesEvent | 2015-07-22 12:44:35 | contao/core | https://api.github.com/repos/contao/core | closed | News: issue with internal links and multi-domain setups | defect | If you use a Contao installation with a multi-domain setup and news entries with internal page or article links (under "Redirect target"), the function `ModuleNews::generateNewsUrl` does not build the URL correctly, if the target is on a different domain than the current page.
e.g. [line #339 in ModuleNews.php](https://github.com/contao/core/blob/3.5.0/system/modules/news/modules/ModuleNews.php#L339) simply uses `Controller::generateFrontendUrl` without checking for the domain or without using the 4th parameter `$blnFixDomain` (available since Contao 3.3.0) which would check for the domain as well.
There is an old issue that already mentions this (#3765), it also indicates that the same problem might still exist in search results as well, but I haven't checked for that. Possibly the Events and FAQ modules are affected as well.
In the mean time it can be fixed for news with this extension:
* [[news_domainfix](https://contao.org/en/extension-list/view/news_domainfix.en.html)]
* [fritzmg/contao-news-domainfix](https://github.com/fritzmg/contao-news-domainfix) | 1.0 | News: issue with internal links and multi-domain setups - If you use a Contao installation with a multi-domain setup and news entries with internal page or article links (under "Redirect target"), the function `ModuleNews::generateNewsUrl` does not build the URL correctly, if the target is on a different domain than the current page.
e.g. [line #339 in ModuleNews.php](https://github.com/contao/core/blob/3.5.0/system/modules/news/modules/ModuleNews.php#L339) simply uses `Controller::generateFrontendUrl` without checking for the domain or without using the 4th parameter `$blnFixDomain` (available since Contao 3.3.0) which would check for the domain as well.
There is an old issue that already mentions this (#3765), it also indicates that the same problem might still exist in search results as well, but I haven't checked for that. Possibly the Events and FAQ modules are affected as well.
In the mean time it can be fixed for news with this extension:
* [[news_domainfix](https://contao.org/en/extension-list/view/news_domainfix.en.html)]
* [fritzmg/contao-news-domainfix](https://github.com/fritzmg/contao-news-domainfix) | defect | news issue with internal links and multi domain setups if you use a contao installation with a multi domain setup and news entries with internal page or article links under redirect target the function modulenews generatenewsurl does not build the url correctly if the target is on a different domain than the current page e g simply uses controller generatefrontendurl without checking for the domain or without using the parameter blnfixdomain available since contao which would check for the domain as well there is an old issue that already mentions this it also indicates that the same problem might still exist in search results as well but i haven t checked for that possibly the events and faq modules are affected as well in the mean time it can be fixed for news with this extension | 1 |
331,257 | 28,781,072,512 | IssuesEvent | 2023-05-02 00:44:07 | pytorch/pytorch | https://api.github.com/repos/pytorch/pytorch | closed | DISABLED test_output_match_empty_permuted_cpu_bool (__main__.TestConsistencyCPU) | triaged module: flaky-tests skipped module: mps | Platforms: mac, macos
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/failure/test_output_match_empty_permuted_cpu_bool) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/undefined).
Over the past 72 hours, it has flakily failed in 2 workflow(s).
**Debugging instructions (after clicking on the recent samples link):**
To find relevant log snippets:
1. Click on the workflow logs linked above
2. Grep for `test_output_match_empty_permuted_cpu_bool`
Test file path: `test_mps.py`
cc @kulinseth @albanD @malfet @DenisVieriu97 @razarmehr @abhudev | 1.0 | DISABLED test_output_match_empty_permuted_cpu_bool (__main__.TestConsistencyCPU) - Platforms: mac, macos
This test was disabled because it is failing in CI. See [recent examples](https://hud.pytorch.org/failure/test_output_match_empty_permuted_cpu_bool) and the most recent trunk [workflow logs](https://github.com/pytorch/pytorch/runs/undefined).
Over the past 72 hours, it has flakily failed in 2 workflow(s).
**Debugging instructions (after clicking on the recent samples link):**
To find relevant log snippets:
1. Click on the workflow logs linked above
2. Grep for `test_output_match_empty_permuted_cpu_bool`
Test file path: `test_mps.py`
cc @kulinseth @albanD @malfet @DenisVieriu97 @razarmehr @abhudev | non_defect | disabled test output match empty permuted cpu bool main testconsistencycpu platforms mac macos this test was disabled because it is failing in ci see and the most recent trunk over the past hours it has flakily failed in workflow s debugging instructions after clicking on the recent samples link to find relevant log snippets click on the workflow logs linked above grep for test output match empty permuted cpu bool test file path test mps py cc kulinseth alband malfet razarmehr abhudev | 0 |
409,228 | 27,727,315,531 | IssuesEvent | 2023-03-15 04:04:23 | backdrop/backdrop-issues | https://api.github.com/repos/backdrop/backdrop-issues | closed | Global $conf is undocumented | status - has pull request type - documentation pr - ready to be committed | The global variable `$conf` (which typically holds a copy of the (deprecated) `variables` table) is undocumented (no description) in the [Globals variable listing](https://docs.backdropcms.org/api/backdrop/globals).
It should have a docblock added in core/authorize.php, where it is introduced, and then the API documentation would pick it up. It would also be nice to have some explanation of when and where it could still be used (if at all?). I see there are several usages in core, presumably all related to backward compatibility with use of `variable_*` functions.
Would it be fair to say that if one is not using the backward-compatibility layer for `variable_*` functions, one should not be using the global `$conf` variable either? | 1.0 | Global $conf is undocumented - The global variable `$conf` (which typically holds a copy of the (deprecated) `variables` table) is undocumented (no description) in the [Globals variable listing](https://docs.backdropcms.org/api/backdrop/globals).
It should have a docblock added in core/authorize.php, where it is introduced, and then the API documentation would pick it up. It would also be nice to have some explanation of when and where it could still be used (if at all?). I see there are several usages in core, presumably all related to backward compatibility with use of `variable_*` functions.
Would it be fair to say that if one is not using the backward-compatibility layer for `variable_*` functions, one should not be using the global `$conf` variable either? | non_defect | global conf is undocumented the global variable conf which typically holds a copy of the deprecated variables table is undocumented no description in the it should have a docblock added in core authorize php where it is introduced and then the api documentation would pick it up it would also be nice to have some explanation of when and where it could still be used if at all i see there are several usages in core presumably all related to backward compatibility with use of variable functions would it be fair to say that if one is not using the backward compatibility layer for variable functions one should not be using the global conf variable either | 0 |
26,587 | 11,351,177,314 | IssuesEvent | 2020-01-24 10:35:50 | PeterNgTr/pizza-ui-tests | https://api.github.com/repos/PeterNgTr/pizza-ui-tests | closed | CVE-2019-10247 (Medium) detected in jetty-server-9.4.11.v20180605.jar | bug security vulnerability | ## CVE-2019-10247 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jetty-server-9.4.11.v20180605.jar</b></p></summary>
<p>The core jetty server artifact.</p>
<p>Library home page: <a href="http://www.eclipse.org/jetty">http://www.eclipse.org/jetty</a></p>
<p>Path to vulnerable library: /pizza-ui-tests/node_modules/allure-commandline/dist/lib/jetty-server-9.4.11.v20180605.jar</p>
<p>
Dependency Hierarchy:
- :x: **jetty-server-9.4.11.v20180605.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/PeterNgTr/pizza-ui-tests/commit/b784718100dc8ca278a0aad1c22fba2cd661b638">b784718100dc8ca278a0aad1c22fba2cd661b638</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In Eclipse Jetty version 7.x, 8.x, 9.2.27 and older, 9.3.26 and older, and 9.4.16 and older, the server running on any OS and Jetty version combination will reveal the configured fully qualified directory base resource location on the output of the 404 error for not finding a Context that matches the requested path. The default server behavior on jetty-distribution and jetty-home will include at the end of the Handler tree a DefaultHandler, which is responsible for reporting this 404 error, it presents the various configured contexts as HTML for users to click through to. This produced HTML includes output that contains the configured fully qualified directory base resource location for each context.
<p>Publish Date: 2019-04-22
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10247>CVE-2019-10247</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=546577">https://bugs.eclipse.org/bugs/show_bug.cgi?id=546577</a></p>
<p>Release Date: 2019-04-22</p>
<p>Fix Resolution: 9.2.28.v20190418</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2019-10247 (Medium) detected in jetty-server-9.4.11.v20180605.jar - ## CVE-2019-10247 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>jetty-server-9.4.11.v20180605.jar</b></p></summary>
<p>The core jetty server artifact.</p>
<p>Library home page: <a href="http://www.eclipse.org/jetty">http://www.eclipse.org/jetty</a></p>
<p>Path to vulnerable library: /pizza-ui-tests/node_modules/allure-commandline/dist/lib/jetty-server-9.4.11.v20180605.jar</p>
<p>
Dependency Hierarchy:
- :x: **jetty-server-9.4.11.v20180605.jar** (Vulnerable Library)
<p>Found in HEAD commit: <a href="https://github.com/PeterNgTr/pizza-ui-tests/commit/b784718100dc8ca278a0aad1c22fba2cd661b638">b784718100dc8ca278a0aad1c22fba2cd661b638</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
In Eclipse Jetty version 7.x, 8.x, 9.2.27 and older, 9.3.26 and older, and 9.4.16 and older, the server running on any OS and Jetty version combination will reveal the configured fully qualified directory base resource location on the output of the 404 error for not finding a Context that matches the requested path. The default server behavior on jetty-distribution and jetty-home will include at the end of the Handler tree a DefaultHandler, which is responsible for reporting this 404 error, it presents the various configured contexts as HTML for users to click through to. This produced HTML includes output that contains the configured fully qualified directory base resource location for each context.
<p>Publish Date: 2019-04-22
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2019-10247>CVE-2019-10247</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>5.3</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: None
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://bugs.eclipse.org/bugs/show_bug.cgi?id=546577">https://bugs.eclipse.org/bugs/show_bug.cgi?id=546577</a></p>
<p>Release Date: 2019-04-22</p>
<p>Fix Resolution: 9.2.28.v20190418</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve medium detected in jetty server jar cve medium severity vulnerability vulnerable library jetty server jar the core jetty server artifact library home page a href path to vulnerable library pizza ui tests node modules allure commandline dist lib jetty server jar dependency hierarchy x jetty server jar vulnerable library found in head commit a href vulnerability details in eclipse jetty version x x and older and older and and older the server running on any os and jetty version combination will reveal the configured fully qualified directory base resource location on the output of the error for not finding a context that matches the requested path the default server behavior on jetty distribution and jetty home will include at the end of the handler tree a defaulthandler which is responsible for reporting this error it presents the various configured contexts as html for users to click through to this produced html includes output that contains the configured fully qualified directory base resource location for each context publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact none availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution step up your open source security game with whitesource | 0 |
7,335 | 2,610,364,023 | IssuesEvent | 2015-02-26 19:57:39 | chrsmith/scribefire-chrome | https://api.github.com/repos/chrsmith/scribefire-chrome | closed | Handling of arrow keys causes cursor to disappear when editing | auto-migrated Priority-Medium Type-Defect | ```
What's the problem?
When I am typing up something I like to use the page up/page down function to
navigate rather than laboriously using the mouse to click on the scrollbar
arrows. In the old scribefire this was not a problem but after upgrading I
notice that if the cursor gets to either the beginning or the end of what I am
typing it will actually leave the typing space and focus will go to the
scribefire window. Using the arrow keys will cause the scribefire portion of
the window to move up and down.
This frankly shouldn't happen unless I use the tab key. Using the arrow keys
to move a cursor should never change focus from the text area to some other
place. Congratulations are in order, however; the new version of scribefire
correctly inserts pictures into posts using the wordpress api.
What browser are you using?
firefox 15.0.1
What version of ScribeFire are you running?
I can't even see where it would say this. There are plenty of options for
monetizing my blog and adding zemanta bs but few useful options are apparent.
Firefox extensions reports it as Scribefire Next 4.0.
```
-----
Original issue reported on code.google.com by `esprit.t...@gmail.com` on 18 Sep 2012 at 5:40 | 1.0 | Handling of arrow keys causes cursor to disappear when editing - ```
What's the problem?
When I am typing up something I like to use the page up/page down function to
navigate rather than laboriously using the mouse to click on the scrollbar
arrows. In the old scribefire this was not a problem but after upgrading I
notice that if the cursor gets to either the beginning or the end of what I am
typing it will actually leave the typing space and focus will go to the
scribefire window. Using the arrow keys will cause the scribefire portion of
the window to move up and down.
This frankly shouldn't happen unless I use the tab key. Using the arrow keys
to move a cursor should never change focus from the text area to some other
place. Congratulations are in order, however; the new version of scribefire
correctly inserts pictures into posts using the wordpress api.
What browser are you using?
firefox 15.0.1
What version of ScribeFire are you running?
I can't even see where it would say this. There are plenty of options for
monetizing my blog and adding zemanta bs but few useful options are apparent.
Firefox extensions reports it as Scribefire Next 4.0.
```
-----
Original issue reported on code.google.com by `esprit.t...@gmail.com` on 18 Sep 2012 at 5:40 | defect | handling of arrow keys causes cursor to disappear when editing what s the problem when i am typing up something i like to use the page up page down function to navigate rather than laboriously using the mouse to click on the scrollbar arrows in the old scribefire this was not a problem but after upgrading i notice that if the cursor gets to either the beginning or the end of what i am typing it will actually leave the typing space and focus will go to the scribefire window using the arrow keys will cause the scribefire portion of the window to move up and down this frankly shouldn t happen unless i use the tab key using the arrow keys to move a cursor should never change focus from the text area to some other place congratulations are in order however the new version of scribefire correctly inserts pictures into posts using the wordpress api what browser are you using firefox what version of scribefire are you running i can t even see where it would say this there are plenty of options for monetizing my blog and adding zemanta bs but few useful options are apparent firefox extensions reports it as scribefire next original issue reported on code google com by esprit t gmail com on sep at | 1 |
321,932 | 9,810,578,545 | IssuesEvent | 2019-06-12 20:49:58 | thoughtstem/TS-Languages | https://api.github.com/repos/thoughtstem/TS-Languages | opened | Refactor custom-particles to handle spawning over time. | enhancement game-engine low priority performance tweak | Example: "Spawn" 10 at a time every 10 ticks over 100 tickets.
Spawning entities every 10 ticks is fine for now, but spawning "sets" of sub-sprites would probably be faster. | 1.0 | Refactor custom-particles to handle spawning over time. - Example: "Spawn" 10 at a time every 10 ticks over 100 tickets.
Spawning entities every 10 ticks is fine for now, but spawning "sets" of sub-sprites would probably be faster. | non_defect | refactor custom particles to handle spawning over time example spawn at a time every ticks over tickets spawning entities every ticks is fine for now but spawning sets of sub sprites would probably be faster | 0 |
47,612 | 13,065,974,447 | IssuesEvent | 2020-07-30 20:45:43 | icecube-trac/tix2 | https://api.github.com/repos/icecube-trac/tix2 | closed | dataio-shovel crash (Trac #822) | Migrated from Trac combo core defect | Not sure if I should make a ticket for this, but the trunk of dataio-shovel crashes when opening any i3-file with the not very helpful error message
"terminate called after throwing an instance of 'boost::python::error_already_set' "
The system is Ubuntu 14.04.1, but on another maching with the same Ubuntu I cannot reproduce the problem. Any ideas?
Migrated from https://code.icecube.wisc.edu/ticket/822
```json
{
"status": "closed",
"changetime": "2015-02-12T02:25:06",
"description": "Not sure if I should make a ticket for this, but the trunk of dataio-shovel crashes when opening any i3-file with the not very helpful error message \n\n\"terminate called after throwing an instance of 'boost::python::error_already_set' \"\n\nThe system is Ubuntu 14.04.1, but on another maching with the same Ubuntu I cannot reproduce the problem. Any ideas?",
"reporter": "seuler",
"cc": "",
"resolution": "fixed",
"_ts": "1423707906563252",
"component": "combo core",
"summary": "dataio-shovel crash",
"priority": "normal",
"keywords": "",
"time": "2014-12-01T21:40:57",
"milestone": "",
"owner": "david.schultz",
"type": "defect"
}
```
| 1.0 | dataio-shovel crash (Trac #822) - Not sure if I should make a ticket for this, but the trunk of dataio-shovel crashes when opening any i3-file with the not very helpful error message
"terminate called after throwing an instance of 'boost::python::error_already_set' "
The system is Ubuntu 14.04.1, but on another maching with the same Ubuntu I cannot reproduce the problem. Any ideas?
Migrated from https://code.icecube.wisc.edu/ticket/822
```json
{
"status": "closed",
"changetime": "2015-02-12T02:25:06",
"description": "Not sure if I should make a ticket for this, but the trunk of dataio-shovel crashes when opening any i3-file with the not very helpful error message \n\n\"terminate called after throwing an instance of 'boost::python::error_already_set' \"\n\nThe system is Ubuntu 14.04.1, but on another maching with the same Ubuntu I cannot reproduce the problem. Any ideas?",
"reporter": "seuler",
"cc": "",
"resolution": "fixed",
"_ts": "1423707906563252",
"component": "combo core",
"summary": "dataio-shovel crash",
"priority": "normal",
"keywords": "",
"time": "2014-12-01T21:40:57",
"milestone": "",
"owner": "david.schultz",
"type": "defect"
}
```
| defect | dataio shovel crash trac not sure if i should make a ticket for this but the trunk of dataio shovel crashes when opening any file with the not very helpful error message terminate called after throwing an instance of boost python error already set the system is ubuntu but on another maching with the same ubuntu i cannot reproduce the problem any ideas migrated from json status closed changetime description not sure if i should make a ticket for this but the trunk of dataio shovel crashes when opening any file with the not very helpful error message n n terminate called after throwing an instance of boost python error already set n nthe system is ubuntu but on another maching with the same ubuntu i cannot reproduce the problem any ideas reporter seuler cc resolution fixed ts component combo core summary dataio shovel crash priority normal keywords time milestone owner david schultz type defect | 1 |
5,153 | 2,610,182,130 | IssuesEvent | 2015-02-26 18:58:03 | chrsmith/quchuseban | https://api.github.com/repos/chrsmith/quchuseban | opened | 揭秘怎么样治疗色斑 | auto-migrated Priority-Medium Type-Defect | ```
《摘要》
不要想太多,长大的自己多会迷失在人生路上,去追求一种��
�仰。平凡也好,其他也罢,人各有见,疏而不同。当完成了�
��中所想,可以稍微调整下时间的信仰,好比—休息。每一天
,见到的,听到的,都有所不同。无论是失落的,还是快乐��
�,调整下心态,坏事也可以成为一件好事。我想如果不是因�
��脸上的雀斑我也不会认识他,我一生的最爱!怎么样治疗色
斑,
《客户案例》
女孩子对漂亮的人心里总会有或多或少的嫉妒,都想让��
�己更漂亮些,可老天总是不让人如愿,都会有一些遗憾。我�
��个不算漂亮的女孩子,因为知道自己不算美女,也就没怎么
刻意的打扮自己,等上班了,由于业务忙,每天都要加班,��
�电脑前能呆十几个小时,时间长了,就发现自己眼睛周围出�
��了很多小斑点,脸色也有些发暗,这让本来就不漂亮的我更
受打击了。</br>
有一次我在网上看了一款祛斑产品黛芙薇尔,我去了他��
�的官网看了看,里面好多顾客都留言了,但我还是不敢相信�
��我就在线咨询了他们的客服,客服很热情的给我解决我不惑
的所有问题,原来这个产品只有在网上销售,因为网上的假��
�太多了,我还是不敢相信,我拨打了他们的专家热线,又详�
��的问了一遍,感觉这个产品又保证,我就怀着试试的态度订
购了一个周期的黛芙薇尔。</br>
刚开始用了十几天,没发现太明显的效果,就到官网再��
�询专家,他们说因为黛芙薇尔是天然精华精华的天然精华精�
��的产品,一般见效就比那些含有刺激的产品见效慢,但祛斑
效果却比那些产品彻底。听他们这样说我也就放心了,就又��
�心的继续使用,耐心的等待。大概1个月左右,果然就发现了
脸上的变化,斑开始一点一点的变小,变淡了......有了点信��
�,继续用……
看到明显的效果后,我又追加了一个周期的,现在脸上的斑��
�仅没了,而且皮肤比以前更加有光泽了呢,看来斑没了,心�
��好了,皮肤也越来越光滑紧致了,真是太高兴了。这就是我
以后的护肤品了
阅读了怎么样治疗色斑,再看脸上容易长斑的原因:
《色斑形成原因》
内部因素
一、压力
当人受到压力时,就会分泌肾上腺素,为对付压力而做��
�备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏�
��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃
。
二、荷尔蒙分泌失调
避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞��
�分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在�
��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕
中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出
现斑,这时候出现的斑点在产后大部分会消失。可是,新陈��
�谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等�
��因,都会使斑加深。有时新长出的斑,产后也不会消失,所
以需要更加注意。
三、新陈代谢缓慢
肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑��
�因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态�
��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是
内分泌失调导致过敏体质而形成的。另外,身体状态不正常��
�时候,紫外线的照射也会加速斑的形成。
四、错误的使用化妆品
使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在��
�疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵�
��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的
问题。
外部因素
一、紫外线
照射紫外线的时候,人体为了保护皮肤,会在基底层产��
�很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更�
��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化,
还会引起黑斑、雀斑等色素沉着的皮肤疾患。
二、不良的清洁习惯
因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。��
�皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦�
��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的
问题。
三、遗传基因
父母中有长斑的,则本人长斑的概率就很高,这种情况��
�一定程度上就可判定是遗传基因的作用。所以家里特别是长�
��有长斑的人,要注意避免引发长斑的重要因素之一——紫外
线照射,这是预防斑必须注意的。
《有疑问帮你解决》
1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐��
�去掉吗?
答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触��
�的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必�
��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑
,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时��
�,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的�
��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显
而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新��
�客都是通过老顾客介绍而来,口碑由此而来!
2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?
答:黛芙薇尔精华液应用了精纯复合配方和领先的分类��
�斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻�
��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有
效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾��
�地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技��
�,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽�
��迹,令每一位爱美的女性都能享受到科技创新所带来的自然
之美。
专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数��
�百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!
3,去除黄褐斑之后,会反弹吗?
答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔��
�白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家�
��据斑的形成原因精心研制而成用事实说话,让消费者打分。
树立权威品牌!我们的很多新客户都是老客户介绍而来,请问�
��如果效果不好,会有客户转介绍吗?
4,你们的价格有点贵,能不能便宜一点?
答:如果您使用西药最少需要2000元,煎服的药最少需要3
000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去�
��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的��
�是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的�
��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉��
�,不但斑没去掉,还把自己的皮肤弄的越来越糟吗
5,我适合用黛芙薇尔精华液吗?
答:黛芙薇尔适用人群:
1、生理紊乱引起的黄褐斑人群
2、生育引起的妊娠斑人群
3、年纪增长引起的老年斑人群
4、化妆品色素沉积、辐射斑人群
5、长期日照引起的日晒斑人群
6、肌肤暗淡急需美白的人群
《祛斑小方法》
怎么样治疗色斑,同时为您分享祛斑小方法
山药:山药的黏质液是合成雌激素的基础物质,对工作和学��
�较大压力的女性具有很好的健身功效。山药所含的精氨酸还�
��健脾补肺的功效。山药含有一种可溶性纤维,有助于控制饮
食,改善消化系统。
```
-----
Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 2:42 | 1.0 | 揭秘怎么样治疗色斑 - ```
《摘要》
不要想太多,长大的自己多会迷失在人生路上,去追求一种��
�仰。平凡也好,其他也罢,人各有见,疏而不同。当完成了�
��中所想,可以稍微调整下时间的信仰,好比—休息。每一天
,见到的,听到的,都有所不同。无论是失落的,还是快乐��
�,调整下心态,坏事也可以成为一件好事。我想如果不是因�
��脸上的雀斑我也不会认识他,我一生的最爱!怎么样治疗色
斑,
《客户案例》
女孩子对漂亮的人心里总会有或多或少的嫉妒,都想让��
�己更漂亮些,可老天总是不让人如愿,都会有一些遗憾。我�
��个不算漂亮的女孩子,因为知道自己不算美女,也就没怎么
刻意的打扮自己,等上班了,由于业务忙,每天都要加班,��
�电脑前能呆十几个小时,时间长了,就发现自己眼睛周围出�
��了很多小斑点,脸色也有些发暗,这让本来就不漂亮的我更
受打击了。</br>
有一次我在网上看了一款祛斑产品黛芙薇尔,我去了他��
�的官网看了看,里面好多顾客都留言了,但我还是不敢相信�
��我就在线咨询了他们的客服,客服很热情的给我解决我不惑
的所有问题,原来这个产品只有在网上销售,因为网上的假��
�太多了,我还是不敢相信,我拨打了他们的专家热线,又详�
��的问了一遍,感觉这个产品又保证,我就怀着试试的态度订
购了一个周期的黛芙薇尔。</br>
刚开始用了十几天,没发现太明显的效果,就到官网再��
�询专家,他们说因为黛芙薇尔是天然精华精华的天然精华精�
��的产品,一般见效就比那些含有刺激的产品见效慢,但祛斑
效果却比那些产品彻底。听他们这样说我也就放心了,就又��
�心的继续使用,耐心的等待。大概1个月左右,果然就发现了
脸上的变化,斑开始一点一点的变小,变淡了......有了点信��
�,继续用……
看到明显的效果后,我又追加了一个周期的,现在脸上的斑��
�仅没了,而且皮肤比以前更加有光泽了呢,看来斑没了,心�
��好了,皮肤也越来越光滑紧致了,真是太高兴了。这就是我
以后的护肤品了
阅读了怎么样治疗色斑,再看脸上容易长斑的原因:
《色斑形成原因》
内部因素
一、压力
当人受到压力时,就会分泌肾上腺素,为对付压力而做��
�备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏�
��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃
。
二、荷尔蒙分泌失调
避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞��
�分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在�
��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕
中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出
现斑,这时候出现的斑点在产后大部分会消失。可是,新陈��
�谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等�
��因,都会使斑加深。有时新长出的斑,产后也不会消失,所
以需要更加注意。
三、新陈代谢缓慢
肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑��
�因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态�
��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是
内分泌失调导致过敏体质而形成的。另外,身体状态不正常��
�时候,紫外线的照射也会加速斑的形成。
四、错误的使用化妆品
使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在��
�疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵�
��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的
问题。
外部因素
一、紫外线
照射紫外线的时候,人体为了保护皮肤,会在基底层产��
�很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更�
��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化,
还会引起黑斑、雀斑等色素沉着的皮肤疾患。
二、不良的清洁习惯
因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。��
�皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦�
��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的
问题。
三、遗传基因
父母中有长斑的,则本人长斑的概率就很高,这种情况��
�一定程度上就可判定是遗传基因的作用。所以家里特别是长�
��有长斑的人,要注意避免引发长斑的重要因素之一——紫外
线照射,这是预防斑必须注意的。
《有疑问帮你解决》
1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐��
�去掉吗?
答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触��
�的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必�
��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑
,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时��
�,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的�
��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显
而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新��
�客都是通过老顾客介绍而来,口碑由此而来!
2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?
答:黛芙薇尔精华液应用了精纯复合配方和领先的分类��
�斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻�
��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有
效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾��
�地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技��
�,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽�
��迹,令每一位爱美的女性都能享受到科技创新所带来的自然
之美。
专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数��
�百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!
3,去除黄褐斑之后,会反弹吗?
答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔��
�白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家�
��据斑的形成原因精心研制而成用事实说话,让消费者打分。
树立权威品牌!我们的很多新客户都是老客户介绍而来,请问�
��如果效果不好,会有客户转介绍吗?
4,你们的价格有点贵,能不能便宜一点?
答:如果您使用西药最少需要2000元,煎服的药最少需要3
000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去�
��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的��
�是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的�
��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉��
�,不但斑没去掉,还把自己的皮肤弄的越来越糟吗
5,我适合用黛芙薇尔精华液吗?
答:黛芙薇尔适用人群:
1、生理紊乱引起的黄褐斑人群
2、生育引起的妊娠斑人群
3、年纪增长引起的老年斑人群
4、化妆品色素沉积、辐射斑人群
5、长期日照引起的日晒斑人群
6、肌肤暗淡急需美白的人群
《祛斑小方法》
怎么样治疗色斑,同时为您分享祛斑小方法
山药:山药的黏质液是合成雌激素的基础物质,对工作和学��
�较大压力的女性具有很好的健身功效。山药所含的精氨酸还�
��健脾补肺的功效。山药含有一种可溶性纤维,有助于控制饮
食,改善消化系统。
```
-----
Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 2:42 | defect | 揭秘怎么样治疗色斑 《摘要》 不要想太多,长大的自己多会迷失在人生路上,去追求一种�� �仰。平凡也好,其他也罢,人各有见,疏而不同。当完成了� ��中所想,可以稍微调整下时间的信仰,好比—休息。每一天 ,见到的,听到的,都有所不同。无论是失落的,还是快乐�� �,调整下心态,坏事也可以成为一件好事。我想如果不是因� ��脸上的雀斑我也不会认识他,我一生的最爱!怎么样治疗色 斑, 《客户案例》 女孩子对漂亮的人心里总会有或多或少的嫉妒,都想让�� �己更漂亮些,可老天总是不让人如愿,都会有一些遗憾。我� ��个不算漂亮的女孩子,因为知道自己不算美女,也就没怎么 刻意的打扮自己,等上班了,由于业务忙,每天都要加班,�� �电脑前能呆十几个小时,时间长了,就发现自己眼睛周围出� ��了很多小斑点,脸色也有些发暗,这让本来就不漂亮的我更 受打击了。 有一次我在网上看了一款祛斑产品黛芙薇尔,我去了他�� �的官网看了看,里面好多顾客都留言了,但我还是不敢相信� ��我就在线咨询了他们的客服,客服很热情的给我解决我不惑 的所有问题,原来这个产品只有在网上销售,因为网上的假�� �太多了,我还是不敢相信,我拨打了他们的专家热线,又详� ��的问了一遍,感觉这个产品又保证,我就怀着试试的态度订 购了一个周期的黛芙薇尔。 刚开始用了十几天,没发现太明显的效果,就到官网再�� �询专家,他们说因为黛芙薇尔是天然精华精华的天然精华精� ��的产品,一般见效就比那些含有刺激的产品见效慢,但祛斑 效果却比那些产品彻底。听他们这样说我也就放心了,就又�� �心的继续使用,耐心的等待。 ,果然就发现了 脸上的变化,斑开始一点一点的变小,变淡了 有了点信�� �,继续用…… 看到明显的效果后,我又追加了一个周期的,现在脸上的斑�� �仅没了,而且皮肤比以前更加有光泽了呢,看来斑没了,心� ��好了,皮肤也越来越光滑紧致了,真是太高兴了。这就是我 以后的护肤品了 阅读了怎么样治疗色斑,再看脸上容易长斑的原因: 《色斑形成原因》 内部因素 一、压力 当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。 二、荷尔蒙分泌失调 避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。 三、新陈代谢缓慢 肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。 四、错误的使用化妆品 使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。 外部因素 一、紫外线 照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。 二、不良的清洁习惯 因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。 三、遗传基因 父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》 黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗 答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来 ,服用黛芙薇尔美白,会伤身体吗 有副作用吗 答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖 ,去除黄褐斑之后,会反弹吗 答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗 ,你们的价格有点贵,能不能便宜一点 答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗 ,我适合用黛芙薇尔精华液吗 答:黛芙薇尔适用人群: 、生理紊乱引起的黄褐斑人群 、生育引起的妊娠斑人群 、年纪增长引起的老年斑人群 、化妆品色素沉积、辐射斑人群 、长期日照引起的日晒斑人群 、肌肤暗淡急需美白的人群 《祛斑小方法》 怎么样治疗色斑,同时为您分享祛斑小方法 山药:山药的黏质液是合成雌激素的基础物质,对工作和学�� �较大压力的女性具有很好的健身功效。山药所含的精氨酸还� ��健脾补肺的功效。山药含有一种可溶性纤维,有助于控制饮 食,改善消化系统。 original issue reported on code google com by additive gmail com on jul at | 1 |
373,431 | 26,054,450,011 | IssuesEvent | 2022-12-22 22:50:37 | cityofasheville/bedrock2 | https://api.github.com/repos/cityofasheville/bedrock2 | closed | Document current Bedrock code and procedures | documentation priority:high | Before we make major changes, we should document what we have.
| 1.0 | Document current Bedrock code and procedures - Before we make major changes, we should document what we have.
| non_defect | document current bedrock code and procedures before we make major changes we should document what we have | 0 |
132,236 | 12,501,501,464 | IssuesEvent | 2020-06-02 01:33:13 | omayma96/db-Modeling-Workshop | https://api.github.com/repos/omayma96/db-Modeling-Workshop | closed | Documentation | documentation | - [x] le dictionnaire de donnés
- [x] les règles de gestion
- [x] MCD
- [x] MLD
- [x] un modèle relationnelle
| 1.0 | Documentation - - [x] le dictionnaire de donnés
- [x] les règles de gestion
- [x] MCD
- [x] MLD
- [x] un modèle relationnelle
| non_defect | documentation le dictionnaire de donnés les règles de gestion mcd mld un modèle relationnelle | 0 |
43,286 | 11,598,555,828 | IssuesEvent | 2020-02-24 23:26:32 | hondarider29/SoundByte | https://api.github.com/repos/hondarider29/SoundByte | closed | Logout button does not work. | defect | Description: The logout button did not have any effect when pressed on either Android or iOS.
Reproduction steps: Log in and try to log out.
Expected behavior: Log out of app
Observed behavior: Nothing | 1.0 | Logout button does not work. - Description: The logout button did not have any effect when pressed on either Android or iOS.
Reproduction steps: Log in and try to log out.
Expected behavior: Log out of app
Observed behavior: Nothing | defect | logout button does not work description the logout button did not have any effect when pressed on either android or ios reproduction steps log in and try to log out expected behavior log out of app observed behavior nothing | 1 |
45,353 | 12,741,894,272 | IssuesEvent | 2020-06-26 07:17:41 | extnet/Ext.NET | https://api.github.com/repos/extnet/Ext.NET | opened | Ext.NET TabPanel's BeforeTabClose and TabClose events don't trigger | 5.x defect | Found: 5.2.0
Ext.NET Forums thread: [TabPanel - BeforeTabClosed event handler not invoked after upgrading Ext.NET to v 5.0.0](https://forums.ext.net/showthread.php?62930)
Ext JS at some point switched to call `Ext.tab.Bar.closeTab()` instead of `Ext.tab.Panel.closeTab()` while closing a tab via its little "close button" in the top-right corner of the tab when a tab is **closable**.
This imposed an incompatibility with existing override specific to Ext.NET where `Ext.tab.Panel.closeTab()` triggers tab panel's **BeforeTabClose** and **TabClose** events and these events were no longer used.
Ext.NET 4.8.2 is also affected by this issue, while Ext.NET 2.5.2 works.
The override should be consistently moved in to `Ext.tab.Bar` and wire the events to its governing tab panel (instead of `me.fireEvent()` it should call `me.tabPanel.fireEvent()` from the new location `closeTab()` is).
The `Ext.tab.Panel.beforetabclose` and `Ext.tab.Panel.tabclose` events are exclusive Ext.NET feature (as a shortcut to handle tabs' close events). | 1.0 | Ext.NET TabPanel's BeforeTabClose and TabClose events don't trigger - Found: 5.2.0
Ext.NET Forums thread: [TabPanel - BeforeTabClosed event handler not invoked after upgrading Ext.NET to v 5.0.0](https://forums.ext.net/showthread.php?62930)
Ext JS at some point switched to call `Ext.tab.Bar.closeTab()` instead of `Ext.tab.Panel.closeTab()` while closing a tab via its little "close button" in the top-right corner of the tab when a tab is **closable**.
This imposed an incompatibility with existing override specific to Ext.NET where `Ext.tab.Panel.closeTab()` triggers tab panel's **BeforeTabClose** and **TabClose** events and these events were no longer used.
Ext.NET 4.8.2 is also affected by this issue, while Ext.NET 2.5.2 works.
The override should be consistently moved in to `Ext.tab.Bar` and wire the events to its governing tab panel (instead of `me.fireEvent()` it should call `me.tabPanel.fireEvent()` from the new location `closeTab()` is).
The `Ext.tab.Panel.beforetabclose` and `Ext.tab.Panel.tabclose` events are exclusive Ext.NET feature (as a shortcut to handle tabs' close events). | defect | ext net tabpanel s beforetabclose and tabclose events don t trigger found ext net forums thread ext js at some point switched to call ext tab bar closetab instead of ext tab panel closetab while closing a tab via its little close button in the top right corner of the tab when a tab is closable this imposed an incompatibility with existing override specific to ext net where ext tab panel closetab triggers tab panel s beforetabclose and tabclose events and these events were no longer used ext net is also affected by this issue while ext net works the override should be consistently moved in to ext tab bar and wire the events to its governing tab panel instead of me fireevent it should call me tabpanel fireevent from the new location closetab is the ext tab panel beforetabclose and ext tab panel tabclose events are exclusive ext net feature as a shortcut to handle tabs close events | 1 |
49,089 | 12,281,465,098 | IssuesEvent | 2020-05-08 15:54:21 | facebook/zstd | https://api.github.com/repos/facebook/zstd | closed | cross-compilation for Windows fails | build issue | **Describe the bug**
when cross-compiling on Linux for Windows, the Makefile rule which copies programs/zstd.exe fails, because EXT is not set correctly :
cp: cannot stat 'programs/zstd': No such file or directory
the problem is the way EXT is defined :
ifneq (,$(filter Windows%,$(OS)))
EXT =.exe
else
EXT =
endif
EXT is defined according to the OS value in the terminal, which is incorrect when cross compiling
**To Reproduce**
on linux, install the mingw-w64 + gcc toolchain 64 bits packages, then
make CC=x86_64-w64-mingw32-gcc WINDRES=x86_64-w64-mingw32-windres AR=x86_64-w64-mingw32-ar
**Expected behavior**
zstd.exe should be copied, not zstd
**Desktop (please complete the following information):**
Linux with Fedora
**Additional context**
cross compilation on Linux for Windows
| 1.0 | cross-compilation for Windows fails - **Describe the bug**
when cross-compiling on Linux for Windows, the Makefile rule which copies programs/zstd.exe fails, because EXT is not set correctly :
cp: cannot stat 'programs/zstd': No such file or directory
the problem is the way EXT is defined :
ifneq (,$(filter Windows%,$(OS)))
EXT =.exe
else
EXT =
endif
EXT is defined according to the OS value in the terminal, which is incorrect when cross compiling
**To Reproduce**
on linux, install the mingw-w64 + gcc toolchain 64 bits packages, then
make CC=x86_64-w64-mingw32-gcc WINDRES=x86_64-w64-mingw32-windres AR=x86_64-w64-mingw32-ar
**Expected behavior**
zstd.exe should be copied, not zstd
**Desktop (please complete the following information):**
Linux with Fedora
**Additional context**
cross compilation on Linux for Windows
| non_defect | cross compilation for windows fails describe the bug when cross compiling on linux for windows the makefile rule which copies programs zstd exe fails because ext is not set correctly cp cannot stat programs zstd no such file or directory the problem is the way ext is defined ifneq filter windows os ext exe else ext endif ext is defined according to the os value in the terminal which is incorrect when cross compiling to reproduce on linux install the mingw gcc toolchain bits packages then make cc gcc windres windres ar ar expected behavior zstd exe should be copied not zstd desktop please complete the following information linux with fedora additional context cross compilation on linux for windows | 0 |
26,353 | 4,682,508,299 | IssuesEvent | 2016-10-09 09:28:24 | phingofficial/phing-issues-test | https://api.github.com/repos/phingofficial/phing-issues-test | opened | Unit test for various Git and SVN related tasks fails if locale is not 'en' or 'C' (Trac #1213) | defect Incomplete Migration Migrated from Trac phing-core | Migrated from http://localhost:3530/trac/ticket/1213
```json
{
"status": "new",
"changetime": "2016-09-14T19:32:54",
"description": "== Description ==\n\nWhen trying to run the unit tests provided by the current master some of the git and SVN related tests fail. This is caused by invoking those programs with native system locale (on the system in question: de_DE.UTF-8), which in turn causes the programs to return localized messages. To work around this problem one can invoke phing with the 'C' locale set. My suggestion to fix this properly would be to invoke the external programs either with the C locale to enforce english output and/or to use the parsable output of said programs (SVN provides a --xml flag and git provides --porcelain to create machine readable output).\n\n== Steps to reproduce ==\n\n=== Prequisites ===\n\nA linux machine with a non english default locale.\n\n=== Installed dependencies ===\n\nSVN Version 1.8.13 (r1667537)\ngit version 2.4.3\n\n=== Reproduce ===\n\nIn the checked out phing source code (master: 021283517):\n\n1. composer install\n2. cd tests\n3. ../bin/phing\n\n=== Workaround ===\n\nIn the checked out phing source code (master: 021283517):\n\n1. composer install\n2. cd tests\n3. LANG=C ../bin/phing\n\n== Expected result ==\n\nAll unit tests pass\n\n== Actual result ==\n\nLeaving out the passing tests here to reduce clutter.\n\n\n{{{\n[\u2026]\n\n [phpunit] testFetchAllRemotes FAILED\n [phpunit] Expected to find 'git-fetch output: Fetching origin' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'fetchAllRemotes\\' is: fetchAllRemotes ',\n [phpunit] 1 => 'Complete build sequence is: fetchAllRemotes invalid allParamsSet noRepository noTarget refspecSet ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitfetch',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitFetchTask::setAll()',\n [phpunit] 12 => 'git-fetch command: /usr/bin/git fetch --all',\n [phpunit] 13 => 'git-fetch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 14 => 'git-fetch output: Fordere an von origin',\n [phpunit] )\n [phpunit] testRefspecSet FAILED\n [phpunit] Expected to find 'Deleted branch refspec-branch' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'refspecSet\\' is: refspecSet ',\n [phpunit] 1 => 'Complete build sequence is: refspecSet invalid fetchAllRemotes allParamsSet noRepository noTarget ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitfetch',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitFetchTask::setSource()',\n [phpunit] 12 => ' -calling setter GitFetchTask::setRefspec()',\n [phpunit] 13 => ' -calling setter GitFetchTask::setQuiet()',\n [phpunit] 14 => 'git-fetch command: /usr/bin/git fetch -q \\'origin\\' \\'master:refspec-branch\\'',\n [phpunit] 15 => 'git-fetch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 16 => 'git-fetch output: ',\n [phpunit] 17 => ' +Task: gitbranch',\n [phpunit] 18 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 19 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 20 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 21 => ' -calling setter GitBranchTask::setDelete()',\n [phpunit] 22 => 'git-branch command: /usr/bin/git branch -d \\'refspec-branch\\'',\n [phpunit] 23 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 24 => 'git-branch output: Branch refspec-branch entfernt (war 1b767b7).',\n [phpunit] )\n\n[\u2026]\n\n [phpunit] testAllParamsSet FAILED\n [phpunit] Expected to find 'git-branch output: Branch all-params-set set up to track remote branch master from origin.' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'allParamsSet\\' is: allParamsSet ',\n [phpunit] 1 => 'Complete build sequence is: allParamsSet invalid noRepository noBranchname trackParamSet noTrackParamSet setUpstreamParamSet forceParamSet deleteBranch moveBranch forceMoveBranch moveBranchNoNewbranch forceMoveBranchNoNewbranch ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitbranch',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 12 => ' -calling setter GitBranchTask::setStartPoint()',\n [phpunit] 13 => ' -calling setter GitBranchTask::setTrack()',\n [phpunit] 14 => ' -calling setter GitBranchTask::setForce()',\n [phpunit] 15 => 'git-branch command: /usr/bin/git branch --force --track \\'all-params-set\\' \\'origin/master\\'',\n [phpunit] 16 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 17 => 'git-branch output: Branch all-params-set konfiguriert zum Folgen von Remote-Branch master von origin.',\n [phpunit] )\n [phpunit] testTrackParameter FAILED\n [phpunit] Expected to find 'git-branch output: Branch track-param-set set up to track local branch master.' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'trackParamSet\\' is: trackParamSet ',\n [phpunit] 1 => 'Complete build sequence is: trackParamSet invalid allParamsSet noRepository noBranchname noTrackParamSet setUpstreamParamSet forceParamSet deleteBranch moveBranch forceMoveBranch moveBranchNoNewbranch forceMoveBranchNoNewbranch ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitbranch',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 12 => ' -calling setter GitBranchTask::setTrack()',\n [phpunit] 13 => 'git-branch command: /usr/bin/git branch --track \\'track-param-set\\'',\n [phpunit] 14 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 15 => 'git-branch output: Branch track-param-set konfiguriert zum Folgen von lokalem Branch master.',\n [phpunit] )\n [phpunit] testSetUpstreamParameter FAILED\n [phpunit] Expected to find 'Branch set-upstream-param-set set up to track local branch master.' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'setUpstreamParamSet\\' is: setUpstreamParamSet ',\n [phpunit] 1 => 'Complete build sequence is: setUpstreamParamSet invalid allParamsSet noRepository noBranchname trackParamSet noTrackParamSet forceParamSet deleteBranch moveBranch forceMoveBranch moveBranchNoNewbranch forceMoveBranchNoNewbranch ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitbranch',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 12 => ' -calling setter GitBranchTask::setSetUpstream()',\n [phpunit] 13 => 'git-branch command: /usr/bin/git branch --set-upstream \\'set-upstream-param-set\\'',\n [phpunit] 14 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 15 => 'git-branch output: Branch set-upstream-param-set konfiguriert zum Folgen von lokalem Branch master.',\n [phpunit] )\n [phpunit] testDeleteBranch FAILED\n [phpunit] Expected to find 'Branch delete-branch-1 set up to track local branch master.' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'deleteBranch\\' is: deleteBranch ',\n [phpunit] 1 => 'Complete build sequence is: deleteBranch invalid allParamsSet noRepository noBranchname trackParamSet noTrackParamSet setUpstreamParamSet forceParamSet moveBranch forceMoveBranch moveBranchNoNewbranch forceMoveBranchNoNewbranch ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitbranch',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 12 => ' -calling setter GitBranchTask::setTrack()',\n [phpunit] 13 => 'git-branch command: /usr/bin/git branch --track \\'delete-branch-1\\'',\n [phpunit] 14 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 15 => 'git-branch output: Branch delete-branch-1 konfiguriert zum Folgen von lokalem Branch master.',\n [phpunit] 16 => ' +Task: gitbranch',\n [phpunit] 17 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 18 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 19 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 20 => ' -calling setter GitBranchTask::setTrack()',\n [phpunit] 21 => 'git-branch command: /usr/bin/git branch --track \\'delete-branch-2\\'',\n [phpunit] 22 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 23 => 'git-branch output: Branch delete-branch-2 konfiguriert zum Folgen von lokalem Branch master.',\n [phpunit] 24 => ' +Task: gitbranch',\n [phpunit] 25 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 26 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 27 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 28 => ' -calling setter GitBranchTask::setDelete()',\n [phpunit] 29 => 'git-branch command: /usr/bin/git branch -d \\'delete-branch-1\\'',\n [phpunit] 30 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 31 => 'git-branch output: Branch delete-branch-1 entfernt (war 1b767b7).',\n [phpunit] 32 => ' +Task: gitbranch',\n [phpunit] 33 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 34 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 35 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 36 => ' -calling setter GitBranchTask::setForceDelete()',\n [phpunit] 37 => 'git-branch command: /usr/bin/git branch -D \\'delete-branch-2\\'',\n [phpunit] 38 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 39 => 'git-branch output: Branch delete-branch-2 entfernt (war 1b767b7).',\n [phpunit] )\n [phpunit] testMoveBranch FAILED\n [phpunit] Expected to find 'Deleted branch move-branch-2' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'moveBranch\\' is: moveBranch ',\n [phpunit] 1 => 'Complete build sequence is: moveBranch invalid allParamsSet noRepository noBranchname trackParamSet noTrackParamSet setUpstreamParamSet forceParamSet deleteBranch forceMoveBranch moveBranchNoNewbranch forceMoveBranchNoNewbranch ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitbranch',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 12 => ' -calling setter GitBranchTask::setTrack()',\n [phpunit] 13 => 'git-branch command: /usr/bin/git branch --track \\'move-branch-1\\'',\n [phpunit] 14 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 15 => 'git-branch output: Branch move-branch-1 konfiguriert zum Folgen von lokalem Branch master.',\n [phpunit] 16 => ' +Task: gitbranch',\n [phpunit] 17 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 18 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 19 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 20 => ' -calling setter GitBranchTask::setNewBranch()',\n [phpunit] 21 => ' -calling setter GitBranchTask::setMove()',\n [phpunit] 22 => 'git-branch command: /usr/bin/git branch -m \\'move-branch-1\\' \\'move-branch-2\\'',\n [phpunit] 23 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 24 => 'git-branch output: ',\n [phpunit] 25 => ' +Task: gitbranch',\n [phpunit] 26 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 27 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 28 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 29 => ' -calling setter GitBranchTask::setDelete()',\n [phpunit] 30 => 'git-branch command: /usr/bin/git branch -d \\'move-branch-2\\'',\n [phpunit] 31 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 32 => 'git-branch output: Branch move-branch-2 entfernt (war 1b767b7).',\n [phpunit] )\n [phpunit] testForceMoveBranch FAILED\n [phpunit] Expected to find 'Deleted branch move-branch-2' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'forceMoveBranch\\' is: forceMoveBranch ',\n [phpunit] 1 => 'Complete build sequence is: forceMoveBranch invalid allParamsSet noRepository noBranchname trackParamSet noTrackParamSet setUpstreamParamSet forceParamSet deleteBranch moveBranch moveBranchNoNewbranch forceMoveBranchNoNewbranch ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitbranch',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 12 => ' -calling setter GitBranchTask::setTrack()',\n [phpunit] 13 => 'git-branch command: /usr/bin/git branch --track \\'move-branch-1\\'',\n [phpunit] 14 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 15 => 'git-branch output: Branch move-branch-1 konfiguriert zum Folgen von lokalem Branch master.',\n [phpunit] 16 => ' +Task: gitbranch',\n [phpunit] 17 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 18 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 19 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 20 => ' -calling setter GitBranchTask::setNewBranch()',\n [phpunit] 21 => ' -calling setter GitBranchTask::setForceMove()',\n [phpunit] 22 => 'git-branch command: /usr/bin/git branch -M \\'move-branch-1\\' \\'move-branch-2\\'',\n [phpunit] 23 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 24 => 'git-branch output: ',\n [phpunit] 25 => ' +Task: gitbranch',\n [phpunit] 26 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 27 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 28 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 29 => ' -calling setter GitBranchTask::setDelete()',\n [phpunit] 30 => 'git-branch command: /usr/bin/git branch -d \\'move-branch-2\\'',\n [phpunit] 31 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 32 => 'git-branch output: Branch move-branch-2 entfernt (war 1b767b7).',\n [phpunit] )\n\n[\u2026]\n\n [phpunit] testGitTagCreateDuplicate FAILED\n [phpunit] Should throw BuildException because 'Tag already exists' with message containing 'fatal: tag 'ver1.0' already exists' (actual message '/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/GitTagTaskTest.xml:31:64: Task execution failed. Some errors in executing git command\n [phpunit] Output:\n [phpunit] Error:\n [phpunit] fatal: Tag 'ver1.0' existiert bereits\n [phpunit] ' instead)\n [phpunit] testTagDelete FAILED\n [phpunit] Expected to find 'git-tag output: Deleted tag 'ver2.0'' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'gitTagDelete\\' is: gitTagDelete ',\n [phpunit] 1 => 'Complete build sequence is: gitTagDelete invalid gitTagCreate gitTagCreateDuplicate gitTagForceCreateDuplicate gitTagReplaceCreateDuplicate gitTagCreateAnnotatedNoMessage gitTagCreateAnnotated gitTagCreateAnnotatedImplicit gitTagListByPattern gitTagOutpuPropertySet gitTagWithCommitSet gitTagWithObjectSet gitTagFileSet gitTagCreateSignedDefaultKey noRepository ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gittag',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitTagTask::setName()',\n [phpunit] 12 => 'git-tag command: /usr/bin/git tag \\'ver1.0\\'',\n [phpunit] 13 => 'git-tag: tags for \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 14 => 'git-tag output: ',\n [phpunit] 15 => ' +Task: gittag',\n [phpunit] 16 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 17 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 18 => ' -calling setter GitTagTask::setName()',\n [phpunit] 19 => 'git-tag command: /usr/bin/git tag \\'ver2.0\\'',\n [phpunit] 20 => 'git-tag: tags for \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 21 => 'git-tag output: ',\n [phpunit] 22 => ' +Task: gittag',\n [phpunit] 23 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 24 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 25 => ' -calling setter GitTagTask::setName()',\n [phpunit] 26 => ' -calling setter GitTagTask::setDelete()',\n [phpunit] 27 => 'git-tag command: /usr/bin/git tag -d \\'ver2.0\\'',\n [phpunit] 28 => 'git-tag: tags for \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 29 => 'git-tag output: Tag \\'ver2.0\\' gel\u00f6scht (war 1b767b7)',\n [phpunit] 30 => ' +Task: gittag',\n [phpunit] 31 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 32 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 33 => ' -calling setter GitTagTask::setList()',\n [phpunit] 34 => 'git-tag command: /usr/bin/git tag -l',\n [phpunit] 35 => 'git-tag: tags for \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 36 => 'git-tag output: ver1.0',\n [phpunit] )\n [phpunit] testTagCreateSignedDefaultKey SKIPPED\n [phpunit] Testsuite: GitPullTaskTest\n [phpunit] Tests run: 9, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 1.36314 s\n [phpunit] Testsuite: GitGcTaskTest\n [phpunit] Tests run: 6, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 1.68645 s\n [phpunit] Testsuite: GitMergeTaskTest\n [phpunit] Tests run: 7, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 1.30867 s\n [phpunit] Testsuite: GitPushTaskTest\n [phpunit] Tests run: 8, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 2.16387 s\n [phpunit] Testsuite: GitCheckoutTaskTest\n [phpunit] Tests run: 8, Failures: 4, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 1.78081 s\n [phpunit] testCheckoutExistingBranch FAILED\n [phpunit] Expected to find 'git-branch output: Branch co-branch set up to track remote branch master from origin.' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'checkoutExistingBranch\\' is: checkoutExistingBranch ',\n [phpunit] 1 => 'Complete build sequence is: checkoutExistingBranch invalid checkoutNonExistingBranch noRepository noBranchname checkoutMerge checkoutCreateBranch checkoutForceCreateBranch checkoutForceCreateBranchFailed ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitbranch',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 12 => ' -calling setter GitBranchTask::setStartPoint()',\n [phpunit] 13 => 'git-branch command: /usr/bin/git branch \\'co-branch\\' \\'origin/master\\'',\n [phpunit] 14 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 15 => 'git-branch output: Branch co-branch konfiguriert zum Folgen von Remote-Branch master von origin.',\n [phpunit] 16 => ' +Task: gitcheckout',\n [phpunit] 17 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 18 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 19 => ' -calling setter GitCheckoutTask::setBranchname()',\n [phpunit] 20 => ' -calling setter GitCheckoutTask::setQuiet()',\n [phpunit] 21 => 'git-checkout command: /usr/bin/git checkout -q \\'co-branch\\'',\n [phpunit] 22 => 'git-checkout: checkout \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 23 => 'git-checkout output: ',\n [phpunit] )\n [phpunit] testCheckoutMerge FAILED\n [phpunit] Expected to find 'git-branch output: Branch co-branch set up to track remote branch master from origin.' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'checkoutMerge\\' is: checkoutMerge ',\n [phpunit] 1 => 'Complete build sequence is: checkoutMerge invalid checkoutExistingBranch checkoutNonExistingBranch noRepository noBranchname checkoutCreateBranch checkoutForceCreateBranch checkoutForceCreateBranchFailed ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitbranch',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 12 => ' -calling setter GitBranchTask::setStartPoint()',\n [phpunit] 13 => 'git-branch command: /usr/bin/git branch \\'co-branch\\' \\'origin/master\\'',\n [phpunit] 14 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 15 => 'git-branch output: Branch co-branch konfiguriert zum Folgen von Remote-Branch master von origin.',\n [phpunit] 16 => ' +Task: gitcheckout',\n [phpunit] 17 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 18 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 19 => ' -calling setter GitCheckoutTask::setBranchname()',\n [phpunit] 20 => ' -calling setter GitCheckoutTask::setQuiet()',\n [phpunit] 21 => ' -calling setter GitCheckoutTask::setMerge()',\n [phpunit] 22 => 'git-checkout command: /usr/bin/git checkout -q -m \\'co-branch\\'',\n [phpunit] 23 => 'git-checkout: checkout \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 24 => 'git-checkout output: ',\n [phpunit] 25 => ' +Task: gitbranch',\n [phpunit] 26 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 27 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 28 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 29 => ' -calling setter GitBranchTask::setDelete()',\n [phpunit] 30 => 'git-branch command: /usr/bin/git branch -d \\'master\\'',\n [phpunit] 31 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 32 => 'git-branch output: Branch master entfernt (war 1b767b7).',\n [phpunit] )\n [phpunit] testCheckoutCreateBranch FAILED\n [phpunit] Expected to find 'git-checkout output: Branch co-create-branch set up to track remote branch master from origin.' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'checkoutCreateBranch\\' is: checkoutCreateBranch ',\n [phpunit] 1 => 'Complete build sequence is: checkoutCreateBranch invalid checkoutExistingBranch checkoutNonExistingBranch noRepository noBranchname checkoutMerge checkoutForceCreateBranch checkoutForceCreateBranchFailed ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitcheckout',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitCheckoutTask::setBranchname()',\n [phpunit] 12 => ' -calling setter GitCheckoutTask::setQuiet()',\n [phpunit] 13 => ' -calling setter GitCheckoutTask::setCreate()',\n [phpunit] 14 => ' -calling setter GitCheckoutTask::setStartPoint()',\n [phpunit] 15 => 'git-checkout command: /usr/bin/git checkout -b \\'co-create-branch\\' \\'origin/master\\'',\n [phpunit] 16 => 'git-checkout: checkout \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 17 => 'git-checkout output: Branch co-create-branch konfiguriert zum Folgen von Remote-Branch master von origin.',\n [phpunit] 18 => ' +Task: gitcheckout',\n [phpunit] 19 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 20 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 21 => ' -calling setter GitCheckoutTask::setBranchname()',\n [phpunit] 22 => ' -calling setter GitCheckoutTask::setQuiet()',\n [phpunit] 23 => 'git-checkout command: /usr/bin/git checkout -q \\'master\\'',\n [phpunit] 24 => 'git-checkout: checkout \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 25 => 'git-checkout output: ',\n [phpunit] 26 => ' +Task: gitbranch',\n [phpunit] 27 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 28 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 29 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 30 => ' -calling setter GitBranchTask::setDelete()',\n [phpunit] 31 => 'git-branch command: /usr/bin/git branch -d \\'co-create-branch\\'',\n [phpunit] 32 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 33 => 'git-branch output: Branch co-create-branch entfernt (war 1b767b7).',\n [phpunit] )\n [phpunit] testForceCheckoutCreateBranch FAILED\n [phpunit] Expected to find 'git-branch output: Deleted branch co-create-branch' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'checkoutForceCreateBranch\\' is: checkoutForceCreateBranch ',\n [phpunit] 1 => 'Complete build sequence is: checkoutForceCreateBranch invalid checkoutExistingBranch checkoutNonExistingBranch noRepository noBranchname checkoutMerge checkoutCreateBranch checkoutForceCreateBranchFailed ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitcheckout',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitCheckoutTask::setBranchname()',\n [phpunit] 12 => ' -calling setter GitCheckoutTask::setQuiet()',\n [phpunit] 13 => ' -calling setter GitCheckoutTask::setCreate()',\n [phpunit] 14 => 'git-checkout command: /usr/bin/git checkout -q -b \\'co-create-branch\\'',\n [phpunit] 15 => 'git-checkout: checkout \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 16 => 'git-checkout output: ',\n [phpunit] 17 => ' +Task: gitcheckout',\n [phpunit] 18 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 19 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 20 => ' -calling setter GitCheckoutTask::setBranchname()',\n [phpunit] 21 => ' -calling setter GitCheckoutTask::setQuiet()',\n [phpunit] 22 => 'git-checkout command: /usr/bin/git checkout -q \\'master\\'',\n [phpunit] 23 => 'git-checkout: checkout \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 24 => 'git-checkout output: ',\n [phpunit] 25 => ' +Task: gitcheckout',\n [phpunit] 26 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 27 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 28 => ' -calling setter GitCheckoutTask::setBranchname()',\n [phpunit] 29 => ' -calling setter GitCheckoutTask::setQuiet()',\n [phpunit] 30 => ' -calling setter GitCheckoutTask::setForceCreate()',\n [phpunit] 31 => 'git-checkout command: /usr/bin/git checkout -q --force \\'co-create-branch\\'',\n [phpunit] 32 => 'git-checkout: checkout \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 33 => 'git-checkout output: ',\n [phpunit] 34 => ' +Task: gitcheckout',\n [phpunit] 35 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 36 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 37 => ' -calling setter GitCheckoutTask::setBranchname()',\n [phpunit] 38 => ' -calling setter GitCheckoutTask::setQuiet()',\n [phpunit] 39 => 'git-checkout command: /usr/bin/git checkout -q \\'master\\'',\n [phpunit] 40 => 'git-checkout: checkout \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 41 => 'git-checkout output: ',\n [phpunit] 42 => ' +Task: gitbranch',\n [phpunit] 43 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 44 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 45 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 46 => ' -calling setter GitBranchTask::setDelete()',\n [phpunit] 47 => 'git-branch command: /usr/bin/git branch -d \\'co-create-branch\\'',\n [phpunit] 48 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 49 => 'git-branch output: Branch co-create-branch entfernt (war 1b767b7).',\n [phpunit] )\n\n[\u2026]\n\n [phpunit] testNoRepositorySpecified FAILED\n [phpunit] Should throw BuildException because 'Repository is required' with message containing 'is not a working copy' (actual message '/home/adrian/Projekte/phing.git/test/etc/tasks/ext/svn/SvnExportTest.xml:20:48: Failed to run the 'svn export' command: Execution of command failed returning: 1\n [phpunit] svn: E155007: \u00bb/home/adrian/Projekte/phing.git/test/tmp/svn\u00ab ist keine Arbeitskopie' instead)\n\n[\u2026]\n\n [phpunit] testNoRepositorySpecified FAILED\n [phpunit] Should throw BuildException because 'Repository is required' with message containing 'Error parsing arguments' (actual message '/home/adrian/Projekte/phing.git/test/etc/tasks/ext/svn/SvnCheckoutTest.xml:20:50: Failed to run the 'svn checkout' command: Execution of command failed returning: 1\n [phpunit] svn: E205000: Versuchen Sie \u00bbsvn help checkout\u00ab f\u00fcr weitere Informationen\n [phpunit] svn: E205000: Fehler beim Einlesen der Parameter' instead)\n\n\n[\u2026]\n\nBUILD FAILED\n/home/mmetz/Projekte/phing.git/test/build.xml:73:76: Test FAILURE (testNoRepositorySpecified in class SvnCheckoutTaskTest): Should throw BuildException because 'Repository is required' with message containing 'Error parsing arguments' (actual message '/home/mmetz/Projekte/phing.git/test/etc/tasks/ext/svn/SvnCheckoutTest.xml:20:50: Failed to run the 'svn checkout' command: Execution of command failed returning: 1\nsvn: E205000: Versuchen Sie \u00bbsvn help checkout\u00ab f\u00fcr weitere Informationen\nsvn: E205000: Fehler beim Einlesen der Parameter' instead)\n}}}\n\nRegards Marcel Metz",
"reporter": "Marcel Metz <mmetz@adrian-broher.net>",
"cc": "",
"resolution": "",
"_ts": "1473881574376244",
"component": "phing-core",
"summary": "Unit test for various Git and SVN related tasks fails if locale is not 'en' or 'C'",
"priority": "tbd",
"keywords": "unit tests svn git locale",
"version": "devel",
"time": "2015-08-24T12:40:36",
"milestone": "2.16.0",
"owner": "mrook",
"type": "defect"
}
```
| 1.0 | Unit test for various Git and SVN related tasks fails if locale is not 'en' or 'C' (Trac #1213) - Migrated from http://localhost:3530/trac/ticket/1213
```json
{
"status": "new",
"changetime": "2016-09-14T19:32:54",
"description": "== Description ==\n\nWhen trying to run the unit tests provided by the current master some of the git and SVN related tests fail. This is caused by invoking those programs with native system locale (on the system in question: de_DE.UTF-8), which in turn causes the programs to return localized messages. To work around this problem one can invoke phing with the 'C' locale set. My suggestion to fix this properly would be to invoke the external programs either with the C locale to enforce english output and/or to use the parsable output of said programs (SVN provides a --xml flag and git provides --porcelain to create machine readable output).\n\n== Steps to reproduce ==\n\n=== Prequisites ===\n\nA linux machine with a non english default locale.\n\n=== Installed dependencies ===\n\nSVN Version 1.8.13 (r1667537)\ngit version 2.4.3\n\n=== Reproduce ===\n\nIn the checked out phing source code (master: 021283517):\n\n1. composer install\n2. cd tests\n3. ../bin/phing\n\n=== Workaround ===\n\nIn the checked out phing source code (master: 021283517):\n\n1. composer install\n2. cd tests\n3. LANG=C ../bin/phing\n\n== Expected result ==\n\nAll unit tests pass\n\n== Actual result ==\n\nLeaving out the passing tests here to reduce clutter.\n\n\n{{{\n[\u2026]\n\n [phpunit] testFetchAllRemotes FAILED\n [phpunit] Expected to find 'git-fetch output: Fetching origin' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'fetchAllRemotes\\' is: fetchAllRemotes ',\n [phpunit] 1 => 'Complete build sequence is: fetchAllRemotes invalid allParamsSet noRepository noTarget refspecSet ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitfetch',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitFetchTask::setAll()',\n [phpunit] 12 => 'git-fetch command: /usr/bin/git fetch --all',\n [phpunit] 13 => 'git-fetch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 14 => 'git-fetch output: Fordere an von origin',\n [phpunit] )\n [phpunit] testRefspecSet FAILED\n [phpunit] Expected to find 'Deleted branch refspec-branch' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'refspecSet\\' is: refspecSet ',\n [phpunit] 1 => 'Complete build sequence is: refspecSet invalid fetchAllRemotes allParamsSet noRepository noTarget ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitfetch',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitFetchTask::setSource()',\n [phpunit] 12 => ' -calling setter GitFetchTask::setRefspec()',\n [phpunit] 13 => ' -calling setter GitFetchTask::setQuiet()',\n [phpunit] 14 => 'git-fetch command: /usr/bin/git fetch -q \\'origin\\' \\'master:refspec-branch\\'',\n [phpunit] 15 => 'git-fetch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 16 => 'git-fetch output: ',\n [phpunit] 17 => ' +Task: gitbranch',\n [phpunit] 18 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 19 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 20 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 21 => ' -calling setter GitBranchTask::setDelete()',\n [phpunit] 22 => 'git-branch command: /usr/bin/git branch -d \\'refspec-branch\\'',\n [phpunit] 23 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 24 => 'git-branch output: Branch refspec-branch entfernt (war 1b767b7).',\n [phpunit] )\n\n[\u2026]\n\n [phpunit] testAllParamsSet FAILED\n [phpunit] Expected to find 'git-branch output: Branch all-params-set set up to track remote branch master from origin.' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'allParamsSet\\' is: allParamsSet ',\n [phpunit] 1 => 'Complete build sequence is: allParamsSet invalid noRepository noBranchname trackParamSet noTrackParamSet setUpstreamParamSet forceParamSet deleteBranch moveBranch forceMoveBranch moveBranchNoNewbranch forceMoveBranchNoNewbranch ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitbranch',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 12 => ' -calling setter GitBranchTask::setStartPoint()',\n [phpunit] 13 => ' -calling setter GitBranchTask::setTrack()',\n [phpunit] 14 => ' -calling setter GitBranchTask::setForce()',\n [phpunit] 15 => 'git-branch command: /usr/bin/git branch --force --track \\'all-params-set\\' \\'origin/master\\'',\n [phpunit] 16 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 17 => 'git-branch output: Branch all-params-set konfiguriert zum Folgen von Remote-Branch master von origin.',\n [phpunit] )\n [phpunit] testTrackParameter FAILED\n [phpunit] Expected to find 'git-branch output: Branch track-param-set set up to track local branch master.' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'trackParamSet\\' is: trackParamSet ',\n [phpunit] 1 => 'Complete build sequence is: trackParamSet invalid allParamsSet noRepository noBranchname noTrackParamSet setUpstreamParamSet forceParamSet deleteBranch moveBranch forceMoveBranch moveBranchNoNewbranch forceMoveBranchNoNewbranch ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitbranch',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 12 => ' -calling setter GitBranchTask::setTrack()',\n [phpunit] 13 => 'git-branch command: /usr/bin/git branch --track \\'track-param-set\\'',\n [phpunit] 14 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 15 => 'git-branch output: Branch track-param-set konfiguriert zum Folgen von lokalem Branch master.',\n [phpunit] )\n [phpunit] testSetUpstreamParameter FAILED\n [phpunit] Expected to find 'Branch set-upstream-param-set set up to track local branch master.' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'setUpstreamParamSet\\' is: setUpstreamParamSet ',\n [phpunit] 1 => 'Complete build sequence is: setUpstreamParamSet invalid allParamsSet noRepository noBranchname trackParamSet noTrackParamSet forceParamSet deleteBranch moveBranch forceMoveBranch moveBranchNoNewbranch forceMoveBranchNoNewbranch ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitbranch',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 12 => ' -calling setter GitBranchTask::setSetUpstream()',\n [phpunit] 13 => 'git-branch command: /usr/bin/git branch --set-upstream \\'set-upstream-param-set\\'',\n [phpunit] 14 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 15 => 'git-branch output: Branch set-upstream-param-set konfiguriert zum Folgen von lokalem Branch master.',\n [phpunit] )\n [phpunit] testDeleteBranch FAILED\n [phpunit] Expected to find 'Branch delete-branch-1 set up to track local branch master.' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'deleteBranch\\' is: deleteBranch ',\n [phpunit] 1 => 'Complete build sequence is: deleteBranch invalid allParamsSet noRepository noBranchname trackParamSet noTrackParamSet setUpstreamParamSet forceParamSet moveBranch forceMoveBranch moveBranchNoNewbranch forceMoveBranchNoNewbranch ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitbranch',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 12 => ' -calling setter GitBranchTask::setTrack()',\n [phpunit] 13 => 'git-branch command: /usr/bin/git branch --track \\'delete-branch-1\\'',\n [phpunit] 14 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 15 => 'git-branch output: Branch delete-branch-1 konfiguriert zum Folgen von lokalem Branch master.',\n [phpunit] 16 => ' +Task: gitbranch',\n [phpunit] 17 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 18 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 19 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 20 => ' -calling setter GitBranchTask::setTrack()',\n [phpunit] 21 => 'git-branch command: /usr/bin/git branch --track \\'delete-branch-2\\'',\n [phpunit] 22 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 23 => 'git-branch output: Branch delete-branch-2 konfiguriert zum Folgen von lokalem Branch master.',\n [phpunit] 24 => ' +Task: gitbranch',\n [phpunit] 25 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 26 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 27 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 28 => ' -calling setter GitBranchTask::setDelete()',\n [phpunit] 29 => 'git-branch command: /usr/bin/git branch -d \\'delete-branch-1\\'',\n [phpunit] 30 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 31 => 'git-branch output: Branch delete-branch-1 entfernt (war 1b767b7).',\n [phpunit] 32 => ' +Task: gitbranch',\n [phpunit] 33 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 34 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 35 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 36 => ' -calling setter GitBranchTask::setForceDelete()',\n [phpunit] 37 => 'git-branch command: /usr/bin/git branch -D \\'delete-branch-2\\'',\n [phpunit] 38 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 39 => 'git-branch output: Branch delete-branch-2 entfernt (war 1b767b7).',\n [phpunit] )\n [phpunit] testMoveBranch FAILED\n [phpunit] Expected to find 'Deleted branch move-branch-2' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'moveBranch\\' is: moveBranch ',\n [phpunit] 1 => 'Complete build sequence is: moveBranch invalid allParamsSet noRepository noBranchname trackParamSet noTrackParamSet setUpstreamParamSet forceParamSet deleteBranch forceMoveBranch moveBranchNoNewbranch forceMoveBranchNoNewbranch ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitbranch',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 12 => ' -calling setter GitBranchTask::setTrack()',\n [phpunit] 13 => 'git-branch command: /usr/bin/git branch --track \\'move-branch-1\\'',\n [phpunit] 14 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 15 => 'git-branch output: Branch move-branch-1 konfiguriert zum Folgen von lokalem Branch master.',\n [phpunit] 16 => ' +Task: gitbranch',\n [phpunit] 17 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 18 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 19 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 20 => ' -calling setter GitBranchTask::setNewBranch()',\n [phpunit] 21 => ' -calling setter GitBranchTask::setMove()',\n [phpunit] 22 => 'git-branch command: /usr/bin/git branch -m \\'move-branch-1\\' \\'move-branch-2\\'',\n [phpunit] 23 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 24 => 'git-branch output: ',\n [phpunit] 25 => ' +Task: gitbranch',\n [phpunit] 26 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 27 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 28 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 29 => ' -calling setter GitBranchTask::setDelete()',\n [phpunit] 30 => 'git-branch command: /usr/bin/git branch -d \\'move-branch-2\\'',\n [phpunit] 31 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 32 => 'git-branch output: Branch move-branch-2 entfernt (war 1b767b7).',\n [phpunit] )\n [phpunit] testForceMoveBranch FAILED\n [phpunit] Expected to find 'Deleted branch move-branch-2' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'forceMoveBranch\\' is: forceMoveBranch ',\n [phpunit] 1 => 'Complete build sequence is: forceMoveBranch invalid allParamsSet noRepository noBranchname trackParamSet noTrackParamSet setUpstreamParamSet forceParamSet deleteBranch moveBranch moveBranchNoNewbranch forceMoveBranchNoNewbranch ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitbranch',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 12 => ' -calling setter GitBranchTask::setTrack()',\n [phpunit] 13 => 'git-branch command: /usr/bin/git branch --track \\'move-branch-1\\'',\n [phpunit] 14 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 15 => 'git-branch output: Branch move-branch-1 konfiguriert zum Folgen von lokalem Branch master.',\n [phpunit] 16 => ' +Task: gitbranch',\n [phpunit] 17 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 18 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 19 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 20 => ' -calling setter GitBranchTask::setNewBranch()',\n [phpunit] 21 => ' -calling setter GitBranchTask::setForceMove()',\n [phpunit] 22 => 'git-branch command: /usr/bin/git branch -M \\'move-branch-1\\' \\'move-branch-2\\'',\n [phpunit] 23 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 24 => 'git-branch output: ',\n [phpunit] 25 => ' +Task: gitbranch',\n [phpunit] 26 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 27 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 28 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 29 => ' -calling setter GitBranchTask::setDelete()',\n [phpunit] 30 => 'git-branch command: /usr/bin/git branch -d \\'move-branch-2\\'',\n [phpunit] 31 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 32 => 'git-branch output: Branch move-branch-2 entfernt (war 1b767b7).',\n [phpunit] )\n\n[\u2026]\n\n [phpunit] testGitTagCreateDuplicate FAILED\n [phpunit] Should throw BuildException because 'Tag already exists' with message containing 'fatal: tag 'ver1.0' already exists' (actual message '/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/GitTagTaskTest.xml:31:64: Task execution failed. Some errors in executing git command\n [phpunit] Output:\n [phpunit] Error:\n [phpunit] fatal: Tag 'ver1.0' existiert bereits\n [phpunit] ' instead)\n [phpunit] testTagDelete FAILED\n [phpunit] Expected to find 'git-tag output: Deleted tag 'ver2.0'' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'gitTagDelete\\' is: gitTagDelete ',\n [phpunit] 1 => 'Complete build sequence is: gitTagDelete invalid gitTagCreate gitTagCreateDuplicate gitTagForceCreateDuplicate gitTagReplaceCreateDuplicate gitTagCreateAnnotatedNoMessage gitTagCreateAnnotated gitTagCreateAnnotatedImplicit gitTagListByPattern gitTagOutpuPropertySet gitTagWithCommitSet gitTagWithObjectSet gitTagFileSet gitTagCreateSignedDefaultKey noRepository ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gittag',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitTagTask::setName()',\n [phpunit] 12 => 'git-tag command: /usr/bin/git tag \\'ver1.0\\'',\n [phpunit] 13 => 'git-tag: tags for \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 14 => 'git-tag output: ',\n [phpunit] 15 => ' +Task: gittag',\n [phpunit] 16 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 17 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 18 => ' -calling setter GitTagTask::setName()',\n [phpunit] 19 => 'git-tag command: /usr/bin/git tag \\'ver2.0\\'',\n [phpunit] 20 => 'git-tag: tags for \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 21 => 'git-tag output: ',\n [phpunit] 22 => ' +Task: gittag',\n [phpunit] 23 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 24 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 25 => ' -calling setter GitTagTask::setName()',\n [phpunit] 26 => ' -calling setter GitTagTask::setDelete()',\n [phpunit] 27 => 'git-tag command: /usr/bin/git tag -d \\'ver2.0\\'',\n [phpunit] 28 => 'git-tag: tags for \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 29 => 'git-tag output: Tag \\'ver2.0\\' gel\u00f6scht (war 1b767b7)',\n [phpunit] 30 => ' +Task: gittag',\n [phpunit] 31 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 32 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 33 => ' -calling setter GitTagTask::setList()',\n [phpunit] 34 => 'git-tag command: /usr/bin/git tag -l',\n [phpunit] 35 => 'git-tag: tags for \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 36 => 'git-tag output: ver1.0',\n [phpunit] )\n [phpunit] testTagCreateSignedDefaultKey SKIPPED\n [phpunit] Testsuite: GitPullTaskTest\n [phpunit] Tests run: 9, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 1.36314 s\n [phpunit] Testsuite: GitGcTaskTest\n [phpunit] Tests run: 6, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 1.68645 s\n [phpunit] Testsuite: GitMergeTaskTest\n [phpunit] Tests run: 7, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 1.30867 s\n [phpunit] Testsuite: GitPushTaskTest\n [phpunit] Tests run: 8, Failures: 0, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 2.16387 s\n [phpunit] Testsuite: GitCheckoutTaskTest\n [phpunit] Tests run: 8, Failures: 4, Errors: 0, Incomplete: 0, Skipped: 0, Time elapsed: 1.78081 s\n [phpunit] testCheckoutExistingBranch FAILED\n [phpunit] Expected to find 'git-branch output: Branch co-branch set up to track remote branch master from origin.' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'checkoutExistingBranch\\' is: checkoutExistingBranch ',\n [phpunit] 1 => 'Complete build sequence is: checkoutExistingBranch invalid checkoutNonExistingBranch noRepository noBranchname checkoutMerge checkoutCreateBranch checkoutForceCreateBranch checkoutForceCreateBranchFailed ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitbranch',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 12 => ' -calling setter GitBranchTask::setStartPoint()',\n [phpunit] 13 => 'git-branch command: /usr/bin/git branch \\'co-branch\\' \\'origin/master\\'',\n [phpunit] 14 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 15 => 'git-branch output: Branch co-branch konfiguriert zum Folgen von Remote-Branch master von origin.',\n [phpunit] 16 => ' +Task: gitcheckout',\n [phpunit] 17 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 18 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 19 => ' -calling setter GitCheckoutTask::setBranchname()',\n [phpunit] 20 => ' -calling setter GitCheckoutTask::setQuiet()',\n [phpunit] 21 => 'git-checkout command: /usr/bin/git checkout -q \\'co-branch\\'',\n [phpunit] 22 => 'git-checkout: checkout \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 23 => 'git-checkout output: ',\n [phpunit] )\n [phpunit] testCheckoutMerge FAILED\n [phpunit] Expected to find 'git-branch output: Branch co-branch set up to track remote branch master from origin.' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'checkoutMerge\\' is: checkoutMerge ',\n [phpunit] 1 => 'Complete build sequence is: checkoutMerge invalid checkoutExistingBranch checkoutNonExistingBranch noRepository noBranchname checkoutCreateBranch checkoutForceCreateBranch checkoutForceCreateBranchFailed ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitbranch',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 12 => ' -calling setter GitBranchTask::setStartPoint()',\n [phpunit] 13 => 'git-branch command: /usr/bin/git branch \\'co-branch\\' \\'origin/master\\'',\n [phpunit] 14 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 15 => 'git-branch output: Branch co-branch konfiguriert zum Folgen von Remote-Branch master von origin.',\n [phpunit] 16 => ' +Task: gitcheckout',\n [phpunit] 17 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 18 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 19 => ' -calling setter GitCheckoutTask::setBranchname()',\n [phpunit] 20 => ' -calling setter GitCheckoutTask::setQuiet()',\n [phpunit] 21 => ' -calling setter GitCheckoutTask::setMerge()',\n [phpunit] 22 => 'git-checkout command: /usr/bin/git checkout -q -m \\'co-branch\\'',\n [phpunit] 23 => 'git-checkout: checkout \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 24 => 'git-checkout output: ',\n [phpunit] 25 => ' +Task: gitbranch',\n [phpunit] 26 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 27 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 28 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 29 => ' -calling setter GitBranchTask::setDelete()',\n [phpunit] 30 => 'git-branch command: /usr/bin/git branch -d \\'master\\'',\n [phpunit] 31 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 32 => 'git-branch output: Branch master entfernt (war 1b767b7).',\n [phpunit] )\n [phpunit] testCheckoutCreateBranch FAILED\n [phpunit] Expected to find 'git-checkout output: Branch co-create-branch set up to track remote branch master from origin.' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'checkoutCreateBranch\\' is: checkoutCreateBranch ',\n [phpunit] 1 => 'Complete build sequence is: checkoutCreateBranch invalid checkoutExistingBranch checkoutNonExistingBranch noRepository noBranchname checkoutMerge checkoutForceCreateBranch checkoutForceCreateBranchFailed ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitcheckout',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitCheckoutTask::setBranchname()',\n [phpunit] 12 => ' -calling setter GitCheckoutTask::setQuiet()',\n [phpunit] 13 => ' -calling setter GitCheckoutTask::setCreate()',\n [phpunit] 14 => ' -calling setter GitCheckoutTask::setStartPoint()',\n [phpunit] 15 => 'git-checkout command: /usr/bin/git checkout -b \\'co-create-branch\\' \\'origin/master\\'',\n [phpunit] 16 => 'git-checkout: checkout \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 17 => 'git-checkout output: Branch co-create-branch konfiguriert zum Folgen von Remote-Branch master von origin.',\n [phpunit] 18 => ' +Task: gitcheckout',\n [phpunit] 19 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 20 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 21 => ' -calling setter GitCheckoutTask::setBranchname()',\n [phpunit] 22 => ' -calling setter GitCheckoutTask::setQuiet()',\n [phpunit] 23 => 'git-checkout command: /usr/bin/git checkout -q \\'master\\'',\n [phpunit] 24 => 'git-checkout: checkout \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 25 => 'git-checkout output: ',\n [phpunit] 26 => ' +Task: gitbranch',\n [phpunit] 27 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 28 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 29 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 30 => ' -calling setter GitBranchTask::setDelete()',\n [phpunit] 31 => 'git-branch command: /usr/bin/git branch -d \\'co-create-branch\\'',\n [phpunit] 32 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 33 => 'git-branch output: Branch co-create-branch entfernt (war 1b767b7).',\n [phpunit] )\n [phpunit] testForceCheckoutCreateBranch FAILED\n [phpunit] Expected to find 'git-branch output: Deleted branch co-create-branch' in logs: array (\n [phpunit] 0 => 'Build sequence for target \\'checkoutForceCreateBranch\\' is: checkoutForceCreateBranch ',\n [phpunit] 1 => 'Complete build sequence is: checkoutForceCreateBranch invalid checkoutExistingBranch checkoutNonExistingBranch noRepository noBranchname checkoutMerge checkoutCreateBranch checkoutForceCreateBranchFailed ',\n [phpunit] 2 => ' +Task: gitclone',\n [phpunit] 3 => 'Property ${repo.dir.resolved} => /home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git',\n [phpunit] 4 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 5 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 6 => ' -calling setter GitCloneTask::setTargetPath()',\n [phpunit] 7 => 'git-clone: cloning \"/home/adrian/Projekte/phing.git/test/etc/tasks/ext/git/phing-tests.git\" repository to \"/home/adrian/Projekte/phing.git/test/tmp/git\" directory',\n [phpunit] 8 => ' +Task: gitcheckout',\n [phpunit] 9 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 10 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 11 => ' -calling setter GitCheckoutTask::setBranchname()',\n [phpunit] 12 => ' -calling setter GitCheckoutTask::setQuiet()',\n [phpunit] 13 => ' -calling setter GitCheckoutTask::setCreate()',\n [phpunit] 14 => 'git-checkout command: /usr/bin/git checkout -q -b \\'co-create-branch\\'',\n [phpunit] 15 => 'git-checkout: checkout \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 16 => 'git-checkout output: ',\n [phpunit] 17 => ' +Task: gitcheckout',\n [phpunit] 18 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 19 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 20 => ' -calling setter GitCheckoutTask::setBranchname()',\n [phpunit] 21 => ' -calling setter GitCheckoutTask::setQuiet()',\n [phpunit] 22 => 'git-checkout command: /usr/bin/git checkout -q \\'master\\'',\n [phpunit] 23 => 'git-checkout: checkout \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 24 => 'git-checkout output: ',\n [phpunit] 25 => ' +Task: gitcheckout',\n [phpunit] 26 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 27 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 28 => ' -calling setter GitCheckoutTask::setBranchname()',\n [phpunit] 29 => ' -calling setter GitCheckoutTask::setQuiet()',\n [phpunit] 30 => ' -calling setter GitCheckoutTask::setForceCreate()',\n [phpunit] 31 => 'git-checkout command: /usr/bin/git checkout -q --force \\'co-create-branch\\'',\n [phpunit] 32 => 'git-checkout: checkout \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 33 => 'git-checkout output: ',\n [phpunit] 34 => ' +Task: gitcheckout',\n [phpunit] 35 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 36 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 37 => ' -calling setter GitCheckoutTask::setBranchname()',\n [phpunit] 38 => ' -calling setter GitCheckoutTask::setQuiet()',\n [phpunit] 39 => 'git-checkout command: /usr/bin/git checkout -q \\'master\\'',\n [phpunit] 40 => 'git-checkout: checkout \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 41 => 'git-checkout output: ',\n [phpunit] 42 => ' +Task: gitbranch',\n [phpunit] 43 => 'Property ${tmp.dir.resolved} => /home/adrian/Projekte/phing.git/test/tmp/git',\n [phpunit] 44 => ' -calling setter GitBaseTask::setRepository()',\n [phpunit] 45 => ' -calling setter GitBranchTask::setBranchname()',\n [phpunit] 46 => ' -calling setter GitBranchTask::setDelete()',\n [phpunit] 47 => 'git-branch command: /usr/bin/git branch -d \\'co-create-branch\\'',\n [phpunit] 48 => 'git-branch: branch \"/home/adrian/Projekte/phing.git/test/tmp/git\" repository',\n [phpunit] 49 => 'git-branch output: Branch co-create-branch entfernt (war 1b767b7).',\n [phpunit] )\n\n[\u2026]\n\n [phpunit] testNoRepositorySpecified FAILED\n [phpunit] Should throw BuildException because 'Repository is required' with message containing 'is not a working copy' (actual message '/home/adrian/Projekte/phing.git/test/etc/tasks/ext/svn/SvnExportTest.xml:20:48: Failed to run the 'svn export' command: Execution of command failed returning: 1\n [phpunit] svn: E155007: \u00bb/home/adrian/Projekte/phing.git/test/tmp/svn\u00ab ist keine Arbeitskopie' instead)\n\n[\u2026]\n\n [phpunit] testNoRepositorySpecified FAILED\n [phpunit] Should throw BuildException because 'Repository is required' with message containing 'Error parsing arguments' (actual message '/home/adrian/Projekte/phing.git/test/etc/tasks/ext/svn/SvnCheckoutTest.xml:20:50: Failed to run the 'svn checkout' command: Execution of command failed returning: 1\n [phpunit] svn: E205000: Versuchen Sie \u00bbsvn help checkout\u00ab f\u00fcr weitere Informationen\n [phpunit] svn: E205000: Fehler beim Einlesen der Parameter' instead)\n\n\n[\u2026]\n\nBUILD FAILED\n/home/mmetz/Projekte/phing.git/test/build.xml:73:76: Test FAILURE (testNoRepositorySpecified in class SvnCheckoutTaskTest): Should throw BuildException because 'Repository is required' with message containing 'Error parsing arguments' (actual message '/home/mmetz/Projekte/phing.git/test/etc/tasks/ext/svn/SvnCheckoutTest.xml:20:50: Failed to run the 'svn checkout' command: Execution of command failed returning: 1\nsvn: E205000: Versuchen Sie \u00bbsvn help checkout\u00ab f\u00fcr weitere Informationen\nsvn: E205000: Fehler beim Einlesen der Parameter' instead)\n}}}\n\nRegards Marcel Metz",
"reporter": "Marcel Metz <mmetz@adrian-broher.net>",
"cc": "",
"resolution": "",
"_ts": "1473881574376244",
"component": "phing-core",
"summary": "Unit test for various Git and SVN related tasks fails if locale is not 'en' or 'C'",
"priority": "tbd",
"keywords": "unit tests svn git locale",
"version": "devel",
"time": "2015-08-24T12:40:36",
"milestone": "2.16.0",
"owner": "mrook",
"type": "defect"
}
```
| defect | unit test for various git and svn related tasks fails if locale is not en or c trac migrated from json status new changetime description description n nwhen trying to run the unit tests provided by the current master some of the git and svn related tests fail this is caused by invoking those programs with native system locale on the system in question de de utf which in turn causes the programs to return localized messages to work around this problem one can invoke phing with the c locale set my suggestion to fix this properly would be to invoke the external programs either with the c locale to enforce english output and or to use the parsable output of said programs svn provides a xml flag and git provides porcelain to create machine readable output n n steps to reproduce n n prequisites n na linux machine with a non english default locale n n installed dependencies n nsvn version ngit version n n reproduce n nin the checked out phing source code master n composer install cd tests bin phing n n workaround n nin the checked out phing source code master n composer install cd tests lang c bin phing n n expected result n nall unit tests pass n n actual result n nleaving out the passing tests here to reduce clutter n n n n n n testfetchallremotes failed n expected to find git fetch output fetching origin in logs array n build sequence for target fetchallremotes is fetchallremotes n complete build sequence is fetchallremotes invalid allparamsset norepository notarget refspecset n task gitclone n property repo dir resolved home adrian projekte phing git test etc tasks ext git phing tests git n calling setter gitbasetask setrepository n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitclonetask settargetpath n git clone cloning home adrian projekte phing git test etc tasks ext git phing tests git repository to home adrian projekte phing git test tmp git directory n task gitfetch n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitfetchtask setall n git fetch command usr bin git fetch all n git fetch branch home adrian projekte phing git test tmp git repository n git fetch output fordere an von origin n n testrefspecset failed n expected to find deleted branch refspec branch in logs array n build sequence for target refspecset is refspecset n complete build sequence is refspecset invalid fetchallremotes allparamsset norepository notarget n task gitclone n property repo dir resolved home adrian projekte phing git test etc tasks ext git phing tests git n calling setter gitbasetask setrepository n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitclonetask settargetpath n git clone cloning home adrian projekte phing git test etc tasks ext git phing tests git repository to home adrian projekte phing git test tmp git directory n task gitfetch n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitfetchtask setsource n calling setter gitfetchtask setrefspec n calling setter gitfetchtask setquiet n git fetch command usr bin git fetch q origin master refspec branch n git fetch branch home adrian projekte phing git test tmp git repository n git fetch output n task gitbranch n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitbranchtask setbranchname n calling setter gitbranchtask setdelete n git branch command usr bin git branch d refspec branch n git branch branch home adrian projekte phing git test tmp git repository n git branch output branch refspec branch entfernt war n n n n n testallparamsset failed n expected to find git branch output branch all params set set up to track remote branch master from origin in logs array n build sequence for target allparamsset is allparamsset n complete build sequence is allparamsset invalid norepository nobranchname trackparamset notrackparamset setupstreamparamset forceparamset deletebranch movebranch forcemovebranch movebranchnonewbranch forcemovebranchnonewbranch n task gitclone n property repo dir resolved home adrian projekte phing git test etc tasks ext git phing tests git n calling setter gitbasetask setrepository n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitclonetask settargetpath n git clone cloning home adrian projekte phing git test etc tasks ext git phing tests git repository to home adrian projekte phing git test tmp git directory n task gitbranch n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitbranchtask setbranchname n calling setter gitbranchtask setstartpoint n calling setter gitbranchtask settrack n calling setter gitbranchtask setforce n git branch command usr bin git branch force track all params set origin master n git branch branch home adrian projekte phing git test tmp git repository n git branch output branch all params set konfiguriert zum folgen von remote branch master von origin n n testtrackparameter failed n expected to find git branch output branch track param set set up to track local branch master in logs array n build sequence for target trackparamset is trackparamset n complete build sequence is trackparamset invalid allparamsset norepository nobranchname notrackparamset setupstreamparamset forceparamset deletebranch movebranch forcemovebranch movebranchnonewbranch forcemovebranchnonewbranch n task gitclone n property repo dir resolved home adrian projekte phing git test etc tasks ext git phing tests git n calling setter gitbasetask setrepository n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitclonetask settargetpath n git clone cloning home adrian projekte phing git test etc tasks ext git phing tests git repository to home adrian projekte phing git test tmp git directory n task gitbranch n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitbranchtask setbranchname n calling setter gitbranchtask settrack n git branch command usr bin git branch track track param set n git branch branch home adrian projekte phing git test tmp git repository n git branch output branch track param set konfiguriert zum folgen von lokalem branch master n n testsetupstreamparameter failed n expected to find branch set upstream param set set up to track local branch master in logs array n build sequence for target setupstreamparamset is setupstreamparamset n complete build sequence is setupstreamparamset invalid allparamsset norepository nobranchname trackparamset notrackparamset forceparamset deletebranch movebranch forcemovebranch movebranchnonewbranch forcemovebranchnonewbranch n task gitclone n property repo dir resolved home adrian projekte phing git test etc tasks ext git phing tests git n calling setter gitbasetask setrepository n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitclonetask settargetpath n git clone cloning home adrian projekte phing git test etc tasks ext git phing tests git repository to home adrian projekte phing git test tmp git directory n task gitbranch n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitbranchtask setbranchname n calling setter gitbranchtask setsetupstream n git branch command usr bin git branch set upstream set upstream param set n git branch branch home adrian projekte phing git test tmp git repository n git branch output branch set upstream param set konfiguriert zum folgen von lokalem branch master n n testdeletebranch failed n expected to find branch delete branch set up to track local branch master in logs array n build sequence for target deletebranch is deletebranch n complete build sequence is deletebranch invalid allparamsset norepository nobranchname trackparamset notrackparamset setupstreamparamset forceparamset movebranch forcemovebranch movebranchnonewbranch forcemovebranchnonewbranch n task gitclone n property repo dir resolved home adrian projekte phing git test etc tasks ext git phing tests git n calling setter gitbasetask setrepository n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitclonetask settargetpath n git clone cloning home adrian projekte phing git test etc tasks ext git phing tests git repository to home adrian projekte phing git test tmp git directory n task gitbranch n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitbranchtask setbranchname n calling setter gitbranchtask settrack n git branch command usr bin git branch track delete branch n git branch branch home adrian projekte phing git test tmp git repository n git branch output branch delete branch konfiguriert zum folgen von lokalem branch master n task gitbranch n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitbranchtask setbranchname n calling setter gitbranchtask settrack n git branch command usr bin git branch track delete branch n git branch branch home adrian projekte phing git test tmp git repository n git branch output branch delete branch konfiguriert zum folgen von lokalem branch master n task gitbranch n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitbranchtask setbranchname n calling setter gitbranchtask setdelete n git branch command usr bin git branch d delete branch n git branch branch home adrian projekte phing git test tmp git repository n git branch output branch delete branch entfernt war n task gitbranch n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitbranchtask setbranchname n calling setter gitbranchtask setforcedelete n git branch command usr bin git branch d delete branch n git branch branch home adrian projekte phing git test tmp git repository n git branch output branch delete branch entfernt war n n testmovebranch failed n expected to find deleted branch move branch in logs array n build sequence for target movebranch is movebranch n complete build sequence is movebranch invalid allparamsset norepository nobranchname trackparamset notrackparamset setupstreamparamset forceparamset deletebranch forcemovebranch movebranchnonewbranch forcemovebranchnonewbranch n task gitclone n property repo dir resolved home adrian projekte phing git test etc tasks ext git phing tests git n calling setter gitbasetask setrepository n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitclonetask settargetpath n git clone cloning home adrian projekte phing git test etc tasks ext git phing tests git repository to home adrian projekte phing git test tmp git directory n task gitbranch n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitbranchtask setbranchname n calling setter gitbranchtask settrack n git branch command usr bin git branch track move branch n git branch branch home adrian projekte phing git test tmp git repository n git branch output branch move branch konfiguriert zum folgen von lokalem branch master n task gitbranch n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitbranchtask setbranchname n calling setter gitbranchtask setnewbranch n calling setter gitbranchtask setmove n git branch command usr bin git branch m move branch move branch n git branch branch home adrian projekte phing git test tmp git repository n git branch output n task gitbranch n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitbranchtask setbranchname n calling setter gitbranchtask setdelete n git branch command usr bin git branch d move branch n git branch branch home adrian projekte phing git test tmp git repository n git branch output branch move branch entfernt war n n testforcemovebranch failed n expected to find deleted branch move branch in logs array n build sequence for target forcemovebranch is forcemovebranch n complete build sequence is forcemovebranch invalid allparamsset norepository nobranchname trackparamset notrackparamset setupstreamparamset forceparamset deletebranch movebranch movebranchnonewbranch forcemovebranchnonewbranch n task gitclone n property repo dir resolved home adrian projekte phing git test etc tasks ext git phing tests git n calling setter gitbasetask setrepository n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitclonetask settargetpath n git clone cloning home adrian projekte phing git test etc tasks ext git phing tests git repository to home adrian projekte phing git test tmp git directory n task gitbranch n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitbranchtask setbranchname n calling setter gitbranchtask settrack n git branch command usr bin git branch track move branch n git branch branch home adrian projekte phing git test tmp git repository n git branch output branch move branch konfiguriert zum folgen von lokalem branch master n task gitbranch n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitbranchtask setbranchname n calling setter gitbranchtask setnewbranch n calling setter gitbranchtask setforcemove n git branch command usr bin git branch m move branch move branch n git branch branch home adrian projekte phing git test tmp git repository n git branch output n task gitbranch n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitbranchtask setbranchname n calling setter gitbranchtask setdelete n git branch command usr bin git branch d move branch n git branch branch home adrian projekte phing git test tmp git repository n git branch output branch move branch entfernt war n n n n n testgittagcreateduplicate failed n should throw buildexception because tag already exists with message containing fatal tag already exists actual message home adrian projekte phing git test etc tasks ext git gittagtasktest xml task execution failed some errors in executing git command n output n error n fatal tag existiert bereits n instead n testtagdelete failed n expected to find git tag output deleted tag in logs array n build sequence for target gittagdelete is gittagdelete n complete build sequence is gittagdelete invalid gittagcreate gittagcreateduplicate gittagforcecreateduplicate gittagreplacecreateduplicate gittagcreateannotatednomessage gittagcreateannotated gittagcreateannotatedimplicit gittaglistbypattern gittagoutpupropertyset gittagwithcommitset gittagwithobjectset gittagfileset gittagcreatesigneddefaultkey norepository n task gitclone n property repo dir resolved home adrian projekte phing git test etc tasks ext git phing tests git n calling setter gitbasetask setrepository n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitclonetask settargetpath n git clone cloning home adrian projekte phing git test etc tasks ext git phing tests git repository to home adrian projekte phing git test tmp git directory n task gittag n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gittagtask setname n git tag command usr bin git tag n git tag tags for home adrian projekte phing git test tmp git repository n git tag output n task gittag n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gittagtask setname n git tag command usr bin git tag n git tag tags for home adrian projekte phing git test tmp git repository n git tag output n task gittag n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gittagtask setname n calling setter gittagtask setdelete n git tag command usr bin git tag d n git tag tags for home adrian projekte phing git test tmp git repository n git tag output tag gel war n task gittag n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gittagtask setlist n git tag command usr bin git tag l n git tag tags for home adrian projekte phing git test tmp git repository n git tag output n n testtagcreatesigneddefaultkey skipped n testsuite gitpulltasktest n tests run failures errors incomplete skipped time elapsed s n testsuite gitgctasktest n tests run failures errors incomplete skipped time elapsed s n testsuite gitmergetasktest n tests run failures errors incomplete skipped time elapsed s n testsuite gitpushtasktest n tests run failures errors incomplete skipped time elapsed s n testsuite gitcheckouttasktest n tests run failures errors incomplete skipped time elapsed s n testcheckoutexistingbranch failed n expected to find git branch output branch co branch set up to track remote branch master from origin in logs array n build sequence for target checkoutexistingbranch is checkoutexistingbranch n complete build sequence is checkoutexistingbranch invalid checkoutnonexistingbranch norepository nobranchname checkoutmerge checkoutcreatebranch checkoutforcecreatebranch checkoutforcecreatebranchfailed n task gitclone n property repo dir resolved home adrian projekte phing git test etc tasks ext git phing tests git n calling setter gitbasetask setrepository n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitclonetask settargetpath n git clone cloning home adrian projekte phing git test etc tasks ext git phing tests git repository to home adrian projekte phing git test tmp git directory n task gitbranch n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitbranchtask setbranchname n calling setter gitbranchtask setstartpoint n git branch command usr bin git branch co branch origin master n git branch branch home adrian projekte phing git test tmp git repository n git branch output branch co branch konfiguriert zum folgen von remote branch master von origin n task gitcheckout n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitcheckouttask setbranchname n calling setter gitcheckouttask setquiet n git checkout command usr bin git checkout q co branch n git checkout checkout home adrian projekte phing git test tmp git repository n git checkout output n n testcheckoutmerge failed n expected to find git branch output branch co branch set up to track remote branch master from origin in logs array n build sequence for target checkoutmerge is checkoutmerge n complete build sequence is checkoutmerge invalid checkoutexistingbranch checkoutnonexistingbranch norepository nobranchname checkoutcreatebranch checkoutforcecreatebranch checkoutforcecreatebranchfailed n task gitclone n property repo dir resolved home adrian projekte phing git test etc tasks ext git phing tests git n calling setter gitbasetask setrepository n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitclonetask settargetpath n git clone cloning home adrian projekte phing git test etc tasks ext git phing tests git repository to home adrian projekte phing git test tmp git directory n task gitbranch n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitbranchtask setbranchname n calling setter gitbranchtask setstartpoint n git branch command usr bin git branch co branch origin master n git branch branch home adrian projekte phing git test tmp git repository n git branch output branch co branch konfiguriert zum folgen von remote branch master von origin n task gitcheckout n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitcheckouttask setbranchname n calling setter gitcheckouttask setquiet n calling setter gitcheckouttask setmerge n git checkout command usr bin git checkout q m co branch n git checkout checkout home adrian projekte phing git test tmp git repository n git checkout output n task gitbranch n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitbranchtask setbranchname n calling setter gitbranchtask setdelete n git branch command usr bin git branch d master n git branch branch home adrian projekte phing git test tmp git repository n git branch output branch master entfernt war n n testcheckoutcreatebranch failed n expected to find git checkout output branch co create branch set up to track remote branch master from origin in logs array n build sequence for target checkoutcreatebranch is checkoutcreatebranch n complete build sequence is checkoutcreatebranch invalid checkoutexistingbranch checkoutnonexistingbranch norepository nobranchname checkoutmerge checkoutforcecreatebranch checkoutforcecreatebranchfailed n task gitclone n property repo dir resolved home adrian projekte phing git test etc tasks ext git phing tests git n calling setter gitbasetask setrepository n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitclonetask settargetpath n git clone cloning home adrian projekte phing git test etc tasks ext git phing tests git repository to home adrian projekte phing git test tmp git directory n task gitcheckout n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitcheckouttask setbranchname n calling setter gitcheckouttask setquiet n calling setter gitcheckouttask setcreate n calling setter gitcheckouttask setstartpoint n git checkout command usr bin git checkout b co create branch origin master n git checkout checkout home adrian projekte phing git test tmp git repository n git checkout output branch co create branch konfiguriert zum folgen von remote branch master von origin n task gitcheckout n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitcheckouttask setbranchname n calling setter gitcheckouttask setquiet n git checkout command usr bin git checkout q master n git checkout checkout home adrian projekte phing git test tmp git repository n git checkout output n task gitbranch n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitbranchtask setbranchname n calling setter gitbranchtask setdelete n git branch command usr bin git branch d co create branch n git branch branch home adrian projekte phing git test tmp git repository n git branch output branch co create branch entfernt war n n testforcecheckoutcreatebranch failed n expected to find git branch output deleted branch co create branch in logs array n build sequence for target checkoutforcecreatebranch is checkoutforcecreatebranch n complete build sequence is checkoutforcecreatebranch invalid checkoutexistingbranch checkoutnonexistingbranch norepository nobranchname checkoutmerge checkoutcreatebranch checkoutforcecreatebranchfailed n task gitclone n property repo dir resolved home adrian projekte phing git test etc tasks ext git phing tests git n calling setter gitbasetask setrepository n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitclonetask settargetpath n git clone cloning home adrian projekte phing git test etc tasks ext git phing tests git repository to home adrian projekte phing git test tmp git directory n task gitcheckout n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitcheckouttask setbranchname n calling setter gitcheckouttask setquiet n calling setter gitcheckouttask setcreate n git checkout command usr bin git checkout q b co create branch n git checkout checkout home adrian projekte phing git test tmp git repository n git checkout output n task gitcheckout n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitcheckouttask setbranchname n calling setter gitcheckouttask setquiet n git checkout command usr bin git checkout q master n git checkout checkout home adrian projekte phing git test tmp git repository n git checkout output n task gitcheckout n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitcheckouttask setbranchname n calling setter gitcheckouttask setquiet n calling setter gitcheckouttask setforcecreate n git checkout command usr bin git checkout q force co create branch n git checkout checkout home adrian projekte phing git test tmp git repository n git checkout output n task gitcheckout n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitcheckouttask setbranchname n calling setter gitcheckouttask setquiet n git checkout command usr bin git checkout q master n git checkout checkout home adrian projekte phing git test tmp git repository n git checkout output n task gitbranch n property tmp dir resolved home adrian projekte phing git test tmp git n calling setter gitbasetask setrepository n calling setter gitbranchtask setbranchname n calling setter gitbranchtask setdelete n git branch command usr bin git branch d co create branch n git branch branch home adrian projekte phing git test tmp git repository n git branch output branch co create branch entfernt war n n n n n testnorepositoryspecified failed n should throw buildexception because repository is required with message containing is not a working copy actual message home adrian projekte phing git test etc tasks ext svn svnexporttest xml failed to run the svn export command execution of command failed returning n svn home adrian projekte phing git test tmp svn ist keine arbeitskopie instead n n n n testnorepositoryspecified failed n should throw buildexception because repository is required with message containing error parsing arguments actual message home adrian projekte phing git test etc tasks ext svn svncheckouttest xml failed to run the svn checkout command execution of command failed returning n svn versuchen sie help checkout f weitere informationen n svn fehler beim einlesen der parameter instead n n n n nbuild failed n home mmetz projekte phing git test build xml test failure testnorepositoryspecified in class svncheckouttasktest should throw buildexception because repository is required with message containing error parsing arguments actual message home mmetz projekte phing git test etc tasks ext svn svncheckouttest xml failed to run the svn checkout command execution of command failed returning nsvn versuchen sie help checkout f weitere informationen nsvn fehler beim einlesen der parameter instead n n nregards marcel metz reporter marcel metz cc resolution ts component phing core summary unit test for various git and svn related tasks fails if locale is not en or c priority tbd keywords unit tests svn git locale version devel time milestone owner mrook type defect | 1 |
60,847 | 14,923,764,004 | IssuesEvent | 2021-01-23 20:26:09 | SnowyMouse/invader | https://api.github.com/repos/SnowyMouse/invader | closed | [invader-build] "map u(v) scale " does not get defaulted correctly on transparent shaders. | invader-build | Current behaviour is to default to "1" if "0"
`tool.exe` behaviour is to default either `map u scale` or `map v scale` to the value of the other if that is set, otherwise if both are "0" it defaults both to "1".
Examples:
`map u scale 1.05, map v scale 0` would default to `map u scale 1.05, map v scale 1.05`
`map u scale 0, map v scale 1.05` would default to `map u scale 1.05, map v scale 1.05`
`map u scale 0, map v scale 0` would default to `map u scale 1, map v scale 1`
This applies to `shader_transparent_chicago`, `shader_transparent_chicago_extended` four stage and two stage, and `shader_transparent_generic`. | 1.0 | [invader-build] "map u(v) scale " does not get defaulted correctly on transparent shaders. - Current behaviour is to default to "1" if "0"
`tool.exe` behaviour is to default either `map u scale` or `map v scale` to the value of the other if that is set, otherwise if both are "0" it defaults both to "1".
Examples:
`map u scale 1.05, map v scale 0` would default to `map u scale 1.05, map v scale 1.05`
`map u scale 0, map v scale 1.05` would default to `map u scale 1.05, map v scale 1.05`
`map u scale 0, map v scale 0` would default to `map u scale 1, map v scale 1`
This applies to `shader_transparent_chicago`, `shader_transparent_chicago_extended` four stage and two stage, and `shader_transparent_generic`. | non_defect | map u v scale does not get defaulted correctly on transparent shaders current behaviour is to default to if tool exe behaviour is to default either map u scale or map v scale to the value of the other if that is set otherwise if both are it defaults both to examples map u scale map v scale would default to map u scale map v scale map u scale map v scale would default to map u scale map v scale map u scale map v scale would default to map u scale map v scale this applies to shader transparent chicago shader transparent chicago extended four stage and two stage and shader transparent generic | 0 |
27,227 | 4,938,370,158 | IssuesEvent | 2016-11-29 10:57:13 | primefaces/primeng | https://api.github.com/repos/primefaces/primeng | closed | <p-tabView orientation="bottom"> doesn't work correctly | defect |
**I'm submitting a ...** (check one with "x")
```
[ X] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
```
**Current behavior**
when I set the tabview orienation to "bottom" the tabs are at the top, but have the look of bottom tabs, meaning top of rectangle is open at the top.
**Expected behavior**
The tabs should be below the tabPanels
**Minimal reproduction of the problem with instructions**
Create an app with the a tabview in a panel and the orientation="bottom". Note: all other orientations work, "top", "left", "right". Only "bottom" doesn't work correctly.
<div class="panel panel-default">
<div class="panel-body">
<p-tabView orientation="bottom">
<p-tabPanel header="Definitions">
Content 0
</p-tabPanel>
<p-tabPanel header="Equipment">
Content 1
</p-tabPanel>
<p-tabPanel header="Procedures">
Content 2
</p-tabPanel>
</p-tabView>
</div>
</div>
**What is the motivation / use case for changing the behavior?**
We want the tabs to be at the bottom.
**Please tell us about your environment:**
Windows 7, webpack
* **Angular version:** 2.0.X
angular 2.2.0
* **PrimeNG version:** 2.0.X
"primeng": "^1.0.0",
* **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
CHROME Version 54.0.2840.99 m
* **Language:** [all | TypeScript X.X | ES6/7 | ES5]
"typescript": "2.0.9", ES5.1 or ES6
* **Node (for AoT issues):** `node --version` =
| 1.0 | <p-tabView orientation="bottom"> doesn't work correctly -
**I'm submitting a ...** (check one with "x")
```
[ X] bug report => Search github for a similar issue or PR before submitting
[ ] feature request => Please check if request is not on the roadmap already https://github.com/primefaces/primeng/wiki/Roadmap
[ ] support request => Please do not submit support request here, instead see http://forum.primefaces.org/viewforum.php?f=35
```
**Current behavior**
when I set the tabview orienation to "bottom" the tabs are at the top, but have the look of bottom tabs, meaning top of rectangle is open at the top.
**Expected behavior**
The tabs should be below the tabPanels
**Minimal reproduction of the problem with instructions**
Create an app with the a tabview in a panel and the orientation="bottom". Note: all other orientations work, "top", "left", "right". Only "bottom" doesn't work correctly.
<div class="panel panel-default">
<div class="panel-body">
<p-tabView orientation="bottom">
<p-tabPanel header="Definitions">
Content 0
</p-tabPanel>
<p-tabPanel header="Equipment">
Content 1
</p-tabPanel>
<p-tabPanel header="Procedures">
Content 2
</p-tabPanel>
</p-tabView>
</div>
</div>
**What is the motivation / use case for changing the behavior?**
We want the tabs to be at the bottom.
**Please tell us about your environment:**
Windows 7, webpack
* **Angular version:** 2.0.X
angular 2.2.0
* **PrimeNG version:** 2.0.X
"primeng": "^1.0.0",
* **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
CHROME Version 54.0.2840.99 m
* **Language:** [all | TypeScript X.X | ES6/7 | ES5]
"typescript": "2.0.9", ES5.1 or ES6
* **Node (for AoT issues):** `node --version` =
| defect | doesn t work correctly i m submitting a check one with x bug report search github for a similar issue or pr before submitting feature request please check if request is not on the roadmap already support request please do not submit support request here instead see current behavior when i set the tabview orienation to bottom the tabs are at the top but have the look of bottom tabs meaning top of rectangle is open at the top expected behavior the tabs should be below the tabpanels minimal reproduction of the problem with instructions create an app with the a tabview in a panel and the orientation bottom note all other orientations work top left right only bottom doesn t work correctly content content content what is the motivation use case for changing the behavior we want the tabs to be at the bottom please tell us about your environment windows webpack angular version x angular primeng version x primeng browser chrome version m language typescript or node for aot issues node version | 1 |
79,629 | 28,489,663,670 | IssuesEvent | 2023-04-18 10:19:03 | matrix-org/synapse | https://api.github.com/repos/matrix-org/synapse | closed | User directory rebuild spends too long calculating progress | T-Defect | On matrix.org we have this applied:
```diff
- txn.execute("SELECT COUNT(*) FROM " + TEMP_TABLE + "_rooms")
- result = txn.fetchone()
- assert result is not None
- progress["remaining"] = result[0]
+ #txn.execute("SELECT COUNT(*) FROM " + TEMP_TABLE + "_rooms")
+ #result = txn.fetchone()
+ #assert result is not None
+ #progress["remaining"] = result[0]
```
because the `SELECT COUNT(*)` involves a table scan. We should either skip this or do something smarter (incrementally update number OR use the postgres stats tables for a cheap size estimate). | 1.0 | User directory rebuild spends too long calculating progress - On matrix.org we have this applied:
```diff
- txn.execute("SELECT COUNT(*) FROM " + TEMP_TABLE + "_rooms")
- result = txn.fetchone()
- assert result is not None
- progress["remaining"] = result[0]
+ #txn.execute("SELECT COUNT(*) FROM " + TEMP_TABLE + "_rooms")
+ #result = txn.fetchone()
+ #assert result is not None
+ #progress["remaining"] = result[0]
```
because the `SELECT COUNT(*)` involves a table scan. We should either skip this or do something smarter (incrementally update number OR use the postgres stats tables for a cheap size estimate). | defect | user directory rebuild spends too long calculating progress on matrix org we have this applied diff txn execute select count from temp table rooms result txn fetchone assert result is not none progress result txn execute select count from temp table rooms result txn fetchone assert result is not none progress result because the select count involves a table scan we should either skip this or do something smarter incrementally update number or use the postgres stats tables for a cheap size estimate | 1 |
26,731 | 4,778,123,536 | IssuesEvent | 2016-10-27 18:20:30 | wheeler-microfluidics/microdrop | https://api.github.com/repos/wheeler-microfluidics/microdrop | closed | VideoRecorderPlugin crashes (Trac #75) | defect microdrop Migrated from Trac | The VideoRecorderPlugin is crashing with the following message:
ERROR: wheelerlab.video_recorder plugin crashed processing on_new_frame signal.
Reason: 'cv2.cv.iplimage' object has no attribute 'step'
Tested on:
VideoRecorderPlugin v0.1-4-g6691f1c
Microdrop v0.1-406-g7ff4d59
Windows 7
Migrated from http://microfluidics.utoronto.ca/microdrop/ticket/75
```json
{
"status": "closed",
"changetime": "2014-04-17T19:39:01",
"description": "The VideoRecorderPlugin is crashing with the following message:\n\nERROR: wheelerlab.video_recorder plugin crashed processing on_new_frame signal.\nReason: 'cv2.cv.iplimage' object has no attribute 'step'\n\nTested on:\nVideoRecorderPlugin v0.1-4-g6691f1c\nMicrodrop v0.1-406-g7ff4d59\nWindows 7",
"reporter": "ryan",
"cc": "",
"resolution": "fixed",
"_ts": "1397763541728826",
"component": "microdrop",
"summary": "VideoRecorderPlugin crashes",
"priority": "major",
"keywords": "",
"version": "0.1",
"time": "2012-03-15T05:05:38",
"milestone": "Microdrop 1.0",
"owner": "cfobel",
"type": "defect"
}
```
| 1.0 | VideoRecorderPlugin crashes (Trac #75) - The VideoRecorderPlugin is crashing with the following message:
ERROR: wheelerlab.video_recorder plugin crashed processing on_new_frame signal.
Reason: 'cv2.cv.iplimage' object has no attribute 'step'
Tested on:
VideoRecorderPlugin v0.1-4-g6691f1c
Microdrop v0.1-406-g7ff4d59
Windows 7
Migrated from http://microfluidics.utoronto.ca/microdrop/ticket/75
```json
{
"status": "closed",
"changetime": "2014-04-17T19:39:01",
"description": "The VideoRecorderPlugin is crashing with the following message:\n\nERROR: wheelerlab.video_recorder plugin crashed processing on_new_frame signal.\nReason: 'cv2.cv.iplimage' object has no attribute 'step'\n\nTested on:\nVideoRecorderPlugin v0.1-4-g6691f1c\nMicrodrop v0.1-406-g7ff4d59\nWindows 7",
"reporter": "ryan",
"cc": "",
"resolution": "fixed",
"_ts": "1397763541728826",
"component": "microdrop",
"summary": "VideoRecorderPlugin crashes",
"priority": "major",
"keywords": "",
"version": "0.1",
"time": "2012-03-15T05:05:38",
"milestone": "Microdrop 1.0",
"owner": "cfobel",
"type": "defect"
}
```
| defect | videorecorderplugin crashes trac the videorecorderplugin is crashing with the following message error wheelerlab video recorder plugin crashed processing on new frame signal reason cv iplimage object has no attribute step tested on videorecorderplugin microdrop windows migrated from json status closed changetime description the videorecorderplugin is crashing with the following message n nerror wheelerlab video recorder plugin crashed processing on new frame signal nreason cv iplimage object has no attribute step n ntested on nvideorecorderplugin nmicrodrop nwindows reporter ryan cc resolution fixed ts component microdrop summary videorecorderplugin crashes priority major keywords version time milestone microdrop owner cfobel type defect | 1 |
7,961 | 2,611,069,361 | IssuesEvent | 2015-02-27 00:32:25 | alistairreilly/andors-trail | https://api.github.com/repos/alistairreilly/andors-trail | opened | further dpad improvements | auto-migrated Type-Defect | ```
In the forum there were several wishes:
http://andorstrail.com/viewtopic.php?f=2&t=1036
Reported issues so far:
make it smaller (customizable?!)
make it more transparent (customizable?!)
disable fullscreen navigation when active (customizable?!)
sometimes it doesn't seems to react (someone has an idea about the reason?)
the dpad could give visual feedback
move the dpad out of the map
```
Original issue reported on code.google.com by `SamuelPl...@gmail.com` on 20 Nov 2011 at 7:57 | 1.0 | further dpad improvements - ```
In the forum there were several wishes:
http://andorstrail.com/viewtopic.php?f=2&t=1036
Reported issues so far:
make it smaller (customizable?!)
make it more transparent (customizable?!)
disable fullscreen navigation when active (customizable?!)
sometimes it doesn't seems to react (someone has an idea about the reason?)
the dpad could give visual feedback
move the dpad out of the map
```
Original issue reported on code.google.com by `SamuelPl...@gmail.com` on 20 Nov 2011 at 7:57 | defect | further dpad improvements in the forum there were several wishes reported issues so far make it smaller customizable make it more transparent customizable disable fullscreen navigation when active customizable sometimes it doesn t seems to react someone has an idea about the reason the dpad could give visual feedback move the dpad out of the map original issue reported on code google com by samuelpl gmail com on nov at | 1 |
45,385 | 12,754,234,094 | IssuesEvent | 2020-06-28 03:57:03 | cakephp/cakephp | https://api.github.com/repos/cakephp/cakephp | closed | Problem with executed newlines in translator/gettext | defect i18n | * [x] bug
* CakePHP Version: 3.5.18
* Platform and Target: Windows Server 2012 R2 + XAMPP + PHP 7.0.24
### Problem
I have a gettext statement "__('bla')" inside a javascript block loaded by cakephp with newlines in it, when translating the phrase in another language, the newlines are executed by PHP and do not come back as \n, so in website the \n is a newline. The funny thing is I have a similar example and there is no problem, but I don't know exactly what is causing this issue.
Poedit:

PHP-Code:

HTML-Code untranslated (expect this behaviour, but in German):

HTML-Code translated:

Sry if I waste your time and this is not a bug, but only a user mistake. | 1.0 | Problem with executed newlines in translator/gettext - * [x] bug
* CakePHP Version: 3.5.18
* Platform and Target: Windows Server 2012 R2 + XAMPP + PHP 7.0.24
### Problem
I have a gettext statement "__('bla')" inside a javascript block loaded by cakephp with newlines in it, when translating the phrase in another language, the newlines are executed by PHP and do not come back as \n, so in website the \n is a newline. The funny thing is I have a similar example and there is no problem, but I don't know exactly what is causing this issue.
Poedit:

PHP-Code:

HTML-Code untranslated (expect this behaviour, but in German):

HTML-Code translated:

Sry if I waste your time and this is not a bug, but only a user mistake. | defect | problem with executed newlines in translator gettext bug cakephp version platform and target windows server xampp php problem i have a gettext statement bla inside a javascript block loaded by cakephp with newlines in it when translating the phrase in another language the newlines are executed by php and do not come back as n so in website the n is a newline the funny thing is i have a similar example and there is no problem but i don t know exactly what is causing this issue poedit php code html code untranslated expect this behaviour but in german html code translated sry if i waste your time and this is not a bug but only a user mistake | 1 |
5,500 | 2,610,188,818 | IssuesEvent | 2015-02-26 18:59:49 | chrsmith/quchuseban | https://api.github.com/repos/chrsmith/quchuseban | opened | 讲解脸上的色斑如何去除 | auto-migrated Priority-Medium Type-Defect | ```
《摘要》
宿命里终是悟不透的禅缘。我总会用牵过你衣角的素手,研��
�生的笔墨,反反复复写下长相守的水词,红烛流淌的暗夜,�
��其中沉睡或沦陷。我始终是凡尘俗女,不能独坐纷扰之外,
断了所有的念想修心成止水。只求在奈何桥边孟婆眷顾,饮��
�那碗汤时,你的剪影能在我的眼前燃起最后一缕尘烟。轻指�
��弹,流年的碎片成全了心的落寂,谱写出爱残缺的痛,永不
停歇。花的芬芳停留在了时间的阡陌之中,静待你化为天上��
�泊的一片白,与你相拥,述说心中的苦,凄凉的感觉在风温�
��的抚摸下,化为眼角落下的一滴泪,蓝色的泪。将那一抹柔
情包在心里,在岁月的年轮里静静沉睡,变作美丽的琥珀,��
�你在来世再续未了情。中医认为,如果脏腑功能失调,经脉�
��滞,气血不足,均可反映到脸上,黄褐斑的产生正是和人体
脏腑、气血、冲任失调有关,是全身疾病的反映,而且与肝��
�脾、肾三脏功能失调关系最为密切。那么中医治疗色斑用什�
��药好那!脸上的色斑如何去除,
《客户案例》
有黄褐斑的姐妹们可以一起聊聊啊。<br>
我今年23岁,从很小的时候就开始长斑了,刚开始是在鼻
子上,斑点很淡,也小,不仔细看看不出来。后来长大了,��
�点的颜色开始变深了些,斑也从鼻子扩散到眼睛下面了,哪�
��女孩不爱美啊,因为这些黄褐斑,我也尝试了很多方法,刚
开始用食疗法,每天喝一杯西红柿汁2个西红柿,了一段时间�
��那样,接着听说在洗脸水里放醋可以祛斑,用了几次,那个
味太难闻了,我实在是受不了,后来听说维生素可以祛斑,��
�了一段时间也没效果。<br>
等自己长大了,工作了,就尝试祛斑霜,最后过敏了,��
�上还有了红血丝,欲哭无泪。估计有人会问了怎么不去做激�
��祛斑啊,我有个姐妹做过,我朋友刚做完的时候,脸上的斑
确实没了,我当时羡慕死了,可后来不知道怎么了,又反弹��
�,而且比之前更严重,这就打击到我的积极性了,我没事就�
��论坛上转悠,看看有什么好的方法没,后来无意中看到「黛
芙薇尔精华液」,很多人都说不错,我就想试试,反正也用��
�这么多方法了,不差这一个了。没想到效果还挺不错的,斑�
��淡化的快看不见了,也没反弹,到此我的祛斑史才算完美结
局了,我的心终于可以轻松了。
阅读了脸上的色斑如何去除,再看脸上容易长斑的原因:
《色斑形成原因》
内部因素
一、压力
当人受到压力时,就会分泌肾上腺素,为对付压力而做��
�备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏�
��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃
。
二、荷尔蒙分泌失调
避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞��
�分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在�
��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕
中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出
现斑,这时候出现的斑点在产后大部分会消失。可是,新陈��
�谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等�
��因,都会使斑加深。有时新长出的斑,产后也不会消失,所
以需要更加注意。
三、新陈代谢缓慢
肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑��
�因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态�
��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是
内分泌失调导致过敏体质而形成的。另外,身体状态不正常��
�时候,紫外线的照射也会加速斑的形成。
四、错误的使用化妆品
使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在��
�疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵�
��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的
问题。
外部因素
一、紫外线
照射紫外线的时候,人体为了保护皮肤,会在基底层产��
�很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更�
��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化,
还会引起黑斑、雀斑等色素沉着的皮肤疾患。
二、不良的清洁习惯
因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。��
�皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦�
��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的
问题。
三、遗传基因
父母中有长斑的,则本人长斑的概率就很高,这种情况��
�一定程度上就可判定是遗传基因的作用。所以家里特别是长�
��有长斑的人,要注意避免引发长斑的重要因素之一——紫外
线照射,这是预防斑必须注意的。
《有疑问帮你解决》
1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐��
�去掉吗?
答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触��
�的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必�
��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑
,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时��
�,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的�
��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显
而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新��
�客都是通过老顾客介绍而来,口碑由此而来!
2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?
答:黛芙薇尔精华液应用了精纯复合配方和领先的分类��
�斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻�
��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有
效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾��
�地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技��
�,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽�
��迹,令每一位爱美的女性都能享受到科技创新所带来的自然
之美。
专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数��
�百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!
3,去除黄褐斑之后,会反弹吗?
答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔��
�白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家�
��据斑的形成原因精心研制而成用事实说话,让消费者打分。
树立权威品牌!我们的很多新客户都是老客户介绍而来,请问�
��如果效果不好,会有客户转介绍吗?
4,你们的价格有点贵,能不能便宜一点?
答:如果您使用西药最少需要2000元,煎服的药最少需要3
000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去�
��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的��
�是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的�
��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉��
�,不但斑没去掉,还把自己的皮肤弄的越来越糟吗
5,我适合用黛芙薇尔精华液吗?
答:黛芙薇尔适用人群:
1、生理紊乱引起的黄褐斑人群
2、生育引起的妊娠斑人群
3、年纪增长引起的老年斑人群
4、化妆品色素沉积、辐射斑人群
5、长期日照引起的日晒斑人群
6、肌肤暗淡急需美白的人群
《祛斑小方法》
脸上的色斑如何去除,同时为您分享祛斑小方法
黄褐班\蝴蝶斑
冬瓜汁\白醋等量,调匀涂面部,一日2-3次,涂后过10分钟洗去。��
�用半月即可除净,
```
-----
Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 4:34 | 1.0 | 讲解脸上的色斑如何去除 - ```
《摘要》
宿命里终是悟不透的禅缘。我总会用牵过你衣角的素手,研��
�生的笔墨,反反复复写下长相守的水词,红烛流淌的暗夜,�
��其中沉睡或沦陷。我始终是凡尘俗女,不能独坐纷扰之外,
断了所有的念想修心成止水。只求在奈何桥边孟婆眷顾,饮��
�那碗汤时,你的剪影能在我的眼前燃起最后一缕尘烟。轻指�
��弹,流年的碎片成全了心的落寂,谱写出爱残缺的痛,永不
停歇。花的芬芳停留在了时间的阡陌之中,静待你化为天上��
�泊的一片白,与你相拥,述说心中的苦,凄凉的感觉在风温�
��的抚摸下,化为眼角落下的一滴泪,蓝色的泪。将那一抹柔
情包在心里,在岁月的年轮里静静沉睡,变作美丽的琥珀,��
�你在来世再续未了情。中医认为,如果脏腑功能失调,经脉�
��滞,气血不足,均可反映到脸上,黄褐斑的产生正是和人体
脏腑、气血、冲任失调有关,是全身疾病的反映,而且与肝��
�脾、肾三脏功能失调关系最为密切。那么中医治疗色斑用什�
��药好那!脸上的色斑如何去除,
《客户案例》
有黄褐斑的姐妹们可以一起聊聊啊。<br>
我今年23岁,从很小的时候就开始长斑了,刚开始是在鼻
子上,斑点很淡,也小,不仔细看看不出来。后来长大了,��
�点的颜色开始变深了些,斑也从鼻子扩散到眼睛下面了,哪�
��女孩不爱美啊,因为这些黄褐斑,我也尝试了很多方法,刚
开始用食疗法,每天喝一杯西红柿汁2个西红柿,了一段时间�
��那样,接着听说在洗脸水里放醋可以祛斑,用了几次,那个
味太难闻了,我实在是受不了,后来听说维生素可以祛斑,��
�了一段时间也没效果。<br>
等自己长大了,工作了,就尝试祛斑霜,最后过敏了,��
�上还有了红血丝,欲哭无泪。估计有人会问了怎么不去做激�
��祛斑啊,我有个姐妹做过,我朋友刚做完的时候,脸上的斑
确实没了,我当时羡慕死了,可后来不知道怎么了,又反弹��
�,而且比之前更严重,这就打击到我的积极性了,我没事就�
��论坛上转悠,看看有什么好的方法没,后来无意中看到「黛
芙薇尔精华液」,很多人都说不错,我就想试试,反正也用��
�这么多方法了,不差这一个了。没想到效果还挺不错的,斑�
��淡化的快看不见了,也没反弹,到此我的祛斑史才算完美结
局了,我的心终于可以轻松了。
阅读了脸上的色斑如何去除,再看脸上容易长斑的原因:
《色斑形成原因》
内部因素
一、压力
当人受到压力时,就会分泌肾上腺素,为对付压力而做��
�备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏�
��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃
。
二、荷尔蒙分泌失调
避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞��
�分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在�
��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕
中因女性荷尔蒙雌激素的增加,从怀孕4—5个月开始会容易出
现斑,这时候出现的斑点在产后大部分会消失。可是,新陈��
�谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等�
��因,都会使斑加深。有时新长出的斑,产后也不会消失,所
以需要更加注意。
三、新陈代谢缓慢
肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑��
�因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态�
��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是
内分泌失调导致过敏体质而形成的。另外,身体状态不正常��
�时候,紫外线的照射也会加速斑的形成。
四、错误的使用化妆品
使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在��
�疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵�
��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的
问题。
外部因素
一、紫外线
照射紫外线的时候,人体为了保护皮肤,会在基底层产��
�很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更�
��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化,
还会引起黑斑、雀斑等色素沉着的皮肤疾患。
二、不良的清洁习惯
因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。��
�皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦�
��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的
问题。
三、遗传基因
父母中有长斑的,则本人长斑的概率就很高,这种情况��
�一定程度上就可判定是遗传基因的作用。所以家里特别是长�
��有长斑的人,要注意避免引发长斑的重要因素之一——紫外
线照射,这是预防斑必须注意的。
《有疑问帮你解决》
1,黛芙薇尔精华液真的有效果吗?真的可以把脸上的黄褐��
�去掉吗?
答:黛芙薇尔精华液DNA精华能够有效的修复周围难以触��
�的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必�
��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑
,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时��
�,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的�
��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显
而易见。自产品上市以来,老顾客纷纷介绍新顾客,71%的新��
�客都是通过老顾客介绍而来,口碑由此而来!
2,服用黛芙薇尔美白,会伤身体吗?有副作用吗?
答:黛芙薇尔精华液应用了精纯复合配方和领先的分类��
�斑科技,并将“DNA美肤系统”疗法应用到了该产品中,能彻�
��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有
效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾��
�地的专家通力协作,超过10年的研究以全新的DNA肌肤修复技��
�,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽�
��迹,令每一位爱美的女性都能享受到科技创新所带来的自然
之美。
专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数��
�百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖!
3,去除黄褐斑之后,会反弹吗?
答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔��
�白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家�
��据斑的形成原因精心研制而成用事实说话,让消费者打分。
树立权威品牌!我们的很多新客户都是老客户介绍而来,请问�
��如果效果不好,会有客户转介绍吗?
4,你们的价格有点贵,能不能便宜一点?
答:如果您使用西药最少需要2000元,煎服的药最少需要3
000元,做手术最少是5000元,而这些毫无疑问,不会对彻底去�
��你的斑点有任何帮助!一分价钱,一份价值,我们现在做的��
�是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的�
��褐斑彻底去除,你还会觉得贵吗?你还会再去花那么多冤枉��
�,不但斑没去掉,还把自己的皮肤弄的越来越糟吗
5,我适合用黛芙薇尔精华液吗?
答:黛芙薇尔适用人群:
1、生理紊乱引起的黄褐斑人群
2、生育引起的妊娠斑人群
3、年纪增长引起的老年斑人群
4、化妆品色素沉积、辐射斑人群
5、长期日照引起的日晒斑人群
6、肌肤暗淡急需美白的人群
《祛斑小方法》
脸上的色斑如何去除,同时为您分享祛斑小方法
黄褐班\蝴蝶斑
冬瓜汁\白醋等量,调匀涂面部,一日2-3次,涂后过10分钟洗去。��
�用半月即可除净,
```
-----
Original issue reported on code.google.com by `additive...@gmail.com` on 1 Jul 2014 at 4:34 | defect | 讲解脸上的色斑如何去除 《摘要》 宿命里终是悟不透的禅缘。我总会用牵过你衣角的素手,研�� �生的笔墨,反反复复写下长相守的水词,红烛流淌的暗夜,� ��其中沉睡或沦陷。我始终是凡尘俗女,不能独坐纷扰之外, 断了所有的念想修心成止水。只求在奈何桥边孟婆眷顾,饮�� �那碗汤时,你的剪影能在我的眼前燃起最后一缕尘烟。轻指� ��弹,流年的碎片成全了心的落寂,谱写出爱残缺的痛,永不 停歇。花的芬芳停留在了时间的阡陌之中,静待你化为天上�� �泊的一片白,与你相拥,述说心中的苦,凄凉的感觉在风温� ��的抚摸下,化为眼角落下的一滴泪,蓝色的泪。将那一抹柔 情包在心里,在岁月的年轮里静静沉睡,变作美丽的琥珀,�� �你在来世再续未了情。中医认为,如果脏腑功能失调,经脉� ��滞,气血不足,均可反映到脸上,黄褐斑的产生正是和人体 脏腑、气血、冲任失调有关,是全身疾病的反映,而且与肝�� �脾、肾三脏功能失调关系最为密切。那么中医治疗色斑用什� ��药好那!脸上的色斑如何去除, 《客户案例》 有黄褐斑的姐妹们可以一起聊聊啊。 ,从很小的时候就开始长斑了,刚开始是在鼻 子上,斑点很淡,也小,不仔细看看不出来。后来长大了,�� �点的颜色开始变深了些,斑也从鼻子扩散到眼睛下面了,哪� ��女孩不爱美啊,因为这些黄褐斑,我也尝试了很多方法,刚 开始用食疗法, ,了一段时间� ��那样,接着听说在洗脸水里放醋可以祛斑,用了几次,那个 味太难闻了,我实在是受不了,后来听说维生素可以祛斑,�� �了一段时间也没效果。 等自己长大了,工作了,就尝试祛斑霜,最后过敏了,�� �上还有了红血丝,欲哭无泪。估计有人会问了怎么不去做激� ��祛斑啊,我有个姐妹做过,我朋友刚做完的时候,脸上的斑 确实没了,我当时羡慕死了,可后来不知道怎么了,又反弹�� �,而且比之前更严重,这就打击到我的积极性了,我没事就� ��论坛上转悠,看看有什么好的方法没,后来无意中看到「黛 芙薇尔精华液」,很多人都说不错,我就想试试,反正也用�� �这么多方法了,不差这一个了。没想到效果还挺不错的,斑� ��淡化的快看不见了,也没反弹,到此我的祛斑史才算完美结 局了,我的心终于可以轻松了。 阅读了脸上的色斑如何去除,再看脸上容易长斑的原因: 《色斑形成原因》 内部因素 一、压力 当人受到压力时,就会分泌肾上腺素,为对付压力而做�� �备。如果长期受到压力,人体新陈代谢的平衡就会遭到破坏� ��皮肤所需的营养供应趋于缓慢,色素母细胞就会变得很活跃 。 二、荷尔蒙分泌失调 避孕药里所含的女性荷尔蒙雌激素,会刺激麦拉宁细胞�� �分泌而形成不均匀的斑点,因避孕药而形成的斑点,虽然在� ��药中断后会停止,但仍会在皮肤上停留很长一段时间。怀孕 中因女性荷尔蒙雌激素的增加, — 现斑,这时候出现的斑点在产后大部分会消失。可是,新陈�� �谢不正常、肌肤裸露在强烈的紫外线下、精神上受到压力等� ��因,都会使斑加深。有时新长出的斑,产后也不会消失,所 以需要更加注意。 三、新陈代谢缓慢 肝的新陈代谢功能不正常或卵巢功能减退时也会出现斑�� �因为新陈代谢不顺畅、或内分泌失调,使身体处于敏感状态� ��,从而加剧色素问题。我们常说的便秘会形成斑,其实就是 内分泌失调导致过敏体质而形成的。另外,身体状态不正常�� �时候,紫外线的照射也会加速斑的形成。 四、错误的使用化妆品 使用了不适合自己皮肤的化妆品,会导致皮肤过敏。在�� �疗的过程中如过量照射到紫外线,皮肤会为了抵御外界的侵� ��,在有炎症的部位聚集麦拉宁色素,这样会出现色素沉着的 问题。 外部因素 一、紫外线 照射紫外线的时候,人体为了保护皮肤,会在基底层产�� �很多麦拉宁色素。所以为了保护皮肤,会在敏感部位聚集更� ��的色素。经常裸露在强烈的阳光底下不仅促进皮肤的老化, 还会引起黑斑、雀斑等色素沉着的皮肤疾患。 二、不良的清洁习惯 因强烈的清洁习惯使皮肤变得敏感,这样会刺激皮肤。�� �皮肤敏感时,人体为了保护皮肤,黑色素细胞会分泌很多麦� ��宁色素,当色素过剩时就出现了斑、瑕疵等皮肤色素沉着的 问题。 三、遗传基因 父母中有长斑的,则本人长斑的概率就很高,这种情况�� �一定程度上就可判定是遗传基因的作用。所以家里特别是长� ��有长斑的人,要注意避免引发长斑的重要因素之一——紫外 线照射,这是预防斑必须注意的。 《有疑问帮你解决》 黛芙薇尔精华液真的有效果吗 真的可以把脸上的黄褐�� �去掉吗 答:黛芙薇尔精华液dna精华能够有效的修复周围难以触�� �的色斑,其独有的纳豆成分为皮肤的美白与靓丽,提供了必� ��可少的营养物质,可以有效的去除黄褐斑,黄褐斑,黄褐斑 ,蝴蝶斑,晒斑、妊娠斑等。它它完全突破了传统的美肤时�� �,宛如在皮肤中注入了一杯兼具活化、再生、滋养等功效的� ��尾酒,同时为脸部提供大量有机维生素精华,脸部的改变显 而易见。自产品上市以来,老顾客纷纷介绍新顾客, 的新�� �客都是通过老顾客介绍而来,口碑由此而来 ,服用黛芙薇尔美白,会伤身体吗 有副作用吗 答:黛芙薇尔精华液应用了精纯复合配方和领先的分类�� �斑科技,并将“dna美肤系统”疗法应用到了该产品中,能彻� ��祛除黄褐斑,蝴蝶斑,妊娠斑,晒斑,黄褐斑,老年斑,有 效淡化黄褐斑至接近肤色。黛芙薇尔通过法国、美国、台湾�� �地的专家通力协作, �� �,挑战传统化学护肤理念,不懈追寻发现破译大自然的美丽� ��迹,令每一位爱美的女性都能享受到科技创新所带来的自然 之美。 专为亚洲女性肤质研制,精心呵护女性美丽,多年来,为数�� �百万计的女性解除了黄褐斑困扰。深得广大女性朋友的信赖 ,去除黄褐斑之后,会反弹吗 答:很多曾经长了黄褐斑的人士,自从选择了黛芙薇尔�� �白,就一劳永逸。这款祛斑产品是经过数十位权威祛斑专家� ��据斑的形成原因精心研制而成用事实说话,让消费者打分。 树立权威品牌 我们的很多新客户都是老客户介绍而来,请问� ��如果效果不好,会有客户转介绍吗 ,你们的价格有点贵,能不能便宜一点 答: , , ,而这些毫无疑问,不会对彻底去� ��你的斑点有任何帮助 一分价钱,一份价值,我们现在做的�� �是一个口碑,一个品牌,价钱并不高。如果花这点钱把你的� ��褐斑彻底去除,你还会觉得贵吗 你还会再去花那么多冤枉�� �,不但斑没去掉,还把自己的皮肤弄的越来越糟吗 ,我适合用黛芙薇尔精华液吗 答:黛芙薇尔适用人群: 、生理紊乱引起的黄褐斑人群 、生育引起的妊娠斑人群 、年纪增长引起的老年斑人群 、化妆品色素沉积、辐射斑人群 、长期日照引起的日晒斑人群 、肌肤暗淡急需美白的人群 《祛斑小方法》 脸上的色斑如何去除,同时为您分享祛斑小方法 黄褐班 蝴蝶斑 冬瓜汁 白醋等量 调匀涂面部 。�� �用半月即可除净 original issue reported on code google com by additive gmail com on jul at | 1 |
99,612 | 16,449,096,121 | IssuesEvent | 2021-05-21 01:03:50 | fbennets/HCLC-GDPR-Bot | https://api.github.com/repos/fbennets/HCLC-GDPR-Bot | opened | CVE-2021-29579 (Medium) detected in tensorflow-2.1.0-cp27-cp27mu-manylinux2010_x86_64.whl | security vulnerability | ## CVE-2021-29579 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.1.0-cp27-cp27mu-manylinux2010_x86_64.whl</b></p></summary>
<p>TensorFlow is an open source machine learning framework for everyone.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/ef/73/205b5e7f8fe086ffe4165d984acb2c49fa3086f330f03099378753982d2e/tensorflow-2.1.0-cp27-cp27mu-manylinux2010_x86_64.whl">https://files.pythonhosted.org/packages/ef/73/205b5e7f8fe086ffe4165d984acb2c49fa3086f330f03099378753982d2e/tensorflow-2.1.0-cp27-cp27mu-manylinux2010_x86_64.whl</a></p>
<p>Path to dependency file: HCLC-GDPR-Bot/requirements.txt</p>
<p>Path to vulnerable library: HCLC-GDPR-Bot/requirements.txt</p>
<p>
Dependency Hierarchy:
- tensorflow_addons-0.7.1-cp27-cp27mu-manylinux2010_x86_64.whl (Root Library)
- :x: **tensorflow-2.1.0-cp27-cp27mu-manylinux2010_x86_64.whl** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
TensorFlow is an end-to-end open source platform for machine learning. The implementation of `tf.raw_ops.MaxPoolGrad` is vulnerable to a heap buffer overflow. The implementation(https://github.com/tensorflow/tensorflow/blob/ab1e644b48c82cb71493f4362b4dd38f4577a1cf/tensorflow/core/kernels/maxpooling_op.cc#L194-L203) fails to validate that indices used to access elements of input/output arrays are valid. Whereas accesses to `input_backprop_flat` are guarded by `FastBoundsCheck`, the indexing in `out_backprop_flat` can result in OOB access. The fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.
<p>Publish Date: 2021-05-14
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-29579>CVE-2021-29579</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/tensorflow/tensorflow/security/advisories/GHSA-79fv-9865-4qcv">https://github.com/tensorflow/tensorflow/security/advisories/GHSA-79fv-9865-4qcv</a></p>
<p>Release Date: 2021-05-14</p>
<p>Fix Resolution: tensorflow - 2.5.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | True | CVE-2021-29579 (Medium) detected in tensorflow-2.1.0-cp27-cp27mu-manylinux2010_x86_64.whl - ## CVE-2021-29579 - Medium Severity Vulnerability
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/vulnerability_details.png' width=19 height=20> Vulnerable Library - <b>tensorflow-2.1.0-cp27-cp27mu-manylinux2010_x86_64.whl</b></p></summary>
<p>TensorFlow is an open source machine learning framework for everyone.</p>
<p>Library home page: <a href="https://files.pythonhosted.org/packages/ef/73/205b5e7f8fe086ffe4165d984acb2c49fa3086f330f03099378753982d2e/tensorflow-2.1.0-cp27-cp27mu-manylinux2010_x86_64.whl">https://files.pythonhosted.org/packages/ef/73/205b5e7f8fe086ffe4165d984acb2c49fa3086f330f03099378753982d2e/tensorflow-2.1.0-cp27-cp27mu-manylinux2010_x86_64.whl</a></p>
<p>Path to dependency file: HCLC-GDPR-Bot/requirements.txt</p>
<p>Path to vulnerable library: HCLC-GDPR-Bot/requirements.txt</p>
<p>
Dependency Hierarchy:
- tensorflow_addons-0.7.1-cp27-cp27mu-manylinux2010_x86_64.whl (Root Library)
- :x: **tensorflow-2.1.0-cp27-cp27mu-manylinux2010_x86_64.whl** (Vulnerable Library)
<p>Found in base branch: <b>master</b></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/medium_vul.png' width=19 height=20> Vulnerability Details</summary>
<p>
TensorFlow is an end-to-end open source platform for machine learning. The implementation of `tf.raw_ops.MaxPoolGrad` is vulnerable to a heap buffer overflow. The implementation(https://github.com/tensorflow/tensorflow/blob/ab1e644b48c82cb71493f4362b4dd38f4577a1cf/tensorflow/core/kernels/maxpooling_op.cc#L194-L203) fails to validate that indices used to access elements of input/output arrays are valid. Whereas accesses to `input_backprop_flat` are guarded by `FastBoundsCheck`, the indexing in `out_backprop_flat` can result in OOB access. The fix will be included in TensorFlow 2.5.0. We will also cherrypick this commit on TensorFlow 2.4.2, TensorFlow 2.3.3, TensorFlow 2.2.3 and TensorFlow 2.1.4, as these are also affected and still in supported range.
<p>Publish Date: 2021-05-14
<p>URL: <a href=https://vuln.whitesourcesoftware.com/vulnerability/CVE-2021-29579>CVE-2021-29579</a></p>
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/cvss3.png' width=19 height=20> CVSS 3 Score Details (<b>6.5</b>)</summary>
<p>
Base Score Metrics:
- Exploitability Metrics:
- Attack Vector: Network
- Attack Complexity: Low
- Privileges Required: None
- User Interaction: None
- Scope: Unchanged
- Impact Metrics:
- Confidentiality Impact: Low
- Integrity Impact: Low
- Availability Impact: None
</p>
For more information on CVSS3 Scores, click <a href="https://www.first.org/cvss/calculator/3.0">here</a>.
</p>
</details>
<p></p>
<details><summary><img src='https://whitesource-resources.whitesourcesoftware.com/suggested_fix.png' width=19 height=20> Suggested Fix</summary>
<p>
<p>Type: Upgrade version</p>
<p>Origin: <a href="https://github.com/tensorflow/tensorflow/security/advisories/GHSA-79fv-9865-4qcv">https://github.com/tensorflow/tensorflow/security/advisories/GHSA-79fv-9865-4qcv</a></p>
<p>Release Date: 2021-05-14</p>
<p>Fix Resolution: tensorflow - 2.5.0</p>
</p>
</details>
<p></p>
***
Step up your Open Source Security Game with WhiteSource [here](https://www.whitesourcesoftware.com/full_solution_bolt_github) | non_defect | cve medium detected in tensorflow whl cve medium severity vulnerability vulnerable library tensorflow whl tensorflow is an open source machine learning framework for everyone library home page a href path to dependency file hclc gdpr bot requirements txt path to vulnerable library hclc gdpr bot requirements txt dependency hierarchy tensorflow addons whl root library x tensorflow whl vulnerable library found in base branch master vulnerability details tensorflow is an end to end open source platform for machine learning the implementation of tf raw ops maxpoolgrad is vulnerable to a heap buffer overflow the implementation fails to validate that indices used to access elements of input output arrays are valid whereas accesses to input backprop flat are guarded by fastboundscheck the indexing in out backprop flat can result in oob access the fix will be included in tensorflow we will also cherrypick this commit on tensorflow tensorflow tensorflow and tensorflow as these are also affected and still in supported range publish date url a href cvss score details base score metrics exploitability metrics attack vector network attack complexity low privileges required none user interaction none scope unchanged impact metrics confidentiality impact low integrity impact low availability impact none for more information on scores click a href suggested fix type upgrade version origin a href release date fix resolution tensorflow step up your open source security game with whitesource | 0 |
53,240 | 13,261,236,774 | IssuesEvent | 2020-08-20 19:31:37 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | closed | wavedeform - heap buffer overflow in I3Wavedeform.cxx (Trac #1024) | Migrated from Trac combo reconstruction defect | at the bootcamp we discovered a heap-buffer-overflow in `I3Wavedeform.cxx:612`.
```text
#!c
608 basis = cholmod_l_allocate_sparse(basis_trip->nrow, basis_trip->ncol,
609: basis_trip->nnz, true, true, 0, CHOLMOD_REAL, &c);
610: for (int i = 0, accum = 0; i < nspes; ++i) {
611: ((long *)(basis->p))[i] = accum;
612: accum += col_counts[i];
613: }
614: std::vector<long> col_indices(nspes,0);
```
ASan output:
```text
=================================================================
==23247== ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60700001dfe8 at pc 0x7fd5b962bbb1 bp 0x7fff110978d0 sp 0x7fff110978c8
READ of size 4 at 0x60700001dfe8 thread T0
https://code.icecube.wisc.edu/ticket/0 0x7fd5b962bbb0 in I3Wavedeform::GetPulses(__gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, __gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, OMKey const&, bool, WaveformTemplate const&, I3DOMCalibration const&, double) /home/nega/i3/combo/build/wavedeform/../../src/wavedeform/private/wavedeform/I3Wavedeform.cxx:612
#1 0x7fd5b9627492 in I3Wavedeform::DAQ(boost::shared_ptr<I3Frame>) /home/nega/i3/combo/build/wavedeform/../../src/wavedeform/private/wavedeform/I3Wavedeform.cxx:213
#2 0x7fd5b45ecdac in I3Module::Process() /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:226
#3 0x7fd5b45eb86c in I3Module::Process_() /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:182
#4 0x7fd5b45ea014 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:111
#5 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132
#6 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132
#7 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132
#8 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132
#9 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132
#10 0x7fd5b45d29d6 in I3Tray::Execute(unsigned int) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Tray.cxx:494
#11 0x4f599a in local_test_routine_PulseTemplateTest() /home/nega/i3/combo/build/DOMLauncher/../../src/DOMLauncher/private/test/PulseTemplateTests.cxx:158
#12 0x482196 in I3Test::test_group::run(std::string const&, bool) /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:182
#13 0x483ebf in I3Test::test_suite::run(std::string const&) /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:372
#14 0x485069 in main /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:563
#15 0x7fd5aae99ec4 in __libc_start_main /build/buildd/eglibc-2.19/csu/libc-start.c:287
#16 0x480fa8 in _start (/home/nega/i3/combo/build/bin/DOMLauncher-test+0x480fa8)
0x60700001dfe8 is located 0 bytes to the right of 7912-byte region [0x60700001c100,0x60700001dfe8)
allocated by thread T0 here:
https://code.icecube.wisc.edu/ticket/0 0x7fd5bb14e81a in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.0+0x1181a)
#1 0x7fd5ba93a7b6 in __gnu_cxx::new_allocator<int>::allocate(unsigned long, void const*) /usr/include/c++/4.8/ext/new_allocator.h:104
#2 0x7fd5ba93407c in std::_Vector_base<int, std::allocator<int> >::_M_allocate(unsigned long) /usr/include/c++/4.8/bits/stl_vector.h:168
#3 0x7fd5b96402a8 in void std::vector<int, std::allocator<int> >::_M_initialize_dispatch<int>(int, int, std::__true_type) /usr/include/c++/4.8/bits/stl_vector.h:1163
#4 0x7fd5b9637a82 in std::vector<int, std::allocator<int> >::vector<int>(int, int, std::allocator<int> const&) /usr/include/c++/4.8/bits/stl_vector.h:404
#5 0x7fd5b962b0f1 in I3Wavedeform::GetPulses(__gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, __gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, OMKey const&, bool, WaveformTemplate const&, I3DOMCalibration const&, double) /home/nega/i3/combo/build/wavedeform/../../src/wavedeform/private/wavedeform/I3Wavedeform.cxx:551
#6 0x7fd5b9627492 in I3Wavedeform::DAQ(boost::shared_ptr<I3Frame>) /home/nega/i3/combo/build/wavedeform/../../src/wavedeform/private/wavedeform/I3Wavedeform.cxx:213
#7 0x7fd5b45ecdac in I3Module::Process() /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:226
#8 0x7fd5b45eb86c in I3Module::Process_() /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:182
#9 0x7fd5b45ea014 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:111
#10 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132
#11 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132
#12 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132
#13 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132
#14 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132
#15 0x7fd5b45d29d6 in I3Tray::Execute(unsigned int) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Tray.cxx:494
#16 0x4f599a in local_test_routine_PulseTemplateTest() /home/nega/i3/combo/build/DOMLauncher/../../src/DOMLauncher/private/test/PulseTemplateTests.cxx:158
#17 0x482196 in I3Test::test_group::run(std::string const&, bool) /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:182
#18 0x483ebf in I3Test::test_suite::run(std::string const&) /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:372
#19 0x485069 in main /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:563
#20 0x7fd5aae99ec4 in __libc_start_main /build/buildd/eglibc-2.19/csu/libc-start.c:287
SUMMARY: AddressSanitizer: heap-buffer-overflow /home/nega/i3/combo/build/wavedeform/../../src/wavedeform/private/wavedeform/I3Wavedeform.cxx:612 I3Wavedeform::GetPulses(__gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, __gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, OMKey const&, bool, WaveformTemplate const&, I3DOMCalibration const&, double)
Shadow bytes around the buggy address:
0x0c0e7fffbba0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0c0e7fffbbb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0c0e7fffbbc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0c0e7fffbbd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0c0e7fffbbe0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
=>0x0c0e7fffbbf0: 00 00 00 00 00 00 00 00 00 00 00 00 00[fa]fa fa
0x0c0e7fffbc00: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x0c0e7fffbc10: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x0c0e7fffbc20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0c0e7fffbc30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0c0e7fffbc40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Shadow byte legend (one shadow byte represents 8 application bytes):
Addressable: 00
Partially addressable: 01 02 03 04 05 06 07
Heap left redzone: fa
Heap righ redzone: fb
Freed Heap region: fd
Stack left redzone: f1
Stack mid redzone: f2
Stack right redzone: f3
Stack partial redzone: f4
Stack after return: f5
Stack use after scope: f8
Global redzone: f9
Global init order: f6
Poisoned by user: f7
ASan internal: fe
==23247== ABORTING
```
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1024">https://code.icecube.wisc.edu/projects/icecube/ticket/1024</a>, reported by negaand owned by jbraun</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-06-19T02:50:17",
"_ts": "1434682217191362",
"description": "at the bootcamp we discovered a heap-buffer-overflow in `I3Wavedeform.cxx:612`.\n\n{{{\n#!c\n608 basis = cholmod_l_allocate_sparse(basis_trip->nrow, basis_trip->ncol,\n609: basis_trip->nnz, true, true, 0, CHOLMOD_REAL, &c); \n610: for (int i = 0, accum = 0; i < nspes; ++i) { \n611: ((long *)(basis->p))[i] = accum; \n612: accum += col_counts[i]; \n613: } \n614: std::vector<long> col_indices(nspes,0); \n}}}\n\nASan output:\n{{{\n=================================================================\n==23247== ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60700001dfe8 at pc 0x7fd5b962bbb1 bp 0x7fff110978d0 sp 0x7fff110978c8\nREAD of size 4 at 0x60700001dfe8 thread T0\n #0 0x7fd5b962bbb0 in I3Wavedeform::GetPulses(__gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, __gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, OMKey const&, bool, WaveformTemplate const&, I3DOMCalibration const&, double) /home/nega/i3/combo/build/wavedeform/../../src/wavedeform/private/wavedeform/I3Wavedeform.cxx:612\n #1 0x7fd5b9627492 in I3Wavedeform::DAQ(boost::shared_ptr<I3Frame>) /home/nega/i3/combo/build/wavedeform/../../src/wavedeform/private/wavedeform/I3Wavedeform.cxx:213\n #2 0x7fd5b45ecdac in I3Module::Process() /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:226\n #3 0x7fd5b45eb86c in I3Module::Process_() /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:182\n #4 0x7fd5b45ea014 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:111\n #5 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132\n #6 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132\n #7 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132\n #8 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132\n #9 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132\n #10 0x7fd5b45d29d6 in I3Tray::Execute(unsigned int) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Tray.cxx:494\n #11 0x4f599a in local_test_routine_PulseTemplateTest() /home/nega/i3/combo/build/DOMLauncher/../../src/DOMLauncher/private/test/PulseTemplateTests.cxx:158\n #12 0x482196 in I3Test::test_group::run(std::string const&, bool) /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:182\n #13 0x483ebf in I3Test::test_suite::run(std::string const&) /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:372\n #14 0x485069 in main /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:563\n #15 0x7fd5aae99ec4 in __libc_start_main /build/buildd/eglibc-2.19/csu/libc-start.c:287\n #16 0x480fa8 in _start (/home/nega/i3/combo/build/bin/DOMLauncher-test+0x480fa8)\n0x60700001dfe8 is located 0 bytes to the right of 7912-byte region [0x60700001c100,0x60700001dfe8)\nallocated by thread T0 here:\n #0 0x7fd5bb14e81a in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.0+0x1181a)\n #1 0x7fd5ba93a7b6 in __gnu_cxx::new_allocator<int>::allocate(unsigned long, void const*) /usr/include/c++/4.8/ext/new_allocator.h:104\n #2 0x7fd5ba93407c in std::_Vector_base<int, std::allocator<int> >::_M_allocate(unsigned long) /usr/include/c++/4.8/bits/stl_vector.h:168\n #3 0x7fd5b96402a8 in void std::vector<int, std::allocator<int> >::_M_initialize_dispatch<int>(int, int, std::__true_type) /usr/include/c++/4.8/bits/stl_vector.h:1163\n #4 0x7fd5b9637a82 in std::vector<int, std::allocator<int> >::vector<int>(int, int, std::allocator<int> const&) /usr/include/c++/4.8/bits/stl_vector.h:404\n #5 0x7fd5b962b0f1 in I3Wavedeform::GetPulses(__gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, __gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, OMKey const&, bool, WaveformTemplate const&, I3DOMCalibration const&, double) /home/nega/i3/combo/build/wavedeform/../../src/wavedeform/private/wavedeform/I3Wavedeform.cxx:551\n #6 0x7fd5b9627492 in I3Wavedeform::DAQ(boost::shared_ptr<I3Frame>) /home/nega/i3/combo/build/wavedeform/../../src/wavedeform/private/wavedeform/I3Wavedeform.cxx:213\n #7 0x7fd5b45ecdac in I3Module::Process() /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:226\n #8 0x7fd5b45eb86c in I3Module::Process_() /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:182\n #9 0x7fd5b45ea014 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:111\n #10 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132\n #11 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132\n #12 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132\n #13 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132\n #14 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132\n #15 0x7fd5b45d29d6 in I3Tray::Execute(unsigned int) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Tray.cxx:494\n #16 0x4f599a in local_test_routine_PulseTemplateTest() /home/nega/i3/combo/build/DOMLauncher/../../src/DOMLauncher/private/test/PulseTemplateTests.cxx:158\n #17 0x482196 in I3Test::test_group::run(std::string const&, bool) /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:182\n #18 0x483ebf in I3Test::test_suite::run(std::string const&) /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:372\n #19 0x485069 in main /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:563\n #20 0x7fd5aae99ec4 in __libc_start_main /build/buildd/eglibc-2.19/csu/libc-start.c:287\nSUMMARY: AddressSanitizer: heap-buffer-overflow /home/nega/i3/combo/build/wavedeform/../../src/wavedeform/private/wavedeform/I3Wavedeform.cxx:612 I3Wavedeform::GetPulses(__gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, __gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, OMKey const&, bool, WaveformTemplate const&, I3DOMCalibration const&, double)\nShadow bytes around the buggy address:\n 0x0c0e7fffbba0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n 0x0c0e7fffbbb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n 0x0c0e7fffbbc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n 0x0c0e7fffbbd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n 0x0c0e7fffbbe0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n=>0x0c0e7fffbbf0: 00 00 00 00 00 00 00 00 00 00 00 00 00[fa]fa fa\n 0x0c0e7fffbc00: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa\n 0x0c0e7fffbc10: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa\n 0x0c0e7fffbc20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n 0x0c0e7fffbc30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n 0x0c0e7fffbc40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\nShadow byte legend (one shadow byte represents 8 application bytes):\n Addressable: 00\n Partially addressable: 01 02 03 04 05 06 07 \n Heap left redzone: fa\n Heap righ redzone: fb\n Freed Heap region: fd\n Stack left redzone: f1\n Stack mid redzone: f2\n Stack right redzone: f3\n Stack partial redzone: f4\n Stack after return: f5\n Stack use after scope: f8\n Global redzone: f9\n Global init order: f6\n Poisoned by user: f7\n ASan internal: fe\n==23247== ABORTING\n}}}",
"reporter": "nega",
"cc": "",
"resolution": "fixed",
"time": "2015-06-18T22:18:27",
"component": "combo reconstruction",
"summary": "wavedeform - heap buffer overflow in I3Wavedeform.cxx",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "jbraun",
"type": "defect"
}
```
</p>
</details>
| 1.0 | wavedeform - heap buffer overflow in I3Wavedeform.cxx (Trac #1024) - at the bootcamp we discovered a heap-buffer-overflow in `I3Wavedeform.cxx:612`.
```text
#!c
608 basis = cholmod_l_allocate_sparse(basis_trip->nrow, basis_trip->ncol,
609: basis_trip->nnz, true, true, 0, CHOLMOD_REAL, &c);
610: for (int i = 0, accum = 0; i < nspes; ++i) {
611: ((long *)(basis->p))[i] = accum;
612: accum += col_counts[i];
613: }
614: std::vector<long> col_indices(nspes,0);
```
ASan output:
```text
=================================================================
==23247== ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60700001dfe8 at pc 0x7fd5b962bbb1 bp 0x7fff110978d0 sp 0x7fff110978c8
READ of size 4 at 0x60700001dfe8 thread T0
https://code.icecube.wisc.edu/ticket/0 0x7fd5b962bbb0 in I3Wavedeform::GetPulses(__gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, __gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, OMKey const&, bool, WaveformTemplate const&, I3DOMCalibration const&, double) /home/nega/i3/combo/build/wavedeform/../../src/wavedeform/private/wavedeform/I3Wavedeform.cxx:612
#1 0x7fd5b9627492 in I3Wavedeform::DAQ(boost::shared_ptr<I3Frame>) /home/nega/i3/combo/build/wavedeform/../../src/wavedeform/private/wavedeform/I3Wavedeform.cxx:213
#2 0x7fd5b45ecdac in I3Module::Process() /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:226
#3 0x7fd5b45eb86c in I3Module::Process_() /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:182
#4 0x7fd5b45ea014 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:111
#5 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132
#6 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132
#7 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132
#8 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132
#9 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132
#10 0x7fd5b45d29d6 in I3Tray::Execute(unsigned int) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Tray.cxx:494
#11 0x4f599a in local_test_routine_PulseTemplateTest() /home/nega/i3/combo/build/DOMLauncher/../../src/DOMLauncher/private/test/PulseTemplateTests.cxx:158
#12 0x482196 in I3Test::test_group::run(std::string const&, bool) /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:182
#13 0x483ebf in I3Test::test_suite::run(std::string const&) /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:372
#14 0x485069 in main /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:563
#15 0x7fd5aae99ec4 in __libc_start_main /build/buildd/eglibc-2.19/csu/libc-start.c:287
#16 0x480fa8 in _start (/home/nega/i3/combo/build/bin/DOMLauncher-test+0x480fa8)
0x60700001dfe8 is located 0 bytes to the right of 7912-byte region [0x60700001c100,0x60700001dfe8)
allocated by thread T0 here:
https://code.icecube.wisc.edu/ticket/0 0x7fd5bb14e81a in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.0+0x1181a)
#1 0x7fd5ba93a7b6 in __gnu_cxx::new_allocator<int>::allocate(unsigned long, void const*) /usr/include/c++/4.8/ext/new_allocator.h:104
#2 0x7fd5ba93407c in std::_Vector_base<int, std::allocator<int> >::_M_allocate(unsigned long) /usr/include/c++/4.8/bits/stl_vector.h:168
#3 0x7fd5b96402a8 in void std::vector<int, std::allocator<int> >::_M_initialize_dispatch<int>(int, int, std::__true_type) /usr/include/c++/4.8/bits/stl_vector.h:1163
#4 0x7fd5b9637a82 in std::vector<int, std::allocator<int> >::vector<int>(int, int, std::allocator<int> const&) /usr/include/c++/4.8/bits/stl_vector.h:404
#5 0x7fd5b962b0f1 in I3Wavedeform::GetPulses(__gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, __gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, OMKey const&, bool, WaveformTemplate const&, I3DOMCalibration const&, double) /home/nega/i3/combo/build/wavedeform/../../src/wavedeform/private/wavedeform/I3Wavedeform.cxx:551
#6 0x7fd5b9627492 in I3Wavedeform::DAQ(boost::shared_ptr<I3Frame>) /home/nega/i3/combo/build/wavedeform/../../src/wavedeform/private/wavedeform/I3Wavedeform.cxx:213
#7 0x7fd5b45ecdac in I3Module::Process() /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:226
#8 0x7fd5b45eb86c in I3Module::Process_() /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:182
#9 0x7fd5b45ea014 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:111
#10 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132
#11 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132
#12 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132
#13 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132
#14 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132
#15 0x7fd5b45d29d6 in I3Tray::Execute(unsigned int) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Tray.cxx:494
#16 0x4f599a in local_test_routine_PulseTemplateTest() /home/nega/i3/combo/build/DOMLauncher/../../src/DOMLauncher/private/test/PulseTemplateTests.cxx:158
#17 0x482196 in I3Test::test_group::run(std::string const&, bool) /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:182
#18 0x483ebf in I3Test::test_suite::run(std::string const&) /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:372
#19 0x485069 in main /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:563
#20 0x7fd5aae99ec4 in __libc_start_main /build/buildd/eglibc-2.19/csu/libc-start.c:287
SUMMARY: AddressSanitizer: heap-buffer-overflow /home/nega/i3/combo/build/wavedeform/../../src/wavedeform/private/wavedeform/I3Wavedeform.cxx:612 I3Wavedeform::GetPulses(__gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, __gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, OMKey const&, bool, WaveformTemplate const&, I3DOMCalibration const&, double)
Shadow bytes around the buggy address:
0x0c0e7fffbba0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0c0e7fffbbb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0c0e7fffbbc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0c0e7fffbbd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0c0e7fffbbe0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
=>0x0c0e7fffbbf0: 00 00 00 00 00 00 00 00 00 00 00 00 00[fa]fa fa
0x0c0e7fffbc00: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x0c0e7fffbc10: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa
0x0c0e7fffbc20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0c0e7fffbc30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
0x0c0e7fffbc40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Shadow byte legend (one shadow byte represents 8 application bytes):
Addressable: 00
Partially addressable: 01 02 03 04 05 06 07
Heap left redzone: fa
Heap righ redzone: fb
Freed Heap region: fd
Stack left redzone: f1
Stack mid redzone: f2
Stack right redzone: f3
Stack partial redzone: f4
Stack after return: f5
Stack use after scope: f8
Global redzone: f9
Global init order: f6
Poisoned by user: f7
ASan internal: fe
==23247== ABORTING
```
<details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/1024">https://code.icecube.wisc.edu/projects/icecube/ticket/1024</a>, reported by negaand owned by jbraun</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2015-06-19T02:50:17",
"_ts": "1434682217191362",
"description": "at the bootcamp we discovered a heap-buffer-overflow in `I3Wavedeform.cxx:612`.\n\n{{{\n#!c\n608 basis = cholmod_l_allocate_sparse(basis_trip->nrow, basis_trip->ncol,\n609: basis_trip->nnz, true, true, 0, CHOLMOD_REAL, &c); \n610: for (int i = 0, accum = 0; i < nspes; ++i) { \n611: ((long *)(basis->p))[i] = accum; \n612: accum += col_counts[i]; \n613: } \n614: std::vector<long> col_indices(nspes,0); \n}}}\n\nASan output:\n{{{\n=================================================================\n==23247== ERROR: AddressSanitizer: heap-buffer-overflow on address 0x60700001dfe8 at pc 0x7fd5b962bbb1 bp 0x7fff110978d0 sp 0x7fff110978c8\nREAD of size 4 at 0x60700001dfe8 thread T0\n #0 0x7fd5b962bbb0 in I3Wavedeform::GetPulses(__gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, __gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, OMKey const&, bool, WaveformTemplate const&, I3DOMCalibration const&, double) /home/nega/i3/combo/build/wavedeform/../../src/wavedeform/private/wavedeform/I3Wavedeform.cxx:612\n #1 0x7fd5b9627492 in I3Wavedeform::DAQ(boost::shared_ptr<I3Frame>) /home/nega/i3/combo/build/wavedeform/../../src/wavedeform/private/wavedeform/I3Wavedeform.cxx:213\n #2 0x7fd5b45ecdac in I3Module::Process() /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:226\n #3 0x7fd5b45eb86c in I3Module::Process_() /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:182\n #4 0x7fd5b45ea014 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:111\n #5 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132\n #6 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132\n #7 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132\n #8 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132\n #9 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132\n #10 0x7fd5b45d29d6 in I3Tray::Execute(unsigned int) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Tray.cxx:494\n #11 0x4f599a in local_test_routine_PulseTemplateTest() /home/nega/i3/combo/build/DOMLauncher/../../src/DOMLauncher/private/test/PulseTemplateTests.cxx:158\n #12 0x482196 in I3Test::test_group::run(std::string const&, bool) /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:182\n #13 0x483ebf in I3Test::test_suite::run(std::string const&) /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:372\n #14 0x485069 in main /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:563\n #15 0x7fd5aae99ec4 in __libc_start_main /build/buildd/eglibc-2.19/csu/libc-start.c:287\n #16 0x480fa8 in _start (/home/nega/i3/combo/build/bin/DOMLauncher-test+0x480fa8)\n0x60700001dfe8 is located 0 bytes to the right of 7912-byte region [0x60700001c100,0x60700001dfe8)\nallocated by thread T0 here:\n #0 0x7fd5bb14e81a in operator new(unsigned long) (/usr/lib/x86_64-linux-gnu/libasan.so.0+0x1181a)\n #1 0x7fd5ba93a7b6 in __gnu_cxx::new_allocator<int>::allocate(unsigned long, void const*) /usr/include/c++/4.8/ext/new_allocator.h:104\n #2 0x7fd5ba93407c in std::_Vector_base<int, std::allocator<int> >::_M_allocate(unsigned long) /usr/include/c++/4.8/bits/stl_vector.h:168\n #3 0x7fd5b96402a8 in void std::vector<int, std::allocator<int> >::_M_initialize_dispatch<int>(int, int, std::__true_type) /usr/include/c++/4.8/bits/stl_vector.h:1163\n #4 0x7fd5b9637a82 in std::vector<int, std::allocator<int> >::vector<int>(int, int, std::allocator<int> const&) /usr/include/c++/4.8/bits/stl_vector.h:404\n #5 0x7fd5b962b0f1 in I3Wavedeform::GetPulses(__gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, __gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, OMKey const&, bool, WaveformTemplate const&, I3DOMCalibration const&, double) /home/nega/i3/combo/build/wavedeform/../../src/wavedeform/private/wavedeform/I3Wavedeform.cxx:551\n #6 0x7fd5b9627492 in I3Wavedeform::DAQ(boost::shared_ptr<I3Frame>) /home/nega/i3/combo/build/wavedeform/../../src/wavedeform/private/wavedeform/I3Wavedeform.cxx:213\n #7 0x7fd5b45ecdac in I3Module::Process() /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:226\n #8 0x7fd5b45eb86c in I3Module::Process_() /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:182\n #9 0x7fd5b45ea014 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:111\n #10 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132\n #11 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132\n #12 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132\n #13 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132\n #14 0x7fd5b45ea457 in I3Module::Do(void (I3Module::*)()) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Module.cxx:132\n #15 0x7fd5b45d29d6 in I3Tray::Execute(unsigned int) /home/nega/i3/combo/build/icetray/../../src/icetray/private/icetray/I3Tray.cxx:494\n #16 0x4f599a in local_test_routine_PulseTemplateTest() /home/nega/i3/combo/build/DOMLauncher/../../src/DOMLauncher/private/test/PulseTemplateTests.cxx:158\n #17 0x482196 in I3Test::test_group::run(std::string const&, bool) /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:182\n #18 0x483ebf in I3Test::test_suite::run(std::string const&) /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:372\n #19 0x485069 in main /home/nega/i3/combo/build/DOMLauncher/../../src/cmake/tool-patches/common/I3TestMain.ixx:563\n #20 0x7fd5aae99ec4 in __libc_start_main /build/buildd/eglibc-2.19/csu/libc-start.c:287\nSUMMARY: AddressSanitizer: heap-buffer-overflow /home/nega/i3/combo/build/wavedeform/../../src/wavedeform/private/wavedeform/I3Wavedeform.cxx:612 I3Wavedeform::GetPulses(__gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, __gnu_cxx::__normal_iterator<I3Waveform const*, std::vector<I3Waveform, std::allocator<I3Waveform> > >, OMKey const&, bool, WaveformTemplate const&, I3DOMCalibration const&, double)\nShadow bytes around the buggy address:\n 0x0c0e7fffbba0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n 0x0c0e7fffbbb0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n 0x0c0e7fffbbc0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n 0x0c0e7fffbbd0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n 0x0c0e7fffbbe0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n=>0x0c0e7fffbbf0: 00 00 00 00 00 00 00 00 00 00 00 00 00[fa]fa fa\n 0x0c0e7fffbc00: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa\n 0x0c0e7fffbc10: fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa\n 0x0c0e7fffbc20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n 0x0c0e7fffbc30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\n 0x0c0e7fffbc40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00\nShadow byte legend (one shadow byte represents 8 application bytes):\n Addressable: 00\n Partially addressable: 01 02 03 04 05 06 07 \n Heap left redzone: fa\n Heap righ redzone: fb\n Freed Heap region: fd\n Stack left redzone: f1\n Stack mid redzone: f2\n Stack right redzone: f3\n Stack partial redzone: f4\n Stack after return: f5\n Stack use after scope: f8\n Global redzone: f9\n Global init order: f6\n Poisoned by user: f7\n ASan internal: fe\n==23247== ABORTING\n}}}",
"reporter": "nega",
"cc": "",
"resolution": "fixed",
"time": "2015-06-18T22:18:27",
"component": "combo reconstruction",
"summary": "wavedeform - heap buffer overflow in I3Wavedeform.cxx",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "jbraun",
"type": "defect"
}
```
</p>
</details>
| defect | wavedeform heap buffer overflow in cxx trac at the bootcamp we discovered a heap buffer overflow in cxx text c basis cholmod l allocate sparse basis trip nrow basis trip ncol basis trip nnz true true cholmod real c for int i accum i nspes i long basis p accum accum col counts std vector col indices nspes asan output text error addresssanitizer heap buffer overflow on address at pc bp sp read of size at thread in getpulses gnu cxx normal iterator gnu cxx normal iterator omkey const bool waveformtemplate const const double home nega combo build wavedeform src wavedeform private wavedeform cxx in daq boost shared ptr home nega combo build wavedeform src wavedeform private wavedeform cxx in process home nega combo build icetray src icetray private icetray cxx in process home nega combo build icetray src icetray private icetray cxx in do void home nega combo build icetray src icetray private icetray cxx in do void home nega combo build icetray src icetray private icetray cxx in do void home nega combo build icetray src icetray private icetray cxx in do void home nega combo build icetray src icetray private icetray cxx in do void home nega combo build icetray src icetray private icetray cxx in do void home nega combo build icetray src icetray private icetray cxx in execute unsigned int home nega combo build icetray src icetray private icetray cxx in local test routine pulsetemplatetest home nega combo build domlauncher src domlauncher private test pulsetemplatetests cxx in test group run std string const bool home nega combo build domlauncher src cmake tool patches common ixx in test suite run std string const home nega combo build domlauncher src cmake tool patches common ixx in main home nega combo build domlauncher src cmake tool patches common ixx in libc start main build buildd eglibc csu libc start c in start home nega combo build bin domlauncher test is located bytes to the right of byte region allocated by thread here in operator new unsigned long usr lib linux gnu libasan so in gnu cxx new allocator allocate unsigned long void const usr include c ext new allocator h in std vector base m allocate unsigned long usr include c bits stl vector h in void std vector m initialize dispatch int int std true type usr include c bits stl vector h in std vector vector int int std allocator const usr include c bits stl vector h in getpulses gnu cxx normal iterator gnu cxx normal iterator omkey const bool waveformtemplate const const double home nega combo build wavedeform src wavedeform private wavedeform cxx in daq boost shared ptr home nega combo build wavedeform src wavedeform private wavedeform cxx in process home nega combo build icetray src icetray private icetray cxx in process home nega combo build icetray src icetray private icetray cxx in do void home nega combo build icetray src icetray private icetray cxx in do void home nega combo build icetray src icetray private icetray cxx in do void home nega combo build icetray src icetray private icetray cxx in do void home nega combo build icetray src icetray private icetray cxx in do void home nega combo build icetray src icetray private icetray cxx in do void home nega combo build icetray src icetray private icetray cxx in execute unsigned int home nega combo build icetray src icetray private icetray cxx in local test routine pulsetemplatetest home nega combo build domlauncher src domlauncher private test pulsetemplatetests cxx in test group run std string const bool home nega combo build domlauncher src cmake tool patches common ixx in test suite run std string const home nega combo build domlauncher src cmake tool patches common ixx in main home nega combo build domlauncher src cmake tool patches common ixx in libc start main build buildd eglibc csu libc start c summary addresssanitizer heap buffer overflow home nega combo build wavedeform src wavedeform private wavedeform cxx getpulses gnu cxx normal iterator gnu cxx normal iterator omkey const bool waveformtemplate const const double shadow bytes around the buggy address fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa shadow byte legend one shadow byte represents application bytes addressable partially addressable heap left redzone fa heap righ redzone fb freed heap region fd stack left redzone stack mid redzone stack right redzone stack partial redzone stack after return stack use after scope global redzone global init order poisoned by user asan internal fe aborting migrated from json status closed changetime ts description at the bootcamp we discovered a heap buffer overflow in cxx n n n c basis cholmod l allocate sparse basis trip nrow basis trip ncol basis trip nnz true true cholmod real c for int i accum i p accum accum col counts std vector col indices nspes n n nasan output n n n error addresssanitizer heap buffer overflow on address at pc bp sp nread of size at thread n in getpulses gnu cxx normal iterator gnu cxx normal iterator omkey const bool waveformtemplate const const double home nega combo build wavedeform src wavedeform private wavedeform cxx n in daq boost shared ptr home nega combo build wavedeform src wavedeform private wavedeform cxx n in process home nega combo build icetray src icetray private icetray cxx n in process home nega combo build icetray src icetray private icetray cxx n in do void home nega combo build icetray src icetray private icetray cxx n in do void home nega combo build icetray src icetray private icetray cxx n in do void home nega combo build icetray src icetray private icetray cxx n in do void home nega combo build icetray src icetray private icetray cxx n in do void home nega combo build icetray src icetray private icetray cxx n in do void home nega combo build icetray src icetray private icetray cxx n in execute unsigned int home nega combo build icetray src icetray private icetray cxx n in local test routine pulsetemplatetest home nega combo build domlauncher src domlauncher private test pulsetemplatetests cxx n in test group run std string const bool home nega combo build domlauncher src cmake tool patches common ixx n in test suite run std string const home nega combo build domlauncher src cmake tool patches common ixx n in main home nega combo build domlauncher src cmake tool patches common ixx n in libc start main build buildd eglibc csu libc start c n in start home nega combo build bin domlauncher test is located bytes to the right of byte region fa fa n fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa n fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa fa n n n nshadow byte legend one shadow byte represents application bytes n addressable n partially addressable n heap left redzone fa n heap righ redzone fb n freed heap region fd n stack left redzone n stack mid redzone n stack right redzone n stack partial redzone n stack after return n stack use after scope n global redzone n global init order n poisoned by user n asan internal fe n aborting n reporter nega cc resolution fixed time component combo reconstruction summary wavedeform heap buffer overflow in cxx priority normal keywords milestone owner jbraun type defect | 1 |
353,682 | 25,131,040,987 | IssuesEvent | 2022-11-09 15:10:01 | hypothesis/report | https://api.github.com/repos/hypothesis/report | closed | When all required spikes are done, document the chosen design | documentation | We want to diagram and explanation of:
* The architecture
* The flow of data (where it's at rest etc.)
* Permissions (who can do what?)
## Documentation
* https://www.notion.so/Proposed-solution-for-internal-global-reports-6b48e251861842ca8b2c7a6ea76c15fd | 1.0 | When all required spikes are done, document the chosen design - We want to diagram and explanation of:
* The architecture
* The flow of data (where it's at rest etc.)
* Permissions (who can do what?)
## Documentation
* https://www.notion.so/Proposed-solution-for-internal-global-reports-6b48e251861842ca8b2c7a6ea76c15fd | non_defect | when all required spikes are done document the chosen design we want to diagram and explanation of the architecture the flow of data where it s at rest etc permissions who can do what documentation | 0 |
424,344 | 29,048,831,056 | IssuesEvent | 2023-05-13 23:21:30 | samugd17/gitlab | https://api.github.com/repos/samugd17/gitlab | closed | Contestar pregunta 3. | documentation | Se debe realizar la búsqueda de información y contestar a la pregunta "¿Qué ofrece?". Recordar siempre añadir las páginas web de referencia a la bibliografía del proyecto. | 1.0 | Contestar pregunta 3. - Se debe realizar la búsqueda de información y contestar a la pregunta "¿Qué ofrece?". Recordar siempre añadir las páginas web de referencia a la bibliografía del proyecto. | non_defect | contestar pregunta se debe realizar la búsqueda de información y contestar a la pregunta ¿qué ofrece recordar siempre añadir las páginas web de referencia a la bibliografía del proyecto | 0 |
41,439 | 10,465,839,956 | IssuesEvent | 2019-09-21 14:18:57 | spacchetti/spago | https://api.github.com/repos/spacchetti/spago | closed | Remote file not found error is too vague | blocked defect | ```
$ sp install
spago:
Error: Remote file not found
``` | 1.0 | Remote file not found error is too vague - ```
$ sp install
spago:
Error: Remote file not found
``` | defect | remote file not found error is too vague sp install spago error remote file not found | 1 |
654,606 | 21,657,710,672 | IssuesEvent | 2022-05-06 15:39:48 | WordPress/openverse-frontend | https://api.github.com/repos/WordPress/openverse-frontend | opened | Filter sidebar contents shift downwards when going between 1 and 0 selected filters | good first issue help wanted 🟩 priority: low 🛠 goal: fix 🕹 aspect: interface | ## Description
<!-- Concisely describe the bug. Compare your experience with what you expected to happen. -->
<!-- For example: "I clicked the 'submit' button and instead of seeing a thank you message, I saw a blank page." -->
Filter sidebar contents shift downwards when going between 1 and 0 selected filters
## Reproduction
<!-- Provide detailed steps to reproduce the bug. -->
1. <!-- Step 1 ... --> Go to `search-staging.openverse.engineering/search?q=birds` and open the filter sidebar
2. <!-- Step 2 ... --> Toggle a single filter back and forth and note that the sidebar contents shift downwards/upwards when going to and from a single selected filter.
## Screenshots
<!-- Add screenshots to show the problem; or delete the section entirely. -->
https://user-images.githubusercontent.com/24264157/167166046-8a659fff-5da0-42c6-a3ce-be14e5dfb226.mp4
## Additional context
Probably a height issue with the "clear filters" button.
## Resolution
<!-- Replace the [ ] with [x] to check the box. -->
- [ ] 🙋 I would be interested in resolving this bug.
| 1.0 | Filter sidebar contents shift downwards when going between 1 and 0 selected filters - ## Description
<!-- Concisely describe the bug. Compare your experience with what you expected to happen. -->
<!-- For example: "I clicked the 'submit' button and instead of seeing a thank you message, I saw a blank page." -->
Filter sidebar contents shift downwards when going between 1 and 0 selected filters
## Reproduction
<!-- Provide detailed steps to reproduce the bug. -->
1. <!-- Step 1 ... --> Go to `search-staging.openverse.engineering/search?q=birds` and open the filter sidebar
2. <!-- Step 2 ... --> Toggle a single filter back and forth and note that the sidebar contents shift downwards/upwards when going to and from a single selected filter.
## Screenshots
<!-- Add screenshots to show the problem; or delete the section entirely. -->
https://user-images.githubusercontent.com/24264157/167166046-8a659fff-5da0-42c6-a3ce-be14e5dfb226.mp4
## Additional context
Probably a height issue with the "clear filters" button.
## Resolution
<!-- Replace the [ ] with [x] to check the box. -->
- [ ] 🙋 I would be interested in resolving this bug.
| non_defect | filter sidebar contents shift downwards when going between and selected filters description filter sidebar contents shift downwards when going between and selected filters reproduction go to search staging openverse engineering search q birds and open the filter sidebar toggle a single filter back and forth and note that the sidebar contents shift downwards upwards when going to and from a single selected filter screenshots additional context probably a height issue with the clear filters button resolution 🙋 i would be interested in resolving this bug | 0 |
436,418 | 12,550,397,864 | IssuesEvent | 2020-06-06 10:58:38 | googleapis/google-api-java-client-services | https://api.github.com/repos/googleapis/google-api-java-client-services | opened | Synthesis failed for toolresults | autosynth failure priority: p1 type: bug | Hello! Autosynth couldn't regenerate toolresults. :broken_heart:
Here's the output from running `synth.py`:
```
2020-06-06 03:58:30,463 autosynth [INFO] > logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/google-api-java-client-services
2020-06-06 03:58:31,818 autosynth [DEBUG] > Running: git config --global core.excludesfile /home/kbuilder/.autosynth-gitignore
2020-06-06 03:58:31,822 autosynth [DEBUG] > Running: git config user.name yoshi-automation
2020-06-06 03:58:31,826 autosynth [DEBUG] > Running: git config user.email yoshi-automation@google.com
2020-06-06 03:58:31,842 autosynth [DEBUG] > Running: git config push.default simple
2020-06-06 03:58:31,846 autosynth [DEBUG] > Running: git branch -f autosynth-toolresults
2020-06-06 03:58:31,850 autosynth [DEBUG] > Running: git checkout autosynth-toolresults
Switched to branch 'autosynth-toolresults'
2020-06-06 03:58:32,286 autosynth [INFO] > Running synthtool
2020-06-06 03:58:32,286 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/google-api-services-toolresults/synth.metadata', 'synth.py', '--']
2020-06-06 03:58:32,288 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata clients/google-api-services-toolresults/synth.metadata synth.py -- toolresults
tee: /tmpfs/src/github/synthtool/logs/googleapis/google-api-java-client-services: Is a directory
2020-06-06 03:58:32,501 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py.
On branch autosynth-toolresults
nothing to commit, working tree clean
2020-06-06 03:58:32,882 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git.
DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git.
2020-06-06 03:58:33,270 synthtool [DEBUG] > Cleaning output directory.
DEBUG:synthtool:Cleaning output directory.
2020-06-06 03:58:33,273 synthtool [DEBUG] > Installing dependencies.
DEBUG:synthtool:Installing dependencies.
2020-06-06 03:58:35,069 synthtool [INFO] > Generating toolresults v1beta3.
INFO:synthtool:Generating toolresults v1beta3.
2020-06-06 03:58:35,069 synthtool [INFO] > 1.30.1
INFO:synthtool: 1.30.1
WARNING:root:object without properties AndroidTestLoop: OrderedDict([(u'description', u'Test Loops are tests that can be launched by the app itself, determining\nwhen to run by listening for an intent.'), (u'type', u'object'), (u'properties', OrderedDict()), (u'id', u'AndroidTestLoop')])
WARNING:root:object without properties AvailableDeepLinks: OrderedDict([(u'id', u'AvailableDeepLinks'), (u'description', u'A suggestion to use deep links for a Robo run.'), (u'type', u'object'), (u'properties', OrderedDict())])
WARNING:root:object without properties FailedToInstall: OrderedDict([(u'type', u'object'), (u'properties', OrderedDict()), (u'id', u'FailedToInstall'), (u'description', u'Failed to install the APK.')])
WARNING:root:object without properties InsufficientCoverage: OrderedDict([(u'description', u'A warning that Robo did not crawl potentially important parts of the app.'), (u'type', u'object'), (u'properties', OrderedDict()), (u'id', u'InsufficientCoverage')])
WARNING:root:object without properties IosRoboTest: OrderedDict([(u'type', u'object'), (u'properties', OrderedDict()), (u'id', u'IosRoboTest'), (u'description', u'A Robo test for an iOS application.')])
WARNING:root:object without properties LauncherActivityNotFound: OrderedDict([(u'id', u'LauncherActivityNotFound'), (u'description', u'Failed to find the launcher activity of an app.'), (u'type', u'object'), (u'properties', OrderedDict())])
WARNING:root:object without properties MatrixDimensionDefinition: OrderedDict([(u'id', u'MatrixDimensionDefinition'), (u'description', u'One dimension of the matrix of different runs of a step.'), (u'type', u'object'), (u'properties', OrderedDict())])
WARNING:root:object without properties PerformedGoogleLogin: OrderedDict([(u'type', u'object'), (u'properties', OrderedDict()), (u'id', u'PerformedGoogleLogin'), (u'description', u'A notification that Robo signed in with Google.')])
WARNING:root:object without properties StepSummary: OrderedDict([(u'description', u'Lightweight summary of a step within this execution.'), (u'type', u'object'), (u'properties', OrderedDict()), (u'id', u'StepSummary')])
WARNING:root:object without properties UnspecifiedWarning: OrderedDict([(u'description', u'Default unspecified warning.'), (u'type', u'object'), (u'properties', OrderedDict()), (u'id', u'UnspecifiedWarning')])
Writing json metadata to clients/google-api-services-toolresults/v1beta3.metadata.json
2020-06-06 03:58:36,759 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-toolresults/synth.metadata.
DEBUG:synthtool:Wrote metadata to clients/google-api-services-toolresults/synth.metadata.
2020-06-06 03:58:36,791 autosynth [DEBUG] > Running: git clean -fdx
Removing .cache/
Removing __pycache__/
Removing clients/google-api-services-toolresults/synth.metadata
Removing generator/.cache/
Removing generator/ez_setup.pyc
Removing generator/src/google_apis_client_generator.egg-info/
Removing generator/src/googleapis/__init__.pyc
Removing generator/src/googleapis/codegen/__init__.pyc
Removing generator/src/googleapis/codegen/api.pyc
Removing generator/src/googleapis/codegen/api_exception.pyc
Removing generator/src/googleapis/codegen/api_library_generator.pyc
Removing generator/src/googleapis/codegen/data_types.pyc
Removing generator/src/googleapis/codegen/django_helpers.pyc
Removing generator/src/googleapis/codegen/filesys/__init__.pyc
Removing generator/src/googleapis/codegen/filesys/files.pyc
Removing generator/src/googleapis/codegen/filesys/filesystem_library_package.pyc
Removing generator/src/googleapis/codegen/filesys/library_package.pyc
Removing generator/src/googleapis/codegen/filesys/package_writer_foundry.pyc
Removing generator/src/googleapis/codegen/filesys/tar_library_package.pyc
Removing generator/src/googleapis/codegen/filesys/zip_library_package.pyc
Removing generator/src/googleapis/codegen/generate_library.pyc
Removing generator/src/googleapis/codegen/generator.pyc
Removing generator/src/googleapis/codegen/generator_lookup.pyc
Removing generator/src/googleapis/codegen/import_definition.pyc
Removing generator/src/googleapis/codegen/java_generator.pyc
Removing generator/src/googleapis/codegen/java_import_manager.pyc
Removing generator/src/googleapis/codegen/language_model.pyc
Removing generator/src/googleapis/codegen/schema.pyc
Removing generator/src/googleapis/codegen/targets.pyc
Removing generator/src/googleapis/codegen/template_helpers.pyc
Removing generator/src/googleapis/codegen/template_objects.pyc
Removing generator/src/googleapis/codegen/utilities/__init__.pyc
Removing generator/src/googleapis/codegen/utilities/convert_size.pyc
Removing generator/src/googleapis/codegen/utilities/html_stripper.pyc
Removing generator/src/googleapis/codegen/utilities/json_expander.pyc
Removing generator/src/googleapis/codegen/utilities/json_with_comments.pyc
Removing generator/src/googleapis/codegen/utilities/maven_utils.pyc
Removing generator/src/googleapis/codegen/utilities/name_validator.pyc
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 615, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 476, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 555, in _inner_main
).synthesize(base_synth_log_path)
File "/tmpfs/src/github/synthtool/autosynth/synthesizer.py", line 121, in synthesize
with open(log_file_path, "rt") as fp:
IsADirectoryError: [Errno 21] Is a directory: '/tmpfs/src/github/synthtool/logs/googleapis/google-api-java-client-services'
```
Google internal developers can see the full log [here](http://sponge2/results/invocations/a12fce2f-fa64-48b1-abd7-5a9cfc4df713/targets/github%2Fsynthtool;config=default/tests;query=google-api-java-client-services;failed=false).
| 1.0 | Synthesis failed for toolresults - Hello! Autosynth couldn't regenerate toolresults. :broken_heart:
Here's the output from running `synth.py`:
```
2020-06-06 03:58:30,463 autosynth [INFO] > logs will be written to: /tmpfs/src/github/synthtool/logs/googleapis/google-api-java-client-services
2020-06-06 03:58:31,818 autosynth [DEBUG] > Running: git config --global core.excludesfile /home/kbuilder/.autosynth-gitignore
2020-06-06 03:58:31,822 autosynth [DEBUG] > Running: git config user.name yoshi-automation
2020-06-06 03:58:31,826 autosynth [DEBUG] > Running: git config user.email yoshi-automation@google.com
2020-06-06 03:58:31,842 autosynth [DEBUG] > Running: git config push.default simple
2020-06-06 03:58:31,846 autosynth [DEBUG] > Running: git branch -f autosynth-toolresults
2020-06-06 03:58:31,850 autosynth [DEBUG] > Running: git checkout autosynth-toolresults
Switched to branch 'autosynth-toolresults'
2020-06-06 03:58:32,286 autosynth [INFO] > Running synthtool
2020-06-06 03:58:32,286 autosynth [INFO] > ['/tmpfs/src/github/synthtool/env/bin/python3', '-m', 'synthtool', '--metadata', 'clients/google-api-services-toolresults/synth.metadata', 'synth.py', '--']
2020-06-06 03:58:32,288 autosynth [DEBUG] > Running: /tmpfs/src/github/synthtool/env/bin/python3 -m synthtool --metadata clients/google-api-services-toolresults/synth.metadata synth.py -- toolresults
tee: /tmpfs/src/github/synthtool/logs/googleapis/google-api-java-client-services: Is a directory
2020-06-06 03:58:32,501 synthtool [DEBUG] > Executing /home/kbuilder/.cache/synthtool/google-api-java-client-services/synth.py.
On branch autosynth-toolresults
nothing to commit, working tree clean
2020-06-06 03:58:32,882 synthtool [DEBUG] > Cloning https://github.com/googleapis/discovery-artifact-manager.git.
DEBUG:synthtool:Cloning https://github.com/googleapis/discovery-artifact-manager.git.
2020-06-06 03:58:33,270 synthtool [DEBUG] > Cleaning output directory.
DEBUG:synthtool:Cleaning output directory.
2020-06-06 03:58:33,273 synthtool [DEBUG] > Installing dependencies.
DEBUG:synthtool:Installing dependencies.
2020-06-06 03:58:35,069 synthtool [INFO] > Generating toolresults v1beta3.
INFO:synthtool:Generating toolresults v1beta3.
2020-06-06 03:58:35,069 synthtool [INFO] > 1.30.1
INFO:synthtool: 1.30.1
WARNING:root:object without properties AndroidTestLoop: OrderedDict([(u'description', u'Test Loops are tests that can be launched by the app itself, determining\nwhen to run by listening for an intent.'), (u'type', u'object'), (u'properties', OrderedDict()), (u'id', u'AndroidTestLoop')])
WARNING:root:object without properties AvailableDeepLinks: OrderedDict([(u'id', u'AvailableDeepLinks'), (u'description', u'A suggestion to use deep links for a Robo run.'), (u'type', u'object'), (u'properties', OrderedDict())])
WARNING:root:object without properties FailedToInstall: OrderedDict([(u'type', u'object'), (u'properties', OrderedDict()), (u'id', u'FailedToInstall'), (u'description', u'Failed to install the APK.')])
WARNING:root:object without properties InsufficientCoverage: OrderedDict([(u'description', u'A warning that Robo did not crawl potentially important parts of the app.'), (u'type', u'object'), (u'properties', OrderedDict()), (u'id', u'InsufficientCoverage')])
WARNING:root:object without properties IosRoboTest: OrderedDict([(u'type', u'object'), (u'properties', OrderedDict()), (u'id', u'IosRoboTest'), (u'description', u'A Robo test for an iOS application.')])
WARNING:root:object without properties LauncherActivityNotFound: OrderedDict([(u'id', u'LauncherActivityNotFound'), (u'description', u'Failed to find the launcher activity of an app.'), (u'type', u'object'), (u'properties', OrderedDict())])
WARNING:root:object without properties MatrixDimensionDefinition: OrderedDict([(u'id', u'MatrixDimensionDefinition'), (u'description', u'One dimension of the matrix of different runs of a step.'), (u'type', u'object'), (u'properties', OrderedDict())])
WARNING:root:object without properties PerformedGoogleLogin: OrderedDict([(u'type', u'object'), (u'properties', OrderedDict()), (u'id', u'PerformedGoogleLogin'), (u'description', u'A notification that Robo signed in with Google.')])
WARNING:root:object without properties StepSummary: OrderedDict([(u'description', u'Lightweight summary of a step within this execution.'), (u'type', u'object'), (u'properties', OrderedDict()), (u'id', u'StepSummary')])
WARNING:root:object without properties UnspecifiedWarning: OrderedDict([(u'description', u'Default unspecified warning.'), (u'type', u'object'), (u'properties', OrderedDict()), (u'id', u'UnspecifiedWarning')])
Writing json metadata to clients/google-api-services-toolresults/v1beta3.metadata.json
2020-06-06 03:58:36,759 synthtool [DEBUG] > Wrote metadata to clients/google-api-services-toolresults/synth.metadata.
DEBUG:synthtool:Wrote metadata to clients/google-api-services-toolresults/synth.metadata.
2020-06-06 03:58:36,791 autosynth [DEBUG] > Running: git clean -fdx
Removing .cache/
Removing __pycache__/
Removing clients/google-api-services-toolresults/synth.metadata
Removing generator/.cache/
Removing generator/ez_setup.pyc
Removing generator/src/google_apis_client_generator.egg-info/
Removing generator/src/googleapis/__init__.pyc
Removing generator/src/googleapis/codegen/__init__.pyc
Removing generator/src/googleapis/codegen/api.pyc
Removing generator/src/googleapis/codegen/api_exception.pyc
Removing generator/src/googleapis/codegen/api_library_generator.pyc
Removing generator/src/googleapis/codegen/data_types.pyc
Removing generator/src/googleapis/codegen/django_helpers.pyc
Removing generator/src/googleapis/codegen/filesys/__init__.pyc
Removing generator/src/googleapis/codegen/filesys/files.pyc
Removing generator/src/googleapis/codegen/filesys/filesystem_library_package.pyc
Removing generator/src/googleapis/codegen/filesys/library_package.pyc
Removing generator/src/googleapis/codegen/filesys/package_writer_foundry.pyc
Removing generator/src/googleapis/codegen/filesys/tar_library_package.pyc
Removing generator/src/googleapis/codegen/filesys/zip_library_package.pyc
Removing generator/src/googleapis/codegen/generate_library.pyc
Removing generator/src/googleapis/codegen/generator.pyc
Removing generator/src/googleapis/codegen/generator_lookup.pyc
Removing generator/src/googleapis/codegen/import_definition.pyc
Removing generator/src/googleapis/codegen/java_generator.pyc
Removing generator/src/googleapis/codegen/java_import_manager.pyc
Removing generator/src/googleapis/codegen/language_model.pyc
Removing generator/src/googleapis/codegen/schema.pyc
Removing generator/src/googleapis/codegen/targets.pyc
Removing generator/src/googleapis/codegen/template_helpers.pyc
Removing generator/src/googleapis/codegen/template_objects.pyc
Removing generator/src/googleapis/codegen/utilities/__init__.pyc
Removing generator/src/googleapis/codegen/utilities/convert_size.pyc
Removing generator/src/googleapis/codegen/utilities/html_stripper.pyc
Removing generator/src/googleapis/codegen/utilities/json_expander.pyc
Removing generator/src/googleapis/codegen/utilities/json_with_comments.pyc
Removing generator/src/googleapis/codegen/utilities/maven_utils.pyc
Removing generator/src/googleapis/codegen/utilities/name_validator.pyc
Traceback (most recent call last):
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 193, in _run_module_as_main
"__main__", mod_spec)
File "/home/kbuilder/.pyenv/versions/3.6.9/lib/python3.6/runpy.py", line 85, in _run_code
exec(code, run_globals)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 615, in <module>
main()
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 476, in main
return _inner_main(temp_dir)
File "/tmpfs/src/github/synthtool/autosynth/synth.py", line 555, in _inner_main
).synthesize(base_synth_log_path)
File "/tmpfs/src/github/synthtool/autosynth/synthesizer.py", line 121, in synthesize
with open(log_file_path, "rt") as fp:
IsADirectoryError: [Errno 21] Is a directory: '/tmpfs/src/github/synthtool/logs/googleapis/google-api-java-client-services'
```
Google internal developers can see the full log [here](http://sponge2/results/invocations/a12fce2f-fa64-48b1-abd7-5a9cfc4df713/targets/github%2Fsynthtool;config=default/tests;query=google-api-java-client-services;failed=false).
| non_defect | synthesis failed for toolresults hello autosynth couldn t regenerate toolresults broken heart here s the output from running synth py autosynth logs will be written to tmpfs src github synthtool logs googleapis google api java client services autosynth running git config global core excludesfile home kbuilder autosynth gitignore autosynth running git config user name yoshi automation autosynth running git config user email yoshi automation google com autosynth running git config push default simple autosynth running git branch f autosynth toolresults autosynth running git checkout autosynth toolresults switched to branch autosynth toolresults autosynth running synthtool autosynth autosynth running tmpfs src github synthtool env bin m synthtool metadata clients google api services toolresults synth metadata synth py toolresults tee tmpfs src github synthtool logs googleapis google api java client services is a directory synthtool executing home kbuilder cache synthtool google api java client services synth py on branch autosynth toolresults nothing to commit working tree clean synthtool cloning debug synthtool cloning synthtool cleaning output directory debug synthtool cleaning output directory synthtool installing dependencies debug synthtool installing dependencies synthtool generating toolresults info synthtool generating toolresults synthtool info synthtool warning root object without properties androidtestloop ordereddict warning root object without properties availabledeeplinks ordereddict warning root object without properties failedtoinstall ordereddict warning root object without properties insufficientcoverage ordereddict warning root object without properties iosrobotest ordereddict warning root object without properties launcheractivitynotfound ordereddict warning root object without properties matrixdimensiondefinition ordereddict warning root object without properties performedgooglelogin ordereddict warning root object without properties stepsummary ordereddict warning root object without properties unspecifiedwarning ordereddict writing json metadata to clients google api services toolresults metadata json synthtool wrote metadata to clients google api services toolresults synth metadata debug synthtool wrote metadata to clients google api services toolresults synth metadata autosynth running git clean fdx removing cache removing pycache removing clients google api services toolresults synth metadata removing generator cache removing generator ez setup pyc removing generator src google apis client generator egg info removing generator src googleapis init pyc removing generator src googleapis codegen init pyc removing generator src googleapis codegen api pyc removing generator src googleapis codegen api exception pyc removing generator src googleapis codegen api library generator pyc removing generator src googleapis codegen data types pyc removing generator src googleapis codegen django helpers pyc removing generator src googleapis codegen filesys init pyc removing generator src googleapis codegen filesys files pyc removing generator src googleapis codegen filesys filesystem library package pyc removing generator src googleapis codegen filesys library package pyc removing generator src googleapis codegen filesys package writer foundry pyc removing generator src googleapis codegen filesys tar library package pyc removing generator src googleapis codegen filesys zip library package pyc removing generator src googleapis codegen generate library pyc removing generator src googleapis codegen generator pyc removing generator src googleapis codegen generator lookup pyc removing generator src googleapis codegen import definition pyc removing generator src googleapis codegen java generator pyc removing generator src googleapis codegen java import manager pyc removing generator src googleapis codegen language model pyc removing generator src googleapis codegen schema pyc removing generator src googleapis codegen targets pyc removing generator src googleapis codegen template helpers pyc removing generator src googleapis codegen template objects pyc removing generator src googleapis codegen utilities init pyc removing generator src googleapis codegen utilities convert size pyc removing generator src googleapis codegen utilities html stripper pyc removing generator src googleapis codegen utilities json expander pyc removing generator src googleapis codegen utilities json with comments pyc removing generator src googleapis codegen utilities maven utils pyc removing generator src googleapis codegen utilities name validator pyc traceback most recent call last file home kbuilder pyenv versions lib runpy py line in run module as main main mod spec file home kbuilder pyenv versions lib runpy py line in run code exec code run globals file tmpfs src github synthtool autosynth synth py line in main file tmpfs src github synthtool autosynth synth py line in main return inner main temp dir file tmpfs src github synthtool autosynth synth py line in inner main synthesize base synth log path file tmpfs src github synthtool autosynth synthesizer py line in synthesize with open log file path rt as fp isadirectoryerror is a directory tmpfs src github synthtool logs googleapis google api java client services google internal developers can see the full log | 0 |
39,553 | 9,541,694,919 | IssuesEvent | 2019-04-30 23:25:54 | UIOWA5830SP19/SPP300 | https://api.github.com/repos/UIOWA5830SP19/SPP300 | closed | Filtering issue while selecting multiple research interest | Sprint6 T1 - Defect | **Describe the issue here**
This issue was found out by Harsha while filtering applications on faculty landing page on production server. Heroku was throwing below error when 'multiple' option is selected for research interest.

 | 1.0 | Filtering issue while selecting multiple research interest - **Describe the issue here**
This issue was found out by Harsha while filtering applications on faculty landing page on production server. Heroku was throwing below error when 'multiple' option is selected for research interest.

 | defect | filtering issue while selecting multiple research interest describe the issue here this issue was found out by harsha while filtering applications on faculty landing page on production server heroku was throwing below error when multiple option is selected for research interest | 1 |
60,717 | 17,023,502,281 | IssuesEvent | 2021-07-03 02:21:18 | tomhughes/trac-tickets | https://api.github.com/repos/tomhughes/trac-tickets | closed | Cannot send messages on Norwegian website | Component: website Priority: major Resolution: fixed Type: defect | **[Submitted to the original trac issue database at 8.08am, Thursday, 5th November 2009]**
When using the Norwegian translation of www.openstreetmap.org, sending messages fails with :
Application error
The OpenStreetMap server encountered an unexpected condition that prevented it from fulfilling the request (HTTP 500)
Feel free to contact the OpenStreetMap community if your problem persists. Make a note of the exact URL / post data of your request.
This may be a problem in our Ruby On Rails code. 500 occurs with exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code)
| 1.0 | Cannot send messages on Norwegian website - **[Submitted to the original trac issue database at 8.08am, Thursday, 5th November 2009]**
When using the Norwegian translation of www.openstreetmap.org, sending messages fails with :
Application error
The OpenStreetMap server encountered an unexpected condition that prevented it from fulfilling the request (HTTP 500)
Feel free to contact the OpenStreetMap community if your problem persists. Make a note of the exact URL / post data of your request.
This may be a problem in our Ruby On Rails code. 500 occurs with exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code)
| defect | cannot send messages on norwegian website when using the norwegian translation of sending messages fails with application error the openstreetmap server encountered an unexpected condition that prevented it from fulfilling the request http feel free to contact the openstreetmap community if your problem persists make a note of the exact url post data of your request this may be a problem in our ruby on rails code occurs with exceptions thrown outside of an action like in dispatcher setups or broken ruby code | 1 |
72,699 | 24,246,515,507 | IssuesEvent | 2022-09-27 11:01:16 | MarcusWolschon/osmeditor4android | https://api.github.com/repos/MarcusWolschon/osmeditor4android | closed | Wrong node deleted | Defect Medium | With the screen locked long press a node, then press Edit Tags, and then just hit the check mark.
Okay, now do the same thing for a different node.
Okay now in the three dot menu push Delete.
The wrong node is deleted!



 | 1.0 | Wrong node deleted - With the screen locked long press a node, then press Edit Tags, and then just hit the check mark.
Okay, now do the same thing for a different node.
Okay now in the three dot menu push Delete.
The wrong node is deleted!



 | defect | wrong node deleted with the screen locked long press a node then press edit tags and then just hit the check mark okay now do the same thing for a different node okay now in the three dot menu push delete the wrong node is deleted | 1 |
205,511 | 7,102,758,291 | IssuesEvent | 2018-01-16 00:14:59 | davide-romanini/comictagger | https://api.github.com/repos/davide-romanini/comictagger | closed | Python Imaging library is not available and is needed for issue identification... | Priority-Medium bug imported | _From [murf...@gmail.com](https://code.google.com/u/116469566441608387730/) on June 27, 2014 18:36:45_
What version of ComicTagger are you using? 1.1.15-beta On what operating system (Mac, Linux, Windows)? What version? linux GUI or command line? gui What steps will reproduce the problem? 1.Open folder filled with comics
2.select a comic from list on right
3.click auto-tag or auto-identify What is the expected output? What do you see instead? It gives an error when the auto-identify button is clicked and then the matches are displayed in the search box behind it. I can then manually click the OK button to load the tags. If I use auto-tag then the error is displayed in the cli as the following.
Python Imaging Library (PIL) is not available and is needed for issue identification.
Online search: No match found. Save aborted
#
Auto-Tagging 28 of 100 Please provide any additional information below. PIL is installed properly on my system. Also, all other dependencies are installed as per the instructions.
_Original issue: http://code.google.com/p/comictagger/issues/detail?id=54_
| 1.0 | Python Imaging library is not available and is needed for issue identification... - _From [murf...@gmail.com](https://code.google.com/u/116469566441608387730/) on June 27, 2014 18:36:45_
What version of ComicTagger are you using? 1.1.15-beta On what operating system (Mac, Linux, Windows)? What version? linux GUI or command line? gui What steps will reproduce the problem? 1.Open folder filled with comics
2.select a comic from list on right
3.click auto-tag or auto-identify What is the expected output? What do you see instead? It gives an error when the auto-identify button is clicked and then the matches are displayed in the search box behind it. I can then manually click the OK button to load the tags. If I use auto-tag then the error is displayed in the cli as the following.
Python Imaging Library (PIL) is not available and is needed for issue identification.
Online search: No match found. Save aborted
#
Auto-Tagging 28 of 100 Please provide any additional information below. PIL is installed properly on my system. Also, all other dependencies are installed as per the instructions.
_Original issue: http://code.google.com/p/comictagger/issues/detail?id=54_
| non_defect | python imaging library is not available and is needed for issue identification from on june what version of comictagger are you using beta on what operating system mac linux windows what version linux gui or command line gui what steps will reproduce the problem open folder filled with comics select a comic from list on right click auto tag or auto identify what is the expected output what do you see instead it gives an error when the auto identify button is clicked and then the matches are displayed in the search box behind it i can then manually click the ok button to load the tags if i use auto tag then the error is displayed in the cli as the following python imaging library pil is not available and is needed for issue identification online search no match found save aborted auto tagging of please provide any additional information below pil is installed properly on my system also all other dependencies are installed as per the instructions original issue | 0 |
83,514 | 7,873,778,295 | IssuesEvent | 2018-06-25 15:08:57 | ONRR/doi-extractives-data | https://api.github.com/repos/ONRR/doi-extractives-data | closed | Setup Gatsby Environment and add it to github | enhancement:tech p1 workflow:testing | This is to install the initial Gatsby redux environment and add it into our github repo | 1.0 | Setup Gatsby Environment and add it to github - This is to install the initial Gatsby redux environment and add it into our github repo | non_defect | setup gatsby environment and add it to github this is to install the initial gatsby redux environment and add it into our github repo | 0 |
719,973 | 24,774,784,733 | IssuesEvent | 2022-10-23 15:46:12 | ppy/osu | https://api.github.com/repos/ppy/osu | closed | Loading too many rulesets causes UI overflow in various locations | type:UI area:ruleset-api priority:2 | <!--
IMPORTANT: Your issue may already be reported.
Please check:
- Pinned issues, at the top of https://github.com/ppy/osu/issues
- Current priority 0 issues at https://github.com/ppy/osu/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Apriority%3A0
- Search for your issue. If you find that it already exists, please respond with a reaction or add any further information that may be helpful.
-->
**Describe the bug:**
I cannot reach a bunch of my rulesets as I have too many. Lowering UI Scaling to it's lowest has helped so far but now I have so many rulesets that I can't reach my newest one, Sandbox by Evast. Having this many rulesets is realistically possible (as I've just proven) and causes several other problems. While I'm the most advanced case of this (28 rulesets), as even more rulesets are made, more people can deal with this, especially alot sooner as I am running the game fullscreen and UI Scaling 0.8. People at UI Scaling 1, Fullscreen on a 1080p monitor can only have 14 custom rulesets before they start having problems switching rulesets which is a easy number to reach by just... downloading them all like all do.
Edit: Just now remembering that this is a bigger problem on mobile too do to their small screen sizes.
**Screenshots or videos showing encountered issue:**
- Ruleset Picker (Rulesets past the intersection are inaccessible through this menu)

- Ranking Menu

- Beatmap Listing (You'd think drop down would've fixed it but the drop down cuts off the last 5 rulesets behind the "Sort by" section)

- "Triangles" Intro (Can't show them all)

- Bottom of the Settings

- Key Config (After scrolling down, the last ruleset's icon will be hidden behind the back button, but still fully functional)

**osu!lazer version:**
2021.602.0
**Logs:**
[database.log](https://github.com/ppy/osu/files/6602679/database.log)
[network.log](https://github.com/ppy/osu/files/6602680/network.log)
[performance.log](https://github.com/ppy/osu/files/6602681/performance.log)
[runtime.log](https://github.com/ppy/osu/files/6602682/runtime.log)
[updater.log](https://github.com/ppy/osu/files/6602683/updater.log)
<!--
*please attach logs here, which are located at:*
- `%AppData%/osu/logs` *(on Windows),*
- `~/.local/share/osu/logs` *(on Linux & macOS).*
- `Android/data/sh.ppy.osulazer/files/logs` *(on Android)*,
- on iOS they can be obtained by connecting your device to your desktop and copying the `logs` directory from the app's own document storage using iTunes. (https://support.apple.com/en-us/HT201301#copy-to-computer)
-->
| 1.0 | Loading too many rulesets causes UI overflow in various locations - <!--
IMPORTANT: Your issue may already be reported.
Please check:
- Pinned issues, at the top of https://github.com/ppy/osu/issues
- Current priority 0 issues at https://github.com/ppy/osu/issues?q=is%3Aissue+is%3Aopen+sort%3Aupdated-desc+label%3Apriority%3A0
- Search for your issue. If you find that it already exists, please respond with a reaction or add any further information that may be helpful.
-->
**Describe the bug:**
I cannot reach a bunch of my rulesets as I have too many. Lowering UI Scaling to it's lowest has helped so far but now I have so many rulesets that I can't reach my newest one, Sandbox by Evast. Having this many rulesets is realistically possible (as I've just proven) and causes several other problems. While I'm the most advanced case of this (28 rulesets), as even more rulesets are made, more people can deal with this, especially alot sooner as I am running the game fullscreen and UI Scaling 0.8. People at UI Scaling 1, Fullscreen on a 1080p monitor can only have 14 custom rulesets before they start having problems switching rulesets which is a easy number to reach by just... downloading them all like all do.
Edit: Just now remembering that this is a bigger problem on mobile too do to their small screen sizes.
**Screenshots or videos showing encountered issue:**
- Ruleset Picker (Rulesets past the intersection are inaccessible through this menu)

- Ranking Menu

- Beatmap Listing (You'd think drop down would've fixed it but the drop down cuts off the last 5 rulesets behind the "Sort by" section)

- "Triangles" Intro (Can't show them all)

- Bottom of the Settings

- Key Config (After scrolling down, the last ruleset's icon will be hidden behind the back button, but still fully functional)

**osu!lazer version:**
2021.602.0
**Logs:**
[database.log](https://github.com/ppy/osu/files/6602679/database.log)
[network.log](https://github.com/ppy/osu/files/6602680/network.log)
[performance.log](https://github.com/ppy/osu/files/6602681/performance.log)
[runtime.log](https://github.com/ppy/osu/files/6602682/runtime.log)
[updater.log](https://github.com/ppy/osu/files/6602683/updater.log)
<!--
*please attach logs here, which are located at:*
- `%AppData%/osu/logs` *(on Windows),*
- `~/.local/share/osu/logs` *(on Linux & macOS).*
- `Android/data/sh.ppy.osulazer/files/logs` *(on Android)*,
- on iOS they can be obtained by connecting your device to your desktop and copying the `logs` directory from the app's own document storage using iTunes. (https://support.apple.com/en-us/HT201301#copy-to-computer)
-->
| non_defect | loading too many rulesets causes ui overflow in various locations important your issue may already be reported please check pinned issues at the top of current priority issues at search for your issue if you find that it already exists please respond with a reaction or add any further information that may be helpful describe the bug i cannot reach a bunch of my rulesets as i have too many lowering ui scaling to it s lowest has helped so far but now i have so many rulesets that i can t reach my newest one sandbox by evast having this many rulesets is realistically possible as i ve just proven and causes several other problems while i m the most advanced case of this rulesets as even more rulesets are made more people can deal with this especially alot sooner as i am running the game fullscreen and ui scaling people at ui scaling fullscreen on a monitor can only have custom rulesets before they start having problems switching rulesets which is a easy number to reach by just downloading them all like all do edit just now remembering that this is a bigger problem on mobile too do to their small screen sizes screenshots or videos showing encountered issue ruleset picker rulesets past the intersection are inaccessible through this menu ranking menu beatmap listing you d think drop down would ve fixed it but the drop down cuts off the last rulesets behind the sort by section triangles intro can t show them all bottom of the settings key config after scrolling down the last ruleset s icon will be hidden behind the back button but still fully functional osu lazer version logs please attach logs here which are located at appdata osu logs on windows local share osu logs on linux macos android data sh ppy osulazer files logs on android on ios they can be obtained by connecting your device to your desktop and copying the logs directory from the app s own document storage using itunes | 0 |
14,637 | 2,831,387,372 | IssuesEvent | 2015-05-24 15:52:16 | nobodyguy/dslrdashboard | https://api.github.com/repos/nobodyguy/dslrdashboard | closed | Manual focusing in Live view does not work with Nikon D7000 | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1.Enter Live view
2.Try focusing manually
3.-
What is the expected output? What do you see instead?
Expected output: controlling focus manually with DSLR dashboard
Instead: I can't control focus manually with DSLR dashboard
What version of the product are you using? On what operating system?
Version 0.30.33 Nexus 5 Android 4.4.4
Please provide any additional information below.
I also own a Nikon D800 and manual focus control works as expected with it
```
Original issue reported on code.google.com by `risto...@hotmail.com` on 12 Nov 2014 at 6:23 | 1.0 | Manual focusing in Live view does not work with Nikon D7000 - ```
What steps will reproduce the problem?
1.Enter Live view
2.Try focusing manually
3.-
What is the expected output? What do you see instead?
Expected output: controlling focus manually with DSLR dashboard
Instead: I can't control focus manually with DSLR dashboard
What version of the product are you using? On what operating system?
Version 0.30.33 Nexus 5 Android 4.4.4
Please provide any additional information below.
I also own a Nikon D800 and manual focus control works as expected with it
```
Original issue reported on code.google.com by `risto...@hotmail.com` on 12 Nov 2014 at 6:23 | defect | manual focusing in live view does not work with nikon what steps will reproduce the problem enter live view try focusing manually what is the expected output what do you see instead expected output controlling focus manually with dslr dashboard instead i can t control focus manually with dslr dashboard what version of the product are you using on what operating system version nexus android please provide any additional information below i also own a nikon and manual focus control works as expected with it original issue reported on code google com by risto hotmail com on nov at | 1 |
28,099 | 5,187,361,071 | IssuesEvent | 2017-01-20 16:37:41 | cakephp/debug_kit | https://api.github.com/repos/cakephp/debug_kit | closed | Problem with raleway `Failed to decode downloaded font` | defect | Hi,
Recently i updated the framework(using the cakephp v3.4.0-beta4) and i have this warning in console:

I tried many browsers(Chrome, Safari, Firefox) always the same warning.
I tried the CakePHP dev server `bin/cake server`, the same warning.
I removed the **debug_kit** folder from **vendor/cakephp** then `composer update`(today it installed v3.5.1), the same warning.
Finally i tried to install the raleway font on my mac and it refuse:

| 1.0 | Problem with raleway `Failed to decode downloaded font` - Hi,
Recently i updated the framework(using the cakephp v3.4.0-beta4) and i have this warning in console:

I tried many browsers(Chrome, Safari, Firefox) always the same warning.
I tried the CakePHP dev server `bin/cake server`, the same warning.
I removed the **debug_kit** folder from **vendor/cakephp** then `composer update`(today it installed v3.5.1), the same warning.
Finally i tried to install the raleway font on my mac and it refuse:

| defect | problem with raleway failed to decode downloaded font hi recently i updated the framework using the cakephp and i have this warning in console i tried many browsers chrome safari firefox always the same warning i tried the cakephp dev server bin cake server the same warning i removed the debug kit folder from vendor cakephp then composer update today it installed the same warning finally i tried to install the raleway font on my mac and it refuse | 1 |
66,219 | 20,071,785,442 | IssuesEvent | 2022-02-04 08:02:10 | MarcusWolschon/osmeditor4android | https://api.github.com/repos/MarcusWolschon/osmeditor4android | closed | OAuth is not enabled for the current API | Defect Medium Known issue BETA | ## Vespucci Version
17.0 beta 2
## Download source
Google Play
## Device (Manufacturer and Model)
Samsung Galaxy A70
## Android Version
11.0
## Behaviour/Symptoms
After upgrading to the beta 2 an hour ago when trying to upload a changeset the following message popped up:
Could not authenticate
If you are using OAuth this is likely a bug, please send a problem report, if you are using login and password (not recommended), please check they are entered correctly.
Upon trying to use the Authorise OAuth menu option the following message pops up:
OAuth is not enabled for the current API
## Expected Behaviour
Upload should occur with OAuth authentication
## How to recreate
Try and upload a changeset
## Crash dump submitted (no or yes + date)
N/A
## Any other potentially relevant information
| 1.0 | OAuth is not enabled for the current API - ## Vespucci Version
17.0 beta 2
## Download source
Google Play
## Device (Manufacturer and Model)
Samsung Galaxy A70
## Android Version
11.0
## Behaviour/Symptoms
After upgrading to the beta 2 an hour ago when trying to upload a changeset the following message popped up:
Could not authenticate
If you are using OAuth this is likely a bug, please send a problem report, if you are using login and password (not recommended), please check they are entered correctly.
Upon trying to use the Authorise OAuth menu option the following message pops up:
OAuth is not enabled for the current API
## Expected Behaviour
Upload should occur with OAuth authentication
## How to recreate
Try and upload a changeset
## Crash dump submitted (no or yes + date)
N/A
## Any other potentially relevant information
| defect | oauth is not enabled for the current api vespucci version beta download source google play device manufacturer and model samsung galaxy android version behaviour symptoms after upgrading to the beta an hour ago when trying to upload a changeset the following message popped up could not authenticate if you are using oauth this is likely a bug please send a problem report if you are using login and password not recommended please check they are entered correctly upon trying to use the authorise oauth menu option the following message pops up oauth is not enabled for the current api expected behaviour upload should occur with oauth authentication how to recreate try and upload a changeset crash dump submitted no or yes date n a any other potentially relevant information | 1 |
15,240 | 26,750,263,503 | IssuesEvent | 2023-01-30 19:01:08 | renovatebot/renovate | https://api.github.com/repos/renovatebot/renovate | closed | Renovate manager helm values should support image name | type:feature priority-3-medium manager:helm reproduction:needed status:requirements | ### What would you like Renovate to be able to do?
stakater/Reloader is using
```
image:
name: stakater/reloader
tag: v0.0.122
pullPolicy: IfNotPresent
```
https://github.com/stakater/Reloader/blob/e0fcc3bfa6bce6ea9e1dd8b4b79760c512cec997/deployments/kubernetes/chart/reloader/values.yaml#L66
This is at the moment not supported
https://docs.renovatebot.com/modules/manager/helm-values/
### If you have any ideas on how this should be implemented, please tell us here.
Pls support this style of helm values
### Is this a feature you are interested in implementing yourself?
No | 1.0 | Renovate manager helm values should support image name - ### What would you like Renovate to be able to do?
stakater/Reloader is using
```
image:
name: stakater/reloader
tag: v0.0.122
pullPolicy: IfNotPresent
```
https://github.com/stakater/Reloader/blob/e0fcc3bfa6bce6ea9e1dd8b4b79760c512cec997/deployments/kubernetes/chart/reloader/values.yaml#L66
This is at the moment not supported
https://docs.renovatebot.com/modules/manager/helm-values/
### If you have any ideas on how this should be implemented, please tell us here.
Pls support this style of helm values
### Is this a feature you are interested in implementing yourself?
No | non_defect | renovate manager helm values should support image name what would you like renovate to be able to do stakater reloader is using image name stakater reloader tag pullpolicy ifnotpresent this is at the moment not supported if you have any ideas on how this should be implemented please tell us here pls support this style of helm values is this a feature you are interested in implementing yourself no | 0 |
126,957 | 10,441,605,179 | IssuesEvent | 2019-09-18 11:13:28 | davidkpiano/xstate | https://api.github.com/repos/davidkpiano/xstate | closed | [@xstate/test] Missing config for `done.invoke.fetch` | bug 🔬 @xstate/test | ## Bug or feature request?
Bug?
## Description:
When model-testing a machine with a Promise service and providing the test model with all explicit events, the tests fail with the message `Missing config for event "done.invoke.fetch"`. Providing a blank event implementation allows the test to continue, but they never get past the state that invokes that service.
## (Bug) Expected result:
Tests don't fail.
## (Bug) Actual result:
Tests fail.
## (Bug) Potential fix:
I would anticipate that internal service invocation events aren't required to be supplied to the test model. There is no meaningful action I can think of that will map to that event.
## Link to reproduction or proof-of-concept:
https://codesandbox.io/s/xstate-missing-config-repro-i4xls
You'll have to click the server rack icon on the left side and run the `yarn test` script to see this in action.
| 1.0 | [@xstate/test] Missing config for `done.invoke.fetch` - ## Bug or feature request?
Bug?
## Description:
When model-testing a machine with a Promise service and providing the test model with all explicit events, the tests fail with the message `Missing config for event "done.invoke.fetch"`. Providing a blank event implementation allows the test to continue, but they never get past the state that invokes that service.
## (Bug) Expected result:
Tests don't fail.
## (Bug) Actual result:
Tests fail.
## (Bug) Potential fix:
I would anticipate that internal service invocation events aren't required to be supplied to the test model. There is no meaningful action I can think of that will map to that event.
## Link to reproduction or proof-of-concept:
https://codesandbox.io/s/xstate-missing-config-repro-i4xls
You'll have to click the server rack icon on the left side and run the `yarn test` script to see this in action.
| non_defect | missing config for done invoke fetch bug or feature request bug description when model testing a machine with a promise service and providing the test model with all explicit events the tests fail with the message missing config for event done invoke fetch providing a blank event implementation allows the test to continue but they never get past the state that invokes that service bug expected result tests don t fail bug actual result tests fail bug potential fix i would anticipate that internal service invocation events aren t required to be supplied to the test model there is no meaningful action i can think of that will map to that event link to reproduction or proof of concept you ll have to click the server rack icon on the left side and run the yarn test script to see this in action | 0 |
698,932 | 23,996,848,955 | IssuesEvent | 2022-09-14 08:16:20 | thoth-station/solver | https://api.github.com/repos/thoth-station/solver | closed | Failed to update dependencies to their latest version for solver-fedora-35-py310 environment | bot priority/critical-urgent kind/bug |
Automatic dependency update failed for the current master with SHA 2f22b64ed2daaa341e2004340fdb4cc6091d157e.
The automatic dependency management cannot continue. Please fix errors reported bellow.
##### Command
```
$ pipenv update --dev
```
<details>
<summary>Standard output</summary>
```
```
</details>
<details>
<summary>Standard error</summary>
```
Warning: Python 3.10 was not found on your system...
Neither 'pyenv' nor 'asdf' could be found to install Python.
You can specify specific versions of Python with:
$ pipenv --python path/to/python
```
</details>
<details>
<summary>Environment details</summary>
```
Kebechet version: 1.10.3
Python version: 3.8.12
Platform: Linux-4.18.0-305.19.1.el8_4.x86_64-x86_64-with-glibc2.2.5
pipenv version: pipenv, version 2020.11.15
```
</details>
<details>
<summary>Dependency graph</summary>
```
Unable to obtain dependency graph:
Warning: Python 3.10 was not found on your system...
Neither 'pyenv' nor 'asdf' could be found to install Python.
You can specify specific versions of Python with:
$ pipenv --python path/to/python
```
</details>
##### Notes
For more information, see [Pipfile](https://raw.githubusercontent.com/thoth-station/solver/master/overlays/solver-fedora-35-py310/Pipfile) and [Pipfile.lock](https://raw.githubusercontent.com/thoth-station/solver/master/overlays/solver-fedora-35-py310/Pipfile.lock).
Once this issue is resolved, the issue will be automatically closed by bot.
/label thoth/potential-observation
/kind bug
/priority critical-urgent
| 1.0 | Failed to update dependencies to their latest version for solver-fedora-35-py310 environment -
Automatic dependency update failed for the current master with SHA 2f22b64ed2daaa341e2004340fdb4cc6091d157e.
The automatic dependency management cannot continue. Please fix errors reported bellow.
##### Command
```
$ pipenv update --dev
```
<details>
<summary>Standard output</summary>
```
```
</details>
<details>
<summary>Standard error</summary>
```
Warning: Python 3.10 was not found on your system...
Neither 'pyenv' nor 'asdf' could be found to install Python.
You can specify specific versions of Python with:
$ pipenv --python path/to/python
```
</details>
<details>
<summary>Environment details</summary>
```
Kebechet version: 1.10.3
Python version: 3.8.12
Platform: Linux-4.18.0-305.19.1.el8_4.x86_64-x86_64-with-glibc2.2.5
pipenv version: pipenv, version 2020.11.15
```
</details>
<details>
<summary>Dependency graph</summary>
```
Unable to obtain dependency graph:
Warning: Python 3.10 was not found on your system...
Neither 'pyenv' nor 'asdf' could be found to install Python.
You can specify specific versions of Python with:
$ pipenv --python path/to/python
```
</details>
##### Notes
For more information, see [Pipfile](https://raw.githubusercontent.com/thoth-station/solver/master/overlays/solver-fedora-35-py310/Pipfile) and [Pipfile.lock](https://raw.githubusercontent.com/thoth-station/solver/master/overlays/solver-fedora-35-py310/Pipfile.lock).
Once this issue is resolved, the issue will be automatically closed by bot.
/label thoth/potential-observation
/kind bug
/priority critical-urgent
| non_defect | failed to update dependencies to their latest version for solver fedora environment automatic dependency update failed for the current master with sha the automatic dependency management cannot continue please fix errors reported bellow command pipenv update dev standard output standard error warning python was not found on your system neither pyenv nor asdf could be found to install python you can specify specific versions of python with pipenv python path to python environment details kebechet version python version platform linux with pipenv version pipenv version dependency graph unable to obtain dependency graph warning python was not found on your system neither pyenv nor asdf could be found to install python you can specify specific versions of python with pipenv python path to python notes for more information see and once this issue is resolved the issue will be automatically closed by bot label thoth potential observation kind bug priority critical urgent | 0 |
65,263 | 19,304,182,636 | IssuesEvent | 2021-12-13 09:45:43 | primefaces/primereact | https://api.github.com/repos/primefaces/primereact | closed | DataTable error when filters become available dynamically | defect | **I'm submitting a ...** (check one with "x")
```
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57
```
**Codesandbox Case (Bug Reports)**
https://codesandbox.io/s/datatable-with-nicefilter-dynamic-10zxy
**Current behavior**
Have a table where filters are available dynamically: they can become visible or hidden during the DataTable's lifetime.
When filters should become visible an error is thrown instead: `TypeError model is undefined` (Firefox) or `TypeError Cannot read properties of undefined (reading 'value')` (Chrome).
**Expected behavior**
Filters should render successfully.
**Minimal reproduction of the problem with instructions**
Open the linked codesandbox. Wait 2 sec for the effect simulating data loading to trigger. This effect sets filter visibility to true, resulting in the error.
**Please tell us about your environment:**
* **React version:**
* **PrimeReact version:**
7.0.1
* **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Firefox, Chrome.
* **Language:** [all | TypeScript X.X | ES6/7 | ES5]
| 1.0 | DataTable error when filters become available dynamically - **I'm submitting a ...** (check one with "x")
```
[x] bug report
[ ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57
```
**Codesandbox Case (Bug Reports)**
https://codesandbox.io/s/datatable-with-nicefilter-dynamic-10zxy
**Current behavior**
Have a table where filters are available dynamically: they can become visible or hidden during the DataTable's lifetime.
When filters should become visible an error is thrown instead: `TypeError model is undefined` (Firefox) or `TypeError Cannot read properties of undefined (reading 'value')` (Chrome).
**Expected behavior**
Filters should render successfully.
**Minimal reproduction of the problem with instructions**
Open the linked codesandbox. Wait 2 sec for the effect simulating data loading to trigger. This effect sets filter visibility to true, resulting in the error.
**Please tell us about your environment:**
* **React version:**
* **PrimeReact version:**
7.0.1
* **Browser:** [all | Chrome XX | Firefox XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Firefox, Chrome.
* **Language:** [all | TypeScript X.X | ES6/7 | ES5]
| defect | datatable error when filters become available dynamically i m submitting a check one with x bug report feature request support request please do not submit support request here instead see codesandbox case bug reports current behavior have a table where filters are available dynamically they can become visible or hidden during the datatable s lifetime when filters should become visible an error is thrown instead typeerror model is undefined firefox or typeerror cannot read properties of undefined reading value chrome expected behavior filters should render successfully minimal reproduction of the problem with instructions open the linked codesandbox wait sec for the effect simulating data loading to trigger this effect sets filter visibility to true resulting in the error please tell us about your environment react version primereact version browser firefox chrome language | 1 |
48,560 | 13,135,543,898 | IssuesEvent | 2020-08-07 03:10:50 | jccastillo0007/eFacturaT | https://api.github.com/repos/jccastillo0007/eFacturaT | reopened | Producción Web - Mandar el tipo de cambio a 4 o 6 decimales al Jasper | defect resolved | En el XML se manejan hasta 6 decimales en el tipo de cambio, pero al pdf solo llegan 2, entonces no se muestra completo...
Incluso, podrían enviarse esos 6 decimales, solo en el caso que la moneda sea distinta a MXN. | 1.0 | Producción Web - Mandar el tipo de cambio a 4 o 6 decimales al Jasper - En el XML se manejan hasta 6 decimales en el tipo de cambio, pero al pdf solo llegan 2, entonces no se muestra completo...
Incluso, podrían enviarse esos 6 decimales, solo en el caso que la moneda sea distinta a MXN. | defect | producción web mandar el tipo de cambio a o decimales al jasper en el xml se manejan hasta decimales en el tipo de cambio pero al pdf solo llegan entonces no se muestra completo incluso podrían enviarse esos decimales solo en el caso que la moneda sea distinta a mxn | 1 |
79,367 | 28,133,432,058 | IssuesEvent | 2023-04-01 04:59:31 | zed-industries/community | https://api.github.com/repos/zed-industries/community | closed | repeat buttons of "organize imports" and "sort imports" | defect typescript language | ### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
when I open a TypeScript file with serval import statements and click the "flash" icon near the row number, the "Organize Imports" and "Sort Imports" selection appears two times repeatedly.
### Environment
zed: 0.76.1
system: macOS 13.2.1 (22D68)
arch: Apple M1 Pro ARM64
### If applicable, add mockups / screenshots to help explain present your vision of the feature
<img width="719" alt="image" src="https://user-images.githubusercontent.com/47050572/225005542-fa052c79-b997-4e7c-a4d4-3927ab02a303.png">
### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue.
If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000.
_No response_ | 1.0 | repeat buttons of "organize imports" and "sort imports" - ### Check for existing issues
- [X] Completed
### Describe the bug / provide steps to reproduce it
when I open a TypeScript file with serval import statements and click the "flash" icon near the row number, the "Organize Imports" and "Sort Imports" selection appears two times repeatedly.
### Environment
zed: 0.76.1
system: macOS 13.2.1 (22D68)
arch: Apple M1 Pro ARM64
### If applicable, add mockups / screenshots to help explain present your vision of the feature
<img width="719" alt="image" src="https://user-images.githubusercontent.com/47050572/225005542-fa052c79-b997-4e7c-a4d4-3927ab02a303.png">
### If applicable, attach your `~/Library/Logs/Zed/Zed.log` file to this issue.
If you only need the most recent lines, you can run the `zed: open log` command palette action to see the last 1000.
_No response_ | defect | repeat buttons of organize imports and sort imports check for existing issues completed describe the bug provide steps to reproduce it when i open a typescript file with serval import statements and click the flash icon near the row number the organize imports and sort imports selection appears two times repeatedly environment zed system macos arch apple pro if applicable add mockups screenshots to help explain present your vision of the feature img width alt image src if applicable attach your library logs zed zed log file to this issue if you only need the most recent lines you can run the zed open log command palette action to see the last no response | 1 |
12,590 | 14,900,325,838 | IssuesEvent | 2021-01-21 15:17:54 | empla/coredi | https://api.github.com/repos/empla/coredi | closed | Change forking mode | enhancement incompatible | **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
| True | Change forking mode - **Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.
| non_defect | change forking mode is your feature request related to a problem please describe a clear and concise description of what the problem is ex i m always frustrated when describe the solution you d like a clear and concise description of what you want to happen describe alternatives you ve considered a clear and concise description of any alternative solutions or features you ve considered additional context add any other context or screenshots about the feature request here | 0 |
22,794 | 20,167,676,754 | IssuesEvent | 2022-02-10 07:10:33 | ClickHouse/ClickHouse | https://api.github.com/repos/ClickHouse/ClickHouse | opened | Grant and Revoke are becoming slower and slower | usability | ClickHouse Version 20.8
I found that [Grant] and [Revoke] are becoming slower and slower when there are more and more items in the users' [.sql] file.
Sometimes thousands are not so slow, but sometimes hundreds are very slow.
Example is provided as follow :
--------------------------------------------------------------

----------------------------------------------------------------------------------
As we can see , 5.035 or 6.944 is a little long .
| True | Grant and Revoke are becoming slower and slower - ClickHouse Version 20.8
I found that [Grant] and [Revoke] are becoming slower and slower when there are more and more items in the users' [.sql] file.
Sometimes thousands are not so slow, but sometimes hundreds are very slow.
Example is provided as follow :
--------------------------------------------------------------

----------------------------------------------------------------------------------
As we can see , 5.035 or 6.944 is a little long .
| non_defect | grant and revoke are becoming slower and slower clickhouse version i found that and are becoming slower and slower when there are more and more items in the users file sometimes thousands are not so slow but sometimes hundreds are very slow example is provided as follow as we can see or is a little long | 0 |
12,480 | 2,701,020,708 | IssuesEvent | 2015-04-04 20:35:35 | scipy/scipy | https://api.github.com/repos/scipy/scipy | closed | Broken Py_Statistics indexing (Trac #412) | defect Migrated from Trac prio-normal scipy.ndimage | _Original ticket http://projects.scipy.org/scipy/ticket/412 on 2007-05-05 by @stefanv, assigned to unknown._
Py_Statistics makes use of labels and indices. The labels can be of any type, but the indices are forced to be of type long in the C-code. This isn't necessary, since we only need to compare labels and indices.
Fix in nd_image.c (Remove call is to NI_GetIndices, which in turn calls NI_ObjectToLongSequence. Fix NI_Statistics in ni_measure.c to accept PyArrayObject* indices instead of maybelong* indices). Remove temporary hack in measurements.py for sum.
| 1.0 | Broken Py_Statistics indexing (Trac #412) - _Original ticket http://projects.scipy.org/scipy/ticket/412 on 2007-05-05 by @stefanv, assigned to unknown._
Py_Statistics makes use of labels and indices. The labels can be of any type, but the indices are forced to be of type long in the C-code. This isn't necessary, since we only need to compare labels and indices.
Fix in nd_image.c (Remove call is to NI_GetIndices, which in turn calls NI_ObjectToLongSequence. Fix NI_Statistics in ni_measure.c to accept PyArrayObject* indices instead of maybelong* indices). Remove temporary hack in measurements.py for sum.
| defect | broken py statistics indexing trac original ticket on by stefanv assigned to unknown py statistics makes use of labels and indices the labels can be of any type but the indices are forced to be of type long in the c code this isn t necessary since we only need to compare labels and indices fix in nd image c remove call is to ni getindices which in turn calls ni objecttolongsequence fix ni statistics in ni measure c to accept pyarrayobject indices instead of maybelong indices remove temporary hack in measurements py for sum | 1 |
10,077 | 2,618,934,810 | IssuesEvent | 2015-03-03 00:01:39 | chrsmith/open-ig | https://api.github.com/repos/chrsmith/open-ig | closed | IllegalStateException: failed to remove building | auto-migrated Component-Logic Priority-Medium Type-Defect | ```
Apparently some AI failed to remove some building. It wasn't me so no "how to
reproduce" possible here.
Attaching the crash save and the last save from before.
```
Original issue reported on code.google.com by `anonymis...@arcor.de` on 26 Aug 2013 at 9:20
Attachments:
* [save-2013-08-26-23-10-56-000.xml.gz](https://storage.googleapis.com/google-code-attachments/open-ig/issue-762/comment-0/save-2013-08-26-23-10-56-000.xml.gz)
* [save-2013-08-26-23-03-02-328.xml.gz](https://storage.googleapis.com/google-code-attachments/open-ig/issue-762/comment-0/save-2013-08-26-23-03-02-328.xml.gz)
| 1.0 | IllegalStateException: failed to remove building - ```
Apparently some AI failed to remove some building. It wasn't me so no "how to
reproduce" possible here.
Attaching the crash save and the last save from before.
```
Original issue reported on code.google.com by `anonymis...@arcor.de` on 26 Aug 2013 at 9:20
Attachments:
* [save-2013-08-26-23-10-56-000.xml.gz](https://storage.googleapis.com/google-code-attachments/open-ig/issue-762/comment-0/save-2013-08-26-23-10-56-000.xml.gz)
* [save-2013-08-26-23-03-02-328.xml.gz](https://storage.googleapis.com/google-code-attachments/open-ig/issue-762/comment-0/save-2013-08-26-23-03-02-328.xml.gz)
| defect | illegalstateexception failed to remove building apparently some ai failed to remove some building it wasn t me so no how to reproduce possible here attaching the crash save and the last save from before original issue reported on code google com by anonymis arcor de on aug at attachments | 1 |
172,569 | 13,312,128,755 | IssuesEvent | 2020-08-26 09:17:16 | ceph/ceph-csi | https://api.github.com/repos/ceph/ceph-csi | closed | ./scripts/minikube sh is failing | component/testing | ./scripts/minikube.sh up
minikube already installed with v1.12.0
Installing minikube. Version: v1.12.3
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 55.9M 100 55.9M 0 0 6834k 0 0:00:08 0:00:08 --:--:-- 8746k
mv: cannot create regular file '/usr/local/bin/minikube': Permission denied
as the minikube version is already present it should not try to update the latest version. if there is any bugs in the latest version we don't get an option to use the known version as it always tries to update to the latest.
| 1.0 | ./scripts/minikube sh is failing - ./scripts/minikube.sh up
minikube already installed with v1.12.0
Installing minikube. Version: v1.12.3
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 55.9M 100 55.9M 0 0 6834k 0 0:00:08 0:00:08 --:--:-- 8746k
mv: cannot create regular file '/usr/local/bin/minikube': Permission denied
as the minikube version is already present it should not try to update the latest version. if there is any bugs in the latest version we don't get an option to use the known version as it always tries to update to the latest.
| non_defect | scripts minikube sh is failing scripts minikube sh up minikube already installed with installing minikube version total received xferd average speed time time time current dload upload total spent left speed mv cannot create regular file usr local bin minikube permission denied as the minikube version is already present it should not try to update the latest version if there is any bugs in the latest version we don t get an option to use the known version as it always tries to update to the latest | 0 |
13,402 | 2,755,568,051 | IssuesEvent | 2015-04-26 19:24:36 | jakejustus/pct | https://api.github.com/repos/jakejustus/pct | closed | Compile output has "?" as the file not compiling | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. using pct-184.jar, ant 182, java 7 JDK
2. Have a code issue involving a temp-table name misspelled (could be any
issue, I think)
3. output doesn't have the filename of the failed compile; instead has "?"
What is the expected output?
from PCT 163:
[PCTCompile] PCTCompile - Progress Code Compiler
[PCTCompile] Error compiling file
d:\bigguy3\sxdev\ANT_sxdevLocal_gui\code\serviceinterface\server\AppserverLogic\
oe\oeircchistory.p at line 151 column 17
[PCTCompile] tt-resutlsort.statustype = oeeha.statustype
[PCTCompile] ----------------^
[PCTCompile] ** Unknown table name tt-resutlsort. (200)
[PCTCompile] **
d:\bigguy3\sxdev\ANT_sxdevLocal_gui\code\serviceinterface\server\AppserverLogic\
oe\oeircchistory.p Could not understand line 151. (196)
What do you see instead?
[PCTCompile] PCTCompile - Progress Code Compiler
[PCTCompile] Error compiling file ? in included file
serviceinterface\server\AppserverLogic\oe\oeircchistory.p at line 151 column 17
[PCTCompile] tt-resutlsort.statustype = oeeha.statustype
[PCTCompile] ----------------^
[PCTCompile] ** Unknown table name tt-resutlsort. (200)
[PCTCompile] ** serviceinterface\server\AppserverLogic\oe\oeircchistory.p Could
not understand line 151. (196)
Notice after "Error compiling file" is a question mark - not the filename of
the offending program. These two builds are using the exact same version of
Progress and Java and ANT.
What version of the product are you using? On what operating system?
pct: pct-184.jar
ant: ant 1.8.2
java: java version "1.7.0_01" Java(TM) SE Runtime Environment (build
1.7.0_01-b08)
Windows 2008R2
Progress 11.4 32bit
Please provide any additional information below.
Using the same version of ANT and Java, but PCT 163, the error goes away.
```
Original issue reported on code.google.com by `wildd...@gmail.com` on 5 Nov 2014 at 6:32 | 1.0 | Compile output has "?" as the file not compiling - ```
What steps will reproduce the problem?
1. using pct-184.jar, ant 182, java 7 JDK
2. Have a code issue involving a temp-table name misspelled (could be any
issue, I think)
3. output doesn't have the filename of the failed compile; instead has "?"
What is the expected output?
from PCT 163:
[PCTCompile] PCTCompile - Progress Code Compiler
[PCTCompile] Error compiling file
d:\bigguy3\sxdev\ANT_sxdevLocal_gui\code\serviceinterface\server\AppserverLogic\
oe\oeircchistory.p at line 151 column 17
[PCTCompile] tt-resutlsort.statustype = oeeha.statustype
[PCTCompile] ----------------^
[PCTCompile] ** Unknown table name tt-resutlsort. (200)
[PCTCompile] **
d:\bigguy3\sxdev\ANT_sxdevLocal_gui\code\serviceinterface\server\AppserverLogic\
oe\oeircchistory.p Could not understand line 151. (196)
What do you see instead?
[PCTCompile] PCTCompile - Progress Code Compiler
[PCTCompile] Error compiling file ? in included file
serviceinterface\server\AppserverLogic\oe\oeircchistory.p at line 151 column 17
[PCTCompile] tt-resutlsort.statustype = oeeha.statustype
[PCTCompile] ----------------^
[PCTCompile] ** Unknown table name tt-resutlsort. (200)
[PCTCompile] ** serviceinterface\server\AppserverLogic\oe\oeircchistory.p Could
not understand line 151. (196)
Notice after "Error compiling file" is a question mark - not the filename of
the offending program. These two builds are using the exact same version of
Progress and Java and ANT.
What version of the product are you using? On what operating system?
pct: pct-184.jar
ant: ant 1.8.2
java: java version "1.7.0_01" Java(TM) SE Runtime Environment (build
1.7.0_01-b08)
Windows 2008R2
Progress 11.4 32bit
Please provide any additional information below.
Using the same version of ANT and Java, but PCT 163, the error goes away.
```
Original issue reported on code.google.com by `wildd...@gmail.com` on 5 Nov 2014 at 6:32 | defect | compile output has as the file not compiling what steps will reproduce the problem using pct jar ant java jdk have a code issue involving a temp table name misspelled could be any issue i think output doesn t have the filename of the failed compile instead has what is the expected output from pct pctcompile progress code compiler error compiling file d sxdev ant sxdevlocal gui code serviceinterface server appserverlogic oe oeircchistory p at line column tt resutlsort statustype oeeha statustype unknown table name tt resutlsort d sxdev ant sxdevlocal gui code serviceinterface server appserverlogic oe oeircchistory p could not understand line what do you see instead pctcompile progress code compiler error compiling file in included file serviceinterface server appserverlogic oe oeircchistory p at line column tt resutlsort statustype oeeha statustype unknown table name tt resutlsort serviceinterface server appserverlogic oe oeircchistory p could not understand line notice after error compiling file is a question mark not the filename of the offending program these two builds are using the exact same version of progress and java and ant what version of the product are you using on what operating system pct pct jar ant ant java java version java tm se runtime environment build windows progress please provide any additional information below using the same version of ant and java but pct the error goes away original issue reported on code google com by wildd gmail com on nov at | 1 |
33,939 | 28,015,682,310 | IssuesEvent | 2023-03-27 22:25:18 | google/site-kit-wp | https://api.github.com/repos/google/site-kit-wp | closed | Storybook warnings: Deprecated support for duplicate kinds | P1 Type: Infrastructure | ## Feature Description
While running `npm run test:visualtest`, there are multiple warnings about duplicate title used in multiple files. Refer to:
https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-support-for-duplicate-kinds
```
Browser Console Log 0: JSHandle:Duplicate title used in multiple files; use unique titles or a primary file for a component with re-exported stories.
https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-support-for-duplicate-kinds
```
This affects mostly the newly added TwG stories although other stories should not be excluded.
---------------
_Do not alter or remove anything below. The following sections will be managed by moderators only._
## Acceptance criteria
* <!-- One or more bullet points for acceptance criteria. -->
## Implementation Brief
* <!-- One or more bullet points for how to technically implement the feature. Make sure to include changes to Storybook and visual regression tests where relevant. -->
### Test Coverage
* <!-- One or more bullet points for how to implement automated tests to verify the feature works. -->
## QA Brief
* <!-- One or more bullet points for how to test that the feature works as expected. -->
## Changelog entry
* <!-- One sentence summarizing the PR, to be used in the changelog. -->
| 1.0 | Storybook warnings: Deprecated support for duplicate kinds - ## Feature Description
While running `npm run test:visualtest`, there are multiple warnings about duplicate title used in multiple files. Refer to:
https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-support-for-duplicate-kinds
```
Browser Console Log 0: JSHandle:Duplicate title used in multiple files; use unique titles or a primary file for a component with re-exported stories.
https://github.com/storybookjs/storybook/blob/next/MIGRATION.md#deprecated-support-for-duplicate-kinds
```
This affects mostly the newly added TwG stories although other stories should not be excluded.
---------------
_Do not alter or remove anything below. The following sections will be managed by moderators only._
## Acceptance criteria
* <!-- One or more bullet points for acceptance criteria. -->
## Implementation Brief
* <!-- One or more bullet points for how to technically implement the feature. Make sure to include changes to Storybook and visual regression tests where relevant. -->
### Test Coverage
* <!-- One or more bullet points for how to implement automated tests to verify the feature works. -->
## QA Brief
* <!-- One or more bullet points for how to test that the feature works as expected. -->
## Changelog entry
* <!-- One sentence summarizing the PR, to be used in the changelog. -->
| non_defect | storybook warnings deprecated support for duplicate kinds feature description while running npm run test visualtest there are multiple warnings about duplicate title used in multiple files refer to browser console log jshandle duplicate title used in multiple files use unique titles or a primary file for a component with re exported stories this affects mostly the newly added twg stories although other stories should not be excluded do not alter or remove anything below the following sections will be managed by moderators only acceptance criteria implementation brief test coverage qa brief changelog entry | 0 |
13,372 | 2,754,669,096 | IssuesEvent | 2015-04-25 22:08:10 | ariana-paris/support-tools | https://api.github.com/repos/ariana-paris/support-tools | closed | Can't export ccons project to GitHub | auto-migrated Priority-Medium Type-Defect | ```
What steps will reproduce the problem?
1. Export project to GitHub
What is the expected output? What do you see instead?
I expect to see all issues, downloads, code and wiki information exported to
GitHub. Instead, I get an email saying "Error migrating issues." When I retry,
as the email suggests, I get the same error.
```
Original issue reported on code.google.com by `ha.ala...@gmail.com` on 16 Apr 2015 at 10:17 | 1.0 | Can't export ccons project to GitHub - ```
What steps will reproduce the problem?
1. Export project to GitHub
What is the expected output? What do you see instead?
I expect to see all issues, downloads, code and wiki information exported to
GitHub. Instead, I get an email saying "Error migrating issues." When I retry,
as the email suggests, I get the same error.
```
Original issue reported on code.google.com by `ha.ala...@gmail.com` on 16 Apr 2015 at 10:17 | defect | can t export ccons project to github what steps will reproduce the problem export project to github what is the expected output what do you see instead i expect to see all issues downloads code and wiki information exported to github instead i get an email saying error migrating issues when i retry as the email suggests i get the same error original issue reported on code google com by ha ala gmail com on apr at | 1 |
51,348 | 13,207,439,891 | IssuesEvent | 2020-08-14 23:06:29 | icecube-trac/tix4 | https://api.github.com/repos/icecube-trac/tix4 | opened | PFWriter/SuperDST combination causing missing I3EventHeader (Trac #262) | Incomplete Migration Migrated from Trac defect jeb + pnf | <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/262">https://code.icecube.wisc.edu/projects/icecube/ticket/262</a>, reported by blaufussand owned by tschmidt</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2012-05-25T13:56:04",
"_ts": "1337954164000000",
"description": "2011-05-13 10:26:02 [GMT] FATAL JEBWriter : /scratch/blaufuss/pnf/V11-05-00/src/jebserve\nr/private/jebserver/JEBWriter.cxx:153 no event header in frame\n2011-05-13 10:27:59 [GMT] WARN I3Broker : /scratch/blaufuss/pnf/V11-05-00/src/pfcommuni\ncation/private/pfcommunication/I3Broker.cxx:233 \"PFWriter\" already registered at Name Se\nrvice ... register it anyway\n2011-05-13 10:27:59 [GMT] WARN PFContinuity : /scratch/blaufuss/pnf/V11-05-00/src/pfaux\niliary/private/pfauxiliary/PFContinuity.cxx:150 missing events at run 118175, event 2\n2011-05-13 10:27:59 [GMT] FATAL JEBWriter : /scratch/blaufuss/pnf/V11-05-00/src/jebserve\nr/private/jebserver/JEBWriter.cxx:153 no event header in frame\n2011-05-13 10:38:10 [GMT] WARN I3Broker : /scratch/blaufuss/pnf/V11-05-00/src/pfcommuni\ncation/private/pfcommunication/I3Broker.cxx:233 \"PFWriter\" already registered at Name Se\nrvice ... register it anyway\n2011-05-13 10:38:10 [GMT] WARN PFContinuity : /scratch/blaufuss/pnf/V11-05-00/src/pfaux\niliary/private/pfauxiliary/PFContinuity.cxx:150 missing events at run 118175, event 19\n2011-05-13 10:38:10 [GMT] INFO JEBFile : /scratch/blaufuss/pnf/V11-05-00/src/jebserver/\nprivate/jebserver/JEBFile.cxx:196 opened file \"/mnt/data/pnflocal/PFFilt_PhysicsTrig_Phy\nsicsFiltering_Run00118175_Subrun00000000_00000000.i3\"\n\nThis is understood...in the handling of SuperDST-only filters, we clean the frame\nof non-SuperDST entries, including the I3EventHeader. So if the first event\nis a SuperDST only event, the I3EventHeader is removed.\n\nThis FIRST I3EventHeader is used by the PFWriter to detect run transitions and\nmake run transitions neat. The PFWriter expects this to be there.\nA super-dst only event would happen first in the file roughly 1/6 of the time,\nso this explains why this wasn't a problem in the 24 hr test run or at SPTS.\n",
"reporter": "blaufuss",
"cc": "",
"resolution": "fixed",
"time": "2011-05-13T13:58:35",
"component": "jeb + pnf",
"summary": "PFWriter/SuperDST combination causing missing I3EventHeader",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "tschmidt",
"type": "defect"
}
```
</p>
</details>
| 1.0 | PFWriter/SuperDST combination causing missing I3EventHeader (Trac #262) - <details>
<summary><em>Migrated from <a href="https://code.icecube.wisc.edu/projects/icecube/ticket/262">https://code.icecube.wisc.edu/projects/icecube/ticket/262</a>, reported by blaufussand owned by tschmidt</em></summary>
<p>
```json
{
"status": "closed",
"changetime": "2012-05-25T13:56:04",
"_ts": "1337954164000000",
"description": "2011-05-13 10:26:02 [GMT] FATAL JEBWriter : /scratch/blaufuss/pnf/V11-05-00/src/jebserve\nr/private/jebserver/JEBWriter.cxx:153 no event header in frame\n2011-05-13 10:27:59 [GMT] WARN I3Broker : /scratch/blaufuss/pnf/V11-05-00/src/pfcommuni\ncation/private/pfcommunication/I3Broker.cxx:233 \"PFWriter\" already registered at Name Se\nrvice ... register it anyway\n2011-05-13 10:27:59 [GMT] WARN PFContinuity : /scratch/blaufuss/pnf/V11-05-00/src/pfaux\niliary/private/pfauxiliary/PFContinuity.cxx:150 missing events at run 118175, event 2\n2011-05-13 10:27:59 [GMT] FATAL JEBWriter : /scratch/blaufuss/pnf/V11-05-00/src/jebserve\nr/private/jebserver/JEBWriter.cxx:153 no event header in frame\n2011-05-13 10:38:10 [GMT] WARN I3Broker : /scratch/blaufuss/pnf/V11-05-00/src/pfcommuni\ncation/private/pfcommunication/I3Broker.cxx:233 \"PFWriter\" already registered at Name Se\nrvice ... register it anyway\n2011-05-13 10:38:10 [GMT] WARN PFContinuity : /scratch/blaufuss/pnf/V11-05-00/src/pfaux\niliary/private/pfauxiliary/PFContinuity.cxx:150 missing events at run 118175, event 19\n2011-05-13 10:38:10 [GMT] INFO JEBFile : /scratch/blaufuss/pnf/V11-05-00/src/jebserver/\nprivate/jebserver/JEBFile.cxx:196 opened file \"/mnt/data/pnflocal/PFFilt_PhysicsTrig_Phy\nsicsFiltering_Run00118175_Subrun00000000_00000000.i3\"\n\nThis is understood...in the handling of SuperDST-only filters, we clean the frame\nof non-SuperDST entries, including the I3EventHeader. So if the first event\nis a SuperDST only event, the I3EventHeader is removed.\n\nThis FIRST I3EventHeader is used by the PFWriter to detect run transitions and\nmake run transitions neat. The PFWriter expects this to be there.\nA super-dst only event would happen first in the file roughly 1/6 of the time,\nso this explains why this wasn't a problem in the 24 hr test run or at SPTS.\n",
"reporter": "blaufuss",
"cc": "",
"resolution": "fixed",
"time": "2011-05-13T13:58:35",
"component": "jeb + pnf",
"summary": "PFWriter/SuperDST combination causing missing I3EventHeader",
"priority": "normal",
"keywords": "",
"milestone": "",
"owner": "tschmidt",
"type": "defect"
}
```
</p>
</details>
| defect | pfwriter superdst combination causing missing trac migrated from json status closed changetime ts description fatal jebwriter scratch blaufuss pnf src jebserve nr private jebserver jebwriter cxx no event header in frame warn scratch blaufuss pnf src pfcommuni ncation private pfcommunication cxx pfwriter already registered at name se nrvice register it anyway warn pfcontinuity scratch blaufuss pnf src pfaux niliary private pfauxiliary pfcontinuity cxx missing events at run event fatal jebwriter scratch blaufuss pnf src jebserve nr private jebserver jebwriter cxx no event header in frame warn scratch blaufuss pnf src pfcommuni ncation private pfcommunication cxx pfwriter already registered at name se nrvice register it anyway warn pfcontinuity scratch blaufuss pnf src pfaux niliary private pfauxiliary pfcontinuity cxx missing events at run event info jebfile scratch blaufuss pnf src jebserver nprivate jebserver jebfile cxx opened file mnt data pnflocal pffilt physicstrig phy nsicsfiltering n nthis is understood in the handling of superdst only filters we clean the frame nof non superdst entries including the so if the first event nis a superdst only event the is removed n nthis first is used by the pfwriter to detect run transitions and nmake run transitions neat the pfwriter expects this to be there na super dst only event would happen first in the file roughly of the time nso this explains why this wasn t a problem in the hr test run or at spts n reporter blaufuss cc resolution fixed time component jeb pnf summary pfwriter superdst combination causing missing priority normal keywords milestone owner tschmidt type defect | 1 |
168,110 | 14,139,666,313 | IssuesEvent | 2020-11-10 10:07:50 | datacite/lupo | https://api.github.com/repos/datacite/lupo | closed | Update OpenAPI spec for changes related to alternateIdentifiers | documentation wontfix | The OpenAPI specification needs updating along with readme IO docs to say what the case is with alternateIdentifiers.
https://github.com/datacite/lupo/blob/master/openapi.yaml
If "identifiers" is meant to be read only, it might be worth marking as such.
Related front ticket from user that tried to use the API docs: https://app.frontapp.com/open/cnv_8isrpw5 | 1.0 | Update OpenAPI spec for changes related to alternateIdentifiers - The OpenAPI specification needs updating along with readme IO docs to say what the case is with alternateIdentifiers.
https://github.com/datacite/lupo/blob/master/openapi.yaml
If "identifiers" is meant to be read only, it might be worth marking as such.
Related front ticket from user that tried to use the API docs: https://app.frontapp.com/open/cnv_8isrpw5 | non_defect | update openapi spec for changes related to alternateidentifiers the openapi specification needs updating along with readme io docs to say what the case is with alternateidentifiers if identifiers is meant to be read only it might be worth marking as such related front ticket from user that tried to use the api docs | 0 |
73,691 | 24,757,010,037 | IssuesEvent | 2022-10-21 18:48:51 | vector-im/element-ios | https://api.github.com/repos/vector-im/element-ios | opened | v1.9.8 splash screen color ignores theme settings | T-Defect | ### Steps to reproduce
v1.9.8 produces a white splash screen regardless of theme settings.
### Outcome
Splash screen should respect theme settings.
### Your phone model
iphone
### Operating system version
ios
### Application version
1.9.8
### Homeserver
_No response_
### Will you send logs?
No | 1.0 | v1.9.8 splash screen color ignores theme settings - ### Steps to reproduce
v1.9.8 produces a white splash screen regardless of theme settings.
### Outcome
Splash screen should respect theme settings.
### Your phone model
iphone
### Operating system version
ios
### Application version
1.9.8
### Homeserver
_No response_
### Will you send logs?
No | defect | splash screen color ignores theme settings steps to reproduce produces a white splash screen regardless of theme settings outcome splash screen should respect theme settings your phone model iphone operating system version ios application version homeserver no response will you send logs no | 1 |
76,052 | 26,215,853,373 | IssuesEvent | 2023-01-04 10:53:04 | galasa-dev/projectmanagement | https://api.github.com/repos/galasa-dev/projectmanagement | closed | Bump CICSTSManager to 0.25.0 | defect Manager: CICS TS | Updates have been made to CICSTSManager and the version has not been increased | 1.0 | Bump CICSTSManager to 0.25.0 - Updates have been made to CICSTSManager and the version has not been increased | defect | bump cicstsmanager to updates have been made to cicstsmanager and the version has not been increased | 1 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.