Closed
Bug 1609264
Opened 6 years ago
Closed 6 years ago
Eager evaluation shouldn't impact $_
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(firefox74 fixed)
RESOLVED
FIXED
Firefox 74
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: jlast, Assigned: nchevobbe)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Bug 1609264 - Don't populate _lastConsoleInputEvaluation when doing an eager evaluation. r=bhackett.
47 bytes,
text/x-phabricator-request
|
Details | Review |
What were you doing?
It would be nice if expressions eagerly evaluated with $_
do not change the $_ result.
Assignee | ||
Comment 1•6 years ago
|
||
good catch.
I think this is higher priority since eager evaluation somehow breaks $_
Type: enhancement → defect
Summary: Support eagerly evaluating $_ expressions → Eager evaluation shouldn't impacts $_
Assignee | ||
Updated•6 years ago
|
Summary: Eager evaluation shouldn't impacts $_ → Eager evaluation shouldn't impact $_
Assignee | ||
Comment 2•6 years ago
|
||
This was messing up with the $_ command.
A webconsole test case is added to ensure this
works as expected now.
Updated•6 years ago
|
Assignee: nobody → nchevobbe
Status: NEW → ASSIGNED
Pushed by nchevobbe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/dec7b2cad47c
Don't populate _lastConsoleInputEvaluation when doing an eager evaluation. r=bhackett.
Comment 4•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 74
You need to log in
before you can comment on or make changes to this bug.
Description
•