docs: improve doctests for complex number instances in array/complex64#8926
docs: improve doctests for complex number instances in array/complex64#8926aryan7071 wants to merge 4 commits intostdlib-js:developfrom
array/complex64#8926Conversation
---
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes.
report:
- task: lint_filenames
status: passed
- task: lint_editorconfig
status: passed
- task: lint_markdown
status: na
- task: lint_package_json
status: na
- task: lint_repl_help
status: na
- task: lint_javascript_src
status: passed
- task: lint_javascript_cli
status: na
- task: lint_javascript_examples
status: na
- task: lint_javascript_tests
status: na
- task: lint_javascript_benchmarks
status: na
- task: lint_python
status: na
- task: lint_r
status: na
- task: lint_c_src
status: na
- task: lint_c_examples
status: na
- task: lint_c_benchmarks
status: na
- task: lint_c_tests_fixtures
status: na
- task: lint_shell
status: na
- task: lint_typescript_declarations
status: passed
- task: lint_typescript_tests
status: passed
- task: lint_license_headers
status: passed
---
Coverage Report
The above coverage report was generated for the changes in this PR. |
|
I noticed your PR description contains closing keywords ("Resolves", "Closes", or "Fixes") referencing a "Tracking Issue". Why this matters: Required action: Thank you for your contribution to the project! |
array/complex64
---
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes.
report:
- task: lint_filenames
status: passed
- task: lint_editorconfig
status: passed
- task: lint_markdown
status: na
- task: lint_package_json
status: na
- task: lint_repl_help
status: na
- task: lint_javascript_src
status: na
- task: lint_javascript_cli
status: na
- task: lint_javascript_examples
status: na
- task: lint_javascript_tests
status: na
- task: lint_javascript_benchmarks
status: na
- task: lint_python
status: na
- task: lint_r
status: na
- task: lint_c_src
status: na
- task: lint_c_examples
status: na
- task: lint_c_benchmarks
status: na
- task: lint_c_tests_fixtures
status: na
- task: lint_shell
status: na
- task: lint_typescript_declarations
status: passed
- task: lint_typescript_tests
status: passed
- task: lint_license_headers
status: passed
---
---
type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes.
report:
- task: lint_filenames
status: passed
- task: lint_editorconfig
status: passed
- task: lint_markdown
status: na
- task: lint_package_json
status: na
- task: lint_repl_help
status: passed
- task: lint_javascript_src
status: na
- task: lint_javascript_cli
status: na
- task: lint_javascript_examples
status: na
- task: lint_javascript_tests
status: na
- task: lint_javascript_benchmarks
status: na
- task: lint_python
status: na
- task: lint_r
status: na
- task: lint_c_src
status: na
- task: lint_c_examples
status: na
- task: lint_c_benchmarks
status: na
- task: lint_c_tests_fixtures
status: na
- task: lint_shell
status: na
- task: lint_typescript_declarations
status: passed
- task: lint_typescript_tests
status: passed
- task: lint_license_headers
status: passed
---
|
i tried editing repl.txt but i was getting help REPL help lint error i am unable to fix it so i undo all the edit i done and remove all blank spaces after copying it from main stdlib |
|
/stdlib merge |
| * | ||
| * function predicate( v ) { | ||
| * return ( realf( v ) === imagf( v ) ); | ||
| * return ( v.re === v.im ); |
There was a problem hiding this comment.
This type of change is not desired.
| * | ||
| * function predicate( v ) { | ||
| * return ( realf( v ) === imagf( v ) ); | ||
| * return ( v.re === v.im ); |
There was a problem hiding this comment.
Applies throughout this PR. This type of change is not desired.
| * | ||
| * function predicate( v ) { | ||
| * return ( realf( v ) === imagf( v ) ); | ||
| * return ( v.re === v.im ); |
There was a problem hiding this comment.
This type of change is not desired.
|
@aryan7071 You should not be doing As for the REPL text lint error, that is likely because you did not branch from the latest |
|
ok sure i am gonna revert those changes and gonna update that branch then will commit |




type: pre_commit_static_analysis_report
description: Results of running static analysis checks when committing changes.
report:
status: passed
status: passed
status: na
status: na
status: na
status: passed
status: na
status: na
status: na
status: na
status: na
status: na
status: na
status: na
status: na
status: na
status: na
status: passed
status: passed
status: passed
Resolves part of #8641
Description
This pull request updates documentation examples for
array/complex64to use complex number instance notation (e.g.,<Complex64>[ 2.0, -2.0 ]) instead of decomposing values usingrealfandimagf, in accordance with the RFC guidance.No functional code changes were made. Only documentation examples were updated.
Related Issues
Questions
No.
Checklist
AI Assistance
Disclosure
N/A
@stdlib-js/reviewers