FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

src: use __FUNCSIG__ on Windows in backtrace by joyeecheung · Pull Request #53135 · nodejs/node · GitHub

/ node Public

src: use __FUNCSIG__ on Windows in backtrace - #53135

Merged
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
joyeecheung:funcsig
May 29, 2024
Merged

src: use __FUNCSIG__ on Windows in backtrace#53135
nodejs-github-bot merged 1 commit into
nodejs:mainfrom
joyeecheung:funcsig

Conversation

Copy link
Copy Markdown
Member

To show function signature if possible.

Refs: #50242 (comment)
Refs: https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=msvc-170

I am not sure if this actually works since I don't have a Windows device right now. TBD how to test this in the CI...

To show function signature if possible.
nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run. labels May 24, 2024
joyeecheung added the request-ci Add this label to start a Jenkins CI on a PR. label May 24, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 24, 2024

This comment was marked as outdated.

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

Copy link
Copy Markdown
Collaborator

joyeecheung added the request-ci Add this label to start a Jenkins CI on a PR. label May 28, 2024
github-actions Bot removed the request-ci Add this label to start a Jenkins CI on a PR. label May 28, 2024

Copy link
Copy Markdown
Collaborator

joyeecheung added the commit-queue Add this label to land a pull request using GitHub Actions. label May 29, 2024
nodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label May 29, 2024
nodejs-github-bot merged commit 0a3f930 into nodejs:main May 29, 2024

Copy link
Copy Markdown
Collaborator

Landed in 0a3f930

targos pushed a commit that referenced this pull request Jun 1, 2024
To show function signature if possible.

PR-URL: #53135
Refs: https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=msvc-170
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com>
RafaelGSS mentioned this pull request Jun 7, 2024
soophoo pushed a commit to soophoo/node that referenced this pull request Jun 20, 2024
To show function signature if possible.

PR-URL: nodejs#53135
Refs: https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=msvc-170
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com>
marco-ippolito pushed a commit that referenced this pull request Jul 19, 2024
To show function signature if possible.

PR-URL: #53135
Refs: https://learn.microsoft.com/en-us/cpp/preprocessor/predefined-macros?view=msvc-170
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Yagiz Nizipli <yagiz.nizipli@sentry.io>
Reviewed-By: Chengzhong Wu <legendecas@gmail.com>
Reviewed-By: Stefan Stojanovic <stefan.stojanovic@janeasystems.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. needs-ci PRs that need a full CI run.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

6 participants


Back | FazBrowse Home | New Git URL