Skip to content

Commit

Permalink
chore: add Git notes
Browse files Browse the repository at this point in the history
---
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: na
  - task: lint_typescript_tests
    status: na
  - task: lint_license_headers
    status: passed
---

---
type: pre_push_report
description: Results of running various checks prior to pushing changes.
report:
  - task: run_javascript_examples
    status: na
  - task: run_c_examples
    status: na
  - task: run_cpp_examples
    status: na
  - task: run_javascript_readme_examples
    status: na
  - task: run_c_benchmarks
    status: na
  - task: run_cpp_benchmarks
    status: na
  - task: run_fortran_benchmarks
    status: na
  - task: run_javascript_benchmarks
    status: na
  - task: run_julia_benchmarks
    status: na
  - task: run_python_benchmarks
    status: na
  - task: run_r_benchmarks
    status: na
  - task: run_javascript_tests
    status: na
---
  • Loading branch information
Planeshifter committed Jan 18, 2025
1 parent dd2e77a commit 0003499
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 0 deletions.
14 changes: 14 additions & 0 deletions docs/git-notes/02cbff35d876dcea7efd41794f414c7df5eddca4.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
type: amend-message
---
refactor!: update `blas/ext/base/dapx` to follow current project conventions

BREAKING CHANGE:

- `c_dapx()` renamed to `stdlib_strided_dapx()`
- `c_dapx_ndarray()` renamed to `stdlib_strided_dapx_ndarray()`

All downstream usage of the old `c_dapx*` symbols must be updated to use the new symbols.

PR-URL: https://github.com/stdlib-js/stdlib/pull/4737
Reviewed-by: Philipp Burckhardt <[email protected]>
10 changes: 10 additions & 0 deletions docs/git-notes/133c5394889b68952968cd6f4ff192f9692deb9f.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
type: amend-message
---
docs: update namespace TypeScript declaration comments

PR-URL: https://github.com/stdlib-js/stdlib/pull/4487

Co-authored-by: Philipp Burckhardt <[email protected]>
Reviewed-by: Philipp Burckhardt <[email protected]>
Signed-off-by: stdlib-bot <[email protected]>
10 changes: 10 additions & 0 deletions docs/git-notes/4b1f53de18bc03af6439de1e3797d9e222ecdf28.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
type: amend-message
---
docs: update namespace TypeScript declaration comments

PR-URL: https://github.com/stdlib-js/stdlib/pull/4518

Co-authored-by: Philipp Burckhardt <[email protected]>
Reviewed-by: Philipp Burckhardt <[email protected]>
Signed-off-by: stdlib-bot <[email protected]>

0 comments on commit 0003499

Please sign in to comment.