FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Fix string construction by filmor · Pull Request #1862 · pythonnet/pythonnet · GitHub

Fix string construction - #1862

Merged
filmor merged 1 commit into
pythonnet:releasefrom
filmor:fix-string-construction
Jul 11, 2022
Merged

Fix string construction#1862
filmor merged 1 commit into
pythonnet:releasefrom
filmor:fix-string-construction

Conversation

filmor commented Jul 8, 2022

Copy link
Copy Markdown
Member

What does this implement/fix? Explain your changes.

Since .NET strings are currently treated as "primitive" types (as they can not be constructed uninitialised, like other non-primitive types can), we only provide the "simple" constructor that converts a Python string or copies an existing String instance.

Does this close any currently open issues?

...

Any other comments?

...

Checklist

Check all those that are applicable and complete.

  • Make sure to include one or more tests for your change
  • If an enhancement PR, please create docs and at best an example
  • Ensure you have signed the .NET Foundation CLA
  • Add yourself to AUTHORS
  • Updated the CHANGELOG

filmor mentioned this pull request Jul 8, 2022
23 tasks
filmor force-pushed the fix-string-construction branch from cdfedf1 to 24e5c7e Compare July 9, 2022 22:39
filmor force-pushed the fix-string-construction branch from 24e5c7e to 808fb0a Compare July 11, 2022 14:16
filmor marked this pull request as ready for review July 11, 2022 14:17
filmor changed the base branch from master to release July 11, 2022 14:17
filmor merged commit 60a719c into pythonnet:release Jul 11, 2022
filmor deleted the fix-string-construction branch July 11, 2022 14:58
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
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


Back | FazBrowse Home | New Git URL