Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove deprecated code from ChapelArray and ChapelSyncVars #26520

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

DanilaFe
Copy link
Contributor

@DanilaFe DanilaFe commented Jan 14, 2025

Deprecations were introduced by the following PRs:

Others predated the existence of @deprecated and even deprecated.

These occurred more than 6 months ago.

Failing tests:

[Error matching compiler output for deprecated/IO/array-string-cast]
[Error matching compiler output for deprecated/sync/default-init (compopts: 3)]
[Error matching compiler output for deprecated/sync/sync-casting]
[Error matching compiler output for deprecated/sync/sync-direct-access]
[Error matching compiler output for trivial/deitz/coerce-assign/plusassign_error]
[Error matching compiler output for types/imag/opequals2 (compopts: 1)]
[Error matching compiler output for types/imag/opequals2 (compopts: 2)]
[Error matching compiler output for types/sync/ferguson/sync-copy-init-cannot-coerce]
[Error matching compiler output for types/sync/ferguson/sync-copy-init-cannot-coerce2]
[Error matching compiler output for types/sync/ferguson/sync-copy-init-other-sync]
[Error matching compiler output for types/sync/initFromSync]

Testing

  • paratest

Deprecations were introduced by the following PRs:
* chapel-lang#22639
* chapel-lang#23380

Which occurred more than 6 months ago.

Signed-off-by: Danila Fedorin <daniel.fedorin@hpe.com>
Some deprecations were introduced by the following PR:
* chapel-lang#22639

Others predated the existence of `@deprecated` and even `deprecated`.

These occurred more than 6 months ago.

\## Testing
- [ ] paratest

Signed-off-by: Danila Fedorin <daniel.fedorin@hpe.com>
Signed-off-by: Danila Fedorin <daniel.fedorin@hpe.com>
@DanilaFe DanilaFe changed the title Remove deprecated code from ChapelArray Remove deprecated code from ChapelArray and ChapelSyncVars Jan 14, 2025
@DanilaFe DanilaFe marked this pull request as draft January 14, 2025 07:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant