Skip to content

Conversation

@ruslanti
Copy link
Collaborator

No description provided.

@ruslanti ruslanti requested review from Copilot and qrdl November 13, 2025 14:06
@ruslanti ruslanti self-assigned this Nov 13, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR introduces a new utils interface module that provides FastEdge-specific handlers, specifically for setting user diagnostics. The main changes include:

  • Addition of a new utils module with a set_user_diag function for saving statistics user diagnostic messages
  • Renaming of internal utils module to helper to avoid naming conflicts
  • Updates to existing code to reference the renamed helper module

Reviewed Changes

Copilot reviewed 5 out of 7 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
wit Updated subproject commit reference
src/proxywasm/utils.rs New file implementing the utils interface with set_user_diag function
src/proxywasm/mod.rs Added utils module declaration and FFI binding for stats_set_user_diag
src/proxywasm/key_value.rs Updated imports from utils to helper and added Display implementation for Error
src/lib.rs Renamed internal utils module to helper and exposed new public utils module

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

ruslanti and others added 2 commits November 13, 2025 16:11
fix method description

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
fix extraspace

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
@ruslanti ruslanti merged commit 03d9234 into main Nov 21, 2025
3 checks passed
@ruslanti ruslanti deleted the feat/utils_interface branch November 21, 2025 10:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants