Skip to content

First class span types#2039

Merged
slozier merged 2 commits into
IronLanguages:mainfrom
BCSharp:first-class-span-types
May 11, 2026
Merged

First class span types#2039
slozier merged 2 commits into
IronLanguages:mainfrom
BCSharp:first-class-span-types

Conversation

@BCSharp
Copy link
Copy Markdown
Member

@BCSharp BCSharp commented May 11, 2026

Now that we have target net10.0 and all relevant projects use LangVersion latest, the code is compiled with C# 14, which introduces feature First-class Span Types. Consequently, the existing code can be simplified a bit — compiler takes over the span conversions.

Copy link
Copy Markdown
Contributor

@slozier slozier left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@slozier slozier merged commit 03c3780 into IronLanguages:main May 11, 2026
37 of 38 checks passed
@BCSharp BCSharp deleted the first-class-span-types branch May 11, 2026 23:56
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.

2 participants