Skip to content

feat(scripting): added logging functions#1574

Merged
mcanais merged 1 commit into
mainfrom
1498-expose-logging-function-in-lua
Sep 25, 2025
Merged

feat(scripting): added logging functions#1574
mcanais merged 1 commit into
mainfrom
1498-expose-logging-function-in-lua

Conversation

@mcanais
Copy link
Copy Markdown
Contributor

@mcanais mcanais commented Sep 24, 2025

Description

Include a summary of the changes here.

Checklist

  • Self-review changes.
  • Evaluate impact on the documentation.
  • Ensure test coverage.
  • Write new samples.
  • Add entry to the changelog's unreleased section.

@mcanais mcanais requested a review from RiscadoA as a code owner September 24, 2025 22:20
@mcanais mcanais linked an issue Sep 24, 2025 that may be closed by this pull request
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented Sep 24, 2025

PR Preview Action v1.6.2

🚀 View preview at
https://GameDevTecnico.github.io/cubos/preview/pr-1574/

Built to branch gh-pages at 2025-09-25 15:47 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@codecov
Copy link
Copy Markdown

codecov Bot commented Sep 24, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 51.76%. Comparing base (b711df0) to head (4e34165).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1574   +/-   ##
=======================================
  Coverage   51.76%   51.76%           
=======================================
  Files         501      501           
  Lines       27267    27267           
  Branches     2550     2550           
=======================================
  Hits        14114    14114           
  Misses      13153    13153           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Clang-Tidy found issue(s) with the introduced code (1/2)

Comment thread bindings/lua/src/logging.cpp Outdated
Comment thread bindings/lua/src/logging.cpp Outdated
Comment thread bindings/lua/src/logging.cpp Outdated
Comment thread bindings/lua/src/logging.cpp
Comment thread bindings/lua/src/logging.cpp
Comment thread bindings/lua/src/logging.cpp
Comment thread bindings/lua/src/logging.cpp Outdated
Comment thread bindings/lua/src/logging.cpp
Comment thread bindings/lua/src/logging.cpp
Comment thread bindings/lua/src/logging.cpp
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Clang-Tidy found issue(s) with the introduced code (2/2)

Comment thread bindings/lua/src/logging.cpp Outdated
Comment thread bindings/lua/src/logging.cpp Outdated
Comment thread bindings/lua/src/logging.cpp Outdated
Comment thread bindings/lua/src/logging.cpp Outdated
Comment thread bindings/lua/src/logging.cpp Outdated
Comment thread bindings/lua/src/logging.cpp Outdated
Comment thread bindings/lua/src/logging.cpp Outdated
Comment thread bindings/lua/src/logging.cpp Outdated
Comment thread bindings/lua/src/logging.cpp Outdated
Copy link
Copy Markdown
Member

@RiscadoA RiscadoA left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, ty for working on this!

@mcanais mcanais force-pushed the 1498-expose-logging-function-in-lua branch from 8141825 to 01b8b77 Compare September 25, 2025 10:20
Copy link
Copy Markdown
Contributor

@github-actions github-actions Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Clang-Tidy found issue(s) with the introduced code (1/1)

Comment thread bindings/lua/src/logging.cpp
Comment thread bindings/lua/src/logging.cpp
Comment thread bindings/lua/src/logging.cpp
@mcanais mcanais enabled auto-merge (rebase) September 25, 2025 15:43
@mcanais mcanais force-pushed the 1498-expose-logging-function-in-lua branch from 01b8b77 to 4e34165 Compare September 25, 2025 15:44
@mcanais mcanais merged commit 3fb5778 into main Sep 25, 2025
12 checks passed
@mcanais mcanais deleted the 1498-expose-logging-function-in-lua branch September 25, 2025 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

expose logging function in lua

2 participants