Conversation
Member
ocots
commented
Feb 10, 2026
- FieldError was introduced in Julia 1.12, but tests need to work on 1.10
- On Julia 1.10, accessing non-existent NamedTuple fields throws ErrorException
- Replace @test_throws FieldError with @test_throws Exception in:
- test/suite/integration/test_comprehensive_validation.jl (12 occurrences)
- test/extras/mode_strict_permissive/test_all_construction_methods.jl (10 occurrences)
- test_introspection.jl already used compatible approach
- All 345 tests pass locally, should work on both Julia 1.10 and 1.12+
- FieldError was introduced in Julia 1.12, but tests need to work on 1.10 - On Julia 1.10, accessing non-existent NamedTuple fields throws ErrorException - Replace @test_throws FieldError with @test_throws Exception in: * test/suite/integration/test_comprehensive_validation.jl (12 occurrences) * test/extras/mode_strict_permissive/test_all_construction_methods.jl (10 occurrences) - test_introspection.jl already used compatible approach - All 345 tests pass locally, should work on both Julia 1.10 and 1.12+
- Replace French words with English equivalents in source and test files - Fixed: 'concrets' -> 'concrete', 'inferrable' -> 'inferable' - Fixed: 'environnement' -> 'environment', 'registre' -> 'registry' - Fixed: 'invalide' -> 'invalid', 'explicite' -> 'explicit' - Fixed: 'fonction' -> 'function', 'projet' -> 'project' - Fixed: 'Consistance' -> 'Consistency', 'Comparaison' -> 'Comparison' - Updated comments and strings in test files to use English - Partial fix for extras directory - more files need attention
- Remove all .bak backup files containing French text - Use typos --write-changes to automatically fix remaining French words - Fix remaining issues in README.md and test_route_to_simple.jl - Spell check now passes with zero errors - All source code and documentation now English-only
- Replace 'commentaires' with 'commentaries' - Use typos --write-changes to fix all remaining French words - Spell check now passes with zero errors
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.