fix(Sudoku): add convention prints #1946 to 3 .NET notebooks#1964
Closed
jsboige wants to merge 1 commit into
Closed
fix(Sudoku): add convention prints #1946 to 3 .NET notebooks#1964jsboige wants to merge 1 commit into
jsboige wants to merge 1 commit into
Conversation
…ion informative output) - Sudoku-1: Console.WriteLine after BacktrackingDotNetSolver class def - Sudoku-11: Console.WriteLine after IKVM/Choco DLL loading - Sudoku-14: Console.WriteLine in BDD exercise stub - Re-executed with Papermill .net-csharp: 26 cells, 0 errors - Catalog regenerated (504 entries) Note: GeneticSharp-EdgeDetection excluded (exercise stub with class def causes .NET Interactive compilation error when Console.WriteLine added at end of cell with class definitions). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Notebook PR Validation: PASS
Checks: H.1 (no errors), H.3 (execution_count), C.1 (no banned patterns) |
clusterManager-Myia
approved these changes
May 31, 2026
Collaborator
clusterManager-Myia
left a comment
There was a problem hiding this comment.
[Hermes] — APPROVED
Convention prints sur 3 notebooks .NET + mise à jour COURSE_CATALOG.generated.json. Promotions BETA->PRODUCTION cohérentes avec ajout d'outputs. Cell count adjustments logiques (with_outputs down, without_outputs to 0). Risque nul.
Owner
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Convention #1946: add informative Console.WriteLine to silent code cells in Sudoku .NET notebooks.
Changes
Execution proof
Notable exclusion
GeneticSharp-EdgeDetection exercise stub was excluded: adding Console.WriteLine at the end of a cell that contains class definitions causes .NET Interactive compilation failure. This is a kernel limitation, not a notebook bug.
Catalog
Regenerated: COURSE_CATALOG.generated.json (504 entries)
Co-Authored-By: Claude Opus 4.8 noreply@anthropic.com