Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement console methods #307

Open
20 of 23 tasks
HalidOdat opened this issue Apr 12, 2020 · 8 comments
Open
20 of 23 tasks

Implement console methods #307

HalidOdat opened this issue Apr 12, 2020 · 8 comments
Assignees
Labels
E-Easy Easy enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed triaged Issue reviewed by the maintainer team

Comments

@HalidOdat
Copy link
Member

HalidOdat commented Apr 12, 2020

Console methods

@Razican Razican added the enhancement New feature or request label Apr 13, 2020
@ptasz3k
Copy link
Contributor

ptasz3k commented Apr 13, 2020

Most of these seems to be straightforward. I would like to try it.

@Razican
Copy link
Member

Razican commented Apr 13, 2020

Most of these seems to be straightforward. I would like to try it.

Sure! go ahead :)

@Razican
Copy link
Member

Razican commented Apr 27, 2020

We have some left after the PR, so if someone wants to try the rest, feel free!

@Razican Razican added the help wanted Extra attention is needed label Apr 27, 2020
@Daksh14
Copy link

Daksh14 commented May 22, 2020

I would like to step in and finish the rest of the functions @Razican

@Razican
Copy link
Member

Razican commented May 22, 2020

I would like to step in and finish the rest of the functions @Razican

Go ahead! :) Let us know if you need any guidance.

@bartlomieju
Copy link
Contributor

I could look into porting console.table() function from Deno's JavaScript version (which is partially based on what Node does, with a few upgrades, eg. better alignment for "number-only" columns).

Let me know if this is of interest :)

@Razican
Copy link
Member

Razican commented Aug 23, 2021

I could look into porting console.table() function from Deno's JavaScript version (which is partially based on what Node does, with a few upgrades, eg. better alignment for "number-only" columns).

Let me know if this is of interest :)

Sure, go ahead! :)

@bartlomieju
Copy link
Contributor

Hey @Razican, just want to give you a heads up that I might not be able to implement these APIs in the near future; if there's anyone else interested in picking this up, please feel free.

@jedel1043 jedel1043 added the Hacktoberfest Hacktoberfest 2021 - https://hacktoberfest.digitalocean.com label Sep 30, 2021
osman-turan added a commit to osman-turan/boa that referenced this issue Oct 4, 2021
osman-turan added a commit to osman-turan/boa that referenced this issue Oct 26, 2021
bors bot pushed a commit that referenced this issue Oct 26, 2021
This Pull Request partially fixes #307.

It changes the following:

- Implements limited `console.trace` functionality by dumping stack trace. Since `console.trace`'s output is supposed to be implementation-specific according to the technical specification, it should be technically correct 😀 Any hints about potential improvements are welcome!
@bors bors bot closed this as completed in fc405c4 Oct 26, 2021
@jedel1043 jedel1043 reopened this Oct 26, 2021
@jedel1043 jedel1043 pinned this issue Apr 14, 2024
@HalidOdat HalidOdat added the good first issue Good for newcomers label Apr 14, 2024
@jasonwilliams jasonwilliams added the E-Medium Medium difficulty problem label Apr 14, 2024
@HalidOdat HalidOdat added E-Easy Easy and removed E-Medium Medium difficulty problem labels Apr 14, 2024
@jedel1043 jedel1043 added triaged Issue reviewed by the maintainer team and removed Hacktoberfest Hacktoberfest 2021 - https://hacktoberfest.digitalocean.com labels Apr 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-Easy Easy enhancement New feature or request good first issue Good for newcomers help wanted Extra attention is needed triaged Issue reviewed by the maintainer team
Projects
None yet
Development

Successfully merging a pull request may close this issue.

7 participants