Branch: refs/heads/main
Revision: f8c56093341c0d1d2e7ee7e4365e67bcbf4617db
Author: DanilaFe
Link: Add futures for various issues by DanilaFe · Pull Request #27979 · chapel-lang/chapel · GitHub
Log Message:
Add futures for various issues (#27979)
Adds futures for [Bug]: ownership-generic field warning not emitted without calling the constructor · Issue #27978 · chapel-lang/chapel · GitHub,
[Bug]: incompatible types of default arguments inconsistently cause errors · Issue #27974 · chapel-lang/chapel · GitHub,
[Bug]: Default value verification of `param`s doesn't respect previous substitutions · Issue #27973 · chapel-lang/chapel · GitHub,
[Bug]: `numeric` return type hits internal error · Issue #27952 · chapel-lang/chapel · GitHub.
Trivial, will not be reviewed.
Diff:
A test/classes/delete-free/ownership-generic-without-init.bad
A test/classes/delete-free/ownership-generic-without-init.chpl
A test/classes/delete-free/ownership-generic-without-init.future
A test/classes/delete-free/ownership-generic-without-init.good
A test/functions/default-arguments/incompatible-default-arg-types.bad
A test/functions/default-arguments/incompatible-default-arg-types.chpl
A test/functions/default-arguments/incompatible-default-arg-types.future
A test/functions/default-arguments/incompatible-default-arg-types.good
A test/functions/default-arguments/param-default-ignores-substitutions.bad
A test/functions/default-arguments/param-default-ignores-substitutions.chpl
A test/functions/default-arguments/param-default-ignores-substitutions.future
A test/functions/default-arguments/param-default-ignores-substitutions.good
A test/types/type_variables/numeric-return-type-internal-error.bad
A test/types/type_variables/numeric-return-type-internal-error.chpl
A test/types/type_variables/numeric-return-type-internal-error.future
A test/types/type_variables/numeric-return-type-internal-error.good
A test/types/type_variables/numeric-return-type-internal-error.prediff
https://github.com/chapel-lang/chapel/pull/27979.diff