Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Allow mixing ranges and values to construct sequences#18670

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Draft
edgarfgp wants to merge59 commits intodotnet:main
base:main
Choose a base branch
Loading
fromedgarfgp:mixed-ranges-prototype

Conversation

edgarfgp
Copy link
Contributor

@edgarfgpedgarfgp commentedJun 6, 2025
edited
Loading

Description

Implements RFC FS-1031: Mixing ranges and values to construct sequencesfsharp/fslang-design#804

Before

leta=seq{yield!seq{1..10};19}letb=[-3;yield![1..10]]letc=[|-3;yield![|1..10|];19|]

After

leta=seq{1..10;19}letb=[-3;1..10]letc=[|-3;1..10;19|]

Checklist

  • Test cases added
  • Add LanguageFeature
  • RFC
  • Release notes entry updated

ijklam, gibranrosa, majocha, mnebes, and brianrourkeboll reacted with heart emoji
edgarfgpand others added24 commitsApril 23, 2025 15:27
@github-actionsGitHub Actions
Copy link
Contributor

github-actionsbot commentedJun 6, 2025
edited
Loading

❗ Release notes required


✅ Found changes and release notes in following paths:

Change pathRelease notes pathDescription
src/Compilerdocs/release-notes/.FSharp.Compiler.Service/10.0.100.md
LanguageFeatures.fsidocs/release-notes/.Language/preview.md

@edgarfgpedgarfgpforce-pushed themixed-ranges-prototype branch from4e713c5 to5f947faCompareJune 13, 2025 14:30
edgarfgpand others added9 commitsJune 13, 2025 21:12
Co-authored-by: Brian Rourke Boll <brianrourkeboll@users.noreply.github.com>
Co-authored-by: Brian Rourke Boll <brianrourkeboll@users.noreply.github.com>
Co-authored-by: Brian Rourke Boll <brianrourkeboll@users.noreply.github.com>
Co-authored-by: Brian Rourke Boll <brianrourkeboll@users.noreply.github.com>
Co-authored-by: Brian Rourke Boll <brianrourkeboll@users.noreply.github.com>
@edgarfgpedgarfgpforce-pushed themixed-ranges-prototype branch frome634d66 to79b2e66CompareJune 14, 2025 13:50
Co-authored-by: Brian Rourke Boll <brianrourkeboll@users.noreply.github.com>
@edgarfgpedgarfgpforce-pushed themixed-ranges-prototype branch from47a3c68 to43babe7CompareJune 14, 2025 21:24
@edgarfgp
Copy link
ContributorAuthor

/azp run

@azure-pipelinesAzure Pipelines
Copy link

Commenter does not have sufficient privileges for PR 18670 in repo dotnet/fsharp

@edgarfgp
Copy link
ContributorAuthor

/run fantomas

github-actions[bot] reacted with thumbs up emoji

@github-actionsGitHub Actions
Copy link
Contributor

🔧 CLI Command Report

  • Command:/run fantomas
  • Outcome: success

✅ Command succeeded, no changes needed.

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@brianrourkebollbrianrourkebollbrianrourkeboll left review comments

At least 1 approving review is required to merge this pull request.

Assignees
No one assigned
Labels
None yet
Projects
Status: New
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@edgarfgp@brianrourkeboll

[8]ページ先頭

©2009-2025 Movatter.jp