Uh oh!
There was an error while loading. Please reload this page.
Remove warning of duplicated error code - #28666
Conversation
bstrie
commented
Sep 25, 2015
@GuillaumeGomez can you be more specific about what this does, for posterity? Is there an open issue for the correction here? |
GuillaumeGomez
commented
Sep 25, 2015
It just removes the warning that the E0015 error code appears more than one in the code: |
ebfull
commented
Sep 26, 2015
I think the function (and the use of Session) should be closer in scope to the actual place it's used, since it's very specific for this situation and shouldn't be used elsewhere. Once const functions stabilize we can refactor it out. On that note, it might be interesting to add a |
Manishearth
commented
Sep 26, 2015
The more idiomatic thing to do here is to use a single |
GuillaumeGomez
commented
Sep 26, 2015
You're hard on business haha ! I moved the function to a more little scope as suggested. |
arielb1
commented
Sep 26, 2015
Squash and use better names for the parameters (e.g. pass |
0d941ff to
22f7e96CompareGuillaumeGomez
commented
Sep 26, 2015
@arielb1: Done ! |
Manishearth
commented
Sep 26, 2015
@bors r+ rollup |
bors
commented
Sep 26, 2015
📌 Commit 22f7e96 has been approved by |
arielb1
commented
Sep 26, 2015
@bors r- Sorry, |
22f7e96 to
08181d2CompareGuillaumeGomez
commented
Sep 26, 2015
Updated ! |
arielb1
commented
Sep 26, 2015
@bors r+ rollup |
bors
commented
Sep 26, 2015
📌 Commit 08181d2 has been approved by |
r? @Manishearth