Cleanup Abstract Scope
Categories
(Core :: JavaScript Engine, enhancement, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox74 | --- | fixed |
People
(Reporter: mgaudet, Assigned: sanchit.arora.2002, Mentored)
References
Details
(Keywords: good-first-bug, Whiteboard: [lang=c++])
Attachments
(1 file)
After addressing some review comments for AbstractScope
, I introduced some tidy-able issues with it that were caught by reviewbot
- Use
= default
to define a trivial default constructor forAbstractScope
- Function
js::LexicalScope::nextFrameSlot
has a definition with different parameter names, so the parameter names should me made the same.
Updated•5 years ago
|
hello Sir,
I'm new to open soure so can you tell me how can I pull the code of this issue?
Comment 2•5 years ago
|
||
Mahak https://firefox-source-docs.mozilla.org/tools/docs/contribute/how_to_contribute_firefox.html
I am setting up my dev environment and am going to poach this bug unless I hear from someone. Really looking forward to getting the workflow down and sinking my teeth in.
Comment 3•5 years ago
|
||
Michael I would like to give it a try, I have contributed to Mozilla in past year and will work on it. Let me know what channel of irc you are available for clearing some doubts.
Comment 4•5 years ago
|
||
shivambalikondwar, if you want this one, that is fine with me. But, if I don't see a patch in the next few days, I'm going to submit one. Thanks.
Comment 5•5 years ago
|
||
@micheal I am am working on this, if you complete it then yes i won't mind. Sorry for the delayed response.
Comment 6•5 years ago
|
||
hello , i am new to open source coding. The above link is not working as to how i can do a pull request for the code. can someone help me.
Comment 7•5 years ago
|
||
sjdhanvij1998, Firefox code is hosted in one location, and other tools are used for code reviews. I have found these two resources to be the best. It took me most of an afternoon to get everything setup and submit my first (really trivial patch).
https://developer.mozilla.org/en-US/docs/Mozilla/Developer_guide/Introduction
https://firefox-source-docs.mozilla.org/contributing/how_to_contribute_firefox.html
Good luck and welcome!
Assignee | ||
Comment 8•5 years ago
|
||
Can I work on this bug if it's still available?
Reporter | ||
Comment 9•5 years ago
|
||
Definitely, a patch is welcome: Note that only the mismatched parameter names still appear in the code.
Assignee | ||
Comment 10•5 years ago
|
||
Depends on D60347
Updated•5 years ago
|
Updated•5 years ago
|
Comment 11•5 years ago
|
||
Comment 12•5 years ago
|
||
bugherder |
Description
•