Skip to content

Conversation

@yann-achard-MS
Copy link
Contributor

@yann-achard-MS yann-achard-MS commented Oct 9, 2025

Description

This PR fixes the build integration pipeline error encountered here.

Some downstream repo uses our assert function and takes a dependency on its current implementation (specifically, the fact that it does not call console.error/warn). This is not something we want to support. The assert function is legacy beta since we haven't gone through the process of making it internal, but no FF consumer should not be using it.

Breaking Changes

None

@github-actions github-actions bot added the base: main PRs targeted against main branch label Oct 9, 2025
@yann-achard-MS yann-achard-MS marked this pull request as ready for review October 9, 2025 02:13
Copilot AI review requested due to automatic review settings October 9, 2025 02:13
@yann-achard-MS yann-achard-MS enabled auto-merge (squash) October 9, 2025 02:14
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 fixes a build integration pipeline error by changing the assert function to use console.log instead of console.error for logging assertion failures. The change addresses compatibility issues with the Bohemia repository which depends on the current implementation of the assert function not calling console.error or console.warn.

Key Changes

  • Replace console.error with console.log in the assert function's failure logging
  • Add explanatory comment about the reasoning for using console.log

@yann-achard-MS yann-achard-MS enabled auto-merge (squash) October 9, 2025 02:15
@yann-achard-MS yann-achard-MS merged commit a274b63 into main Oct 9, 2025
40 checks passed
@yann-achard-MS yann-achard-MS deleted the test/fix-bohemia-integration-2025-10-08 branch October 9, 2025 03:00
anthony-murphy-agent pushed a commit to anthony-murphy-agent/FluidFramework that referenced this pull request Jan 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

base: main PRs targeted against main branch

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants