feat: generic methods by elringus · Pull Request #213 · elringus/bootsharp · GitHub
Skip to content

feat: generic methods#213

Merged
elringus merged 5 commits into
mainfrom
feat/generic
Jun 1, 2026
Merged

feat: generic methods#213
elringus merged 5 commits into
mainfrom
feat/generic

Conversation

@elringus

@elringus elringus commented Jun 1, 2026

Copy link
Copy Markdown
Owner

This adds support for generic methods.

The support is limited to methods with a single generic parameter constrained to a user type. Such generic methods are materialized in JavaScript as multiple functions specialized to each concrete type compatible with the constraint type.

Documentation: https://bootsharp.com/guide/declarations#generic-methods

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: fa90e0b215

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/cs/Bootsharp.Publish/Common/Inspection/GenericDisambiguator.cs
Comment thread src/cs/Bootsharp.Publish/Common/Inspection/TypeInspector.cs Outdated
@codecov

codecov Bot commented Jun 1, 2026

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 4076801df0

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/cs/Bootsharp.Publish/Common/Inspection/GenericDisambiguator.cs

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8322fb4c1d

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/cs/Bootsharp.Publish/Common/Inspection/GenericDisambiguator.cs Outdated

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 49ef3e48bb

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread src/cs/Bootsharp.Publish/Common/Inspection/GenericDisambiguator.cs
Comment thread src/cs/Bootsharp.Publish/Common/Inspection/GenericDisambiguator.cs
@elringus elringus merged commit 195d978 into main Jun 1, 2026
10 checks passed
@elringus elringus deleted the feat/generic branch June 1, 2026 14:40
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