Valiemon 0.05 fails boolean, nested-schema, and dynamic-loading tests on both backends
Nadie ha tomado este issue todavía.
Evaluación
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Aptitud para principiantes
- 42/100
Línea de trabajo
Comienza ejecutando los casos específicos de t/01-attr-primitives.t, t/02-attr-required.t, t/03-attr-format.t y t/03-attr-oneOf.t en ambos backends. Rastrea el manejo compartido en tiempo de ejecución de los valores booleanos de Types::Serialiser, los esquemas sin properties, los esquemas oneOf anidados y la carga de Valiemon::Attributes::Format. Se considera terminado cuando los 25 archivos de tests upstream y los 142 tests pasan en ambos backends, con cobertura de regresión específica para estos fallos.
Escrito por el modelo de indexación a partir del texto del issue.
Descripción
Summary
Valiemon v0.05 fails six upstream subtests under PerlOnJava even though its complete upstream suite passes under system Perl. The failures reproduce on both the JVM and interpreter backends and cover boolean classification, nested schema properties, dynamic attribute loading, and oneOf validation.
Observed in CPAN random tester run 20260916-111623-23683.
Reproduction results
- System Perl 5.42.2: all 25 test files and 142 tests pass.
- PerlOnJava JVM backend: the archived run reports 6 failed subtests; focused reruns reproduce the failures.
- PerlOnJava interpreter backend: the same focused failures reproduce.
The affected upstream tests are:
t/01-attr-primitives.tt/02-attr-required.tt/03-attr-format.tt/03-attr-oneOf.t
Most of the remaining suite passes, including context, validator, type, collection, reference, draft, and other attribute tests.
Observed failures
Boolean classification
is_boolean and is_boolean_perl reject boolean values supplied by Types::Serialiser, including the values tested through Types::Serialiser::true and Types::Serialiser::false. The failures are present on both backends. The suite's TODO checks for weak numeric typing are separate from these non-TODO failures.
Required schemas and nested properties
t/02-attr-required.t aborts while validating a schema that has required but no properties member:
`properties` must be an object at /properties
The same error appears in t/03-attr-oneOf.t for a nested schema with properties, reported at /oneOf/properties. This points to incorrect nested-hash dereference/autovivification or schema handling in the shared runtime. The upstream implementation behaves correctly under system Perl.
Dynamic attribute loading and version handling
use Valiemon::Attributes::Format fails with:
Invalid version format
After the import failure, the test falls through to the base Valiemon::Attributes::is_valid method and reports that the method is not implemented. This indicates a PerlOnJava module-loading/version-resolution problem rather than a format-validation result.
Dependency and environment context
Valiemon is pure Perl. The test run used its normal dependencies, including Class::Accessor::Lite 0.08, Data::Validate::URI 0.07, List::MoreUtils 0.430, and Types::Serialiser 1.01. NetAddr::IP 4.079 appears as an XS dependency of the URI validation stack and was handled by the PerlOnJava fallback, but none of the reported failures is an XS-load error or a missing service/platform prerequisite. Reverse-dependency analysis is not applicable to the pure-Perl target distribution.
Acceptance criteria
- All 25 upstream test files and 142 tests pass on the JVM backend.
- The same suite passes on the interpreter backend.
Types::Serialiserbooleans are recognized consistently byis_booleanandis_boolean_perl.- Schemas without
propertiesdo not acquire an invalid property structure during validation, and nestedpropertiesschemas work throughoneOf. Valiemon::Attributes::Formatloads without an invalid-version error and its date-time tests execute normally.- Add focused project-owned regression coverage for the boolean, nested-schema/autovivification, and dynamic module-loading cases.
- Lenguaje dominante
- Perl
- Estrellas
- 64
- Forks
- 6
- Merge medio
- 5 h 18 min
- PR fusionados (30 d)
- 162
Guía de contribución
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Más de fglock/PerlOnJava
-
area:cpan-port area:unicode bug
Dificultad 2/5 1-3 horas Aptitud para principiantes 88/100
fglock/PerlOnJava#1341 ·
-
area:backend area:cpan-port area:parser area:runtime bug
Dificultad 4/5 3-5 días Aptitud para principiantes 52/100
fglock/PerlOnJava#1477 ·
-
area:cpan-port area:parser area:unicode bug
Dificultad 3/5 1-2 días Aptitud para principiantes 67/100
fglock/PerlOnJava#1476 ·
-
area:backend area:cpan-port area:runtime bug
Dificultad 4/5 3-5 días Aptitud para principiantes 55/100
fglock/PerlOnJava#1475 ·
-
area:parser area:warnings bug
Dificultad 4/5 3-5 días Aptitud para principiantes 48/100
fglock/PerlOnJava#1473 ·
Todos los issues de fglock/PerlOnJava
Issues similares
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 84/100
corazawaf/coraza-nginx#140 ·
-
1.severity: security
Dificultad 2/5 1-3 horas Aptitud para principiantes 68/100
-
Dificultad 2/5 1-3 horas Aptitud para principiantes 82/100
api7/lua-resty-saml#63 ·
-
Dificultad 1/5 Menos de una hora Aptitud para principiantes 68/100
-
Dificultad 1/5 Menos de una hora Aptitud para principiantes 82/100