-
Notifications
You must be signed in to change notification settings - Fork 445
Remove dmap and deprecated distributions
#28329
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
Open
bradcray
wants to merge
24
commits into
chapel-lang:main
Choose a base branch
from
bradcray:remove-deprecated-dists
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+288
−1,281
Open
Changes from all commits
Commits
Show all changes
24 commits
Select commit
Hold shift + click to select a range
a39db7d
Remove deprecated stuff related to distributions -- dmap and class-ba…
bradcray abc3cdc
Add a pair of records to help wrap old layout classes in records
bradcray a5dc656
Update tests to avoid 'dmap'; removed one that ceased to have real pu…
bradcray a9d3c58
Update a few more tests
bradcray bf287ab
Add unstable warning to 'defaultDist'
bradcray af6c530
Merge branch 'main' of https://github.com/chapel-lang/chapel into rem…
bradcray f1fc3e9
Update tests sensitive to dead modules
bradcray ef13122
Remove LayoutCS from the make docs steps
bradcray ec9d137
Teach dyno about the new, internal (temporary?) name of dmap for defa…
bradcray dd63e04
Remove unstable warning from defaultDist, as it fires even through in…
bradcray 2820323
Update tests that still used 'dmap' to use value-based distributions …
bradcray 60bb560
Remove unstable warnings for defaultDist
bradcray e4d57bd
Restore whitespace to reduce diff
bradcray 0fbd641
Remove 'new dmap()' from error message and improve its quality/simpli…
bradcray 38c6189
Remove some stray 'dmap' references that Jade noticed and fix some dm…
bradcray 48b2fe3
Updated doc to remove 'dmap' type and made other minor improvements
bradcray e761452
Update comment to reflect the code change I made earlier in this PR
bradcray aa597ae
Update comment to avoid 'dmap'
bradcray 8495c68
Update notest test to avoid 'new dmap()' and update other aspects
bradcray d422ba8
Update doc test to avoid 'new dmap()' since it's no longer supported
bradcray ea7a9fc
Updated messages in this test to avoid 'dmap' (no longer used) and be…
bradcray 787ea51
Remove references to 'dmap' in comments since it's no longer supported
bradcray 02fdf1d
Update comments to avoid 'dmap'
bradcray 7373789
Update test to avoid referring to the 'dmap' type
bradcray File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't know how well sphinx will render this, I don't think it can handle newlines in a
.. method. Did you check it?