@Builtin_Method shall not be publicly accessible#14944
Open
JaroslavTulach wants to merge 52 commits intodevelopfrom
Open
@Builtin_Method shall not be publicly accessible#14944JaroslavTulach wants to merge 52 commits intodevelopfrom
@Builtin_Method shall not be publicly accessible#14944JaroslavTulach wants to merge 52 commits intodevelopfrom
Conversation
@Builtin_Method shall not be publicly accessible
Member
Author
|
JaroslavTulach
commented
Apr 8, 2026
| to_text self -> Text = | ||
| 'From: ' + self.from_address.to_text | ||
| + '\nTo: ' + (self.to.map .to_text).join '; ' | ||
| + '\nTo: ' + ((self.to:Any).map .to_text).join '; ' |
Member
Author
There was a problem hiding this comment.
- @AdRiley there is
Any.to: enso/distribution/lib/Standard/Base/0.0.0-dev/src/Any.enso
Lines 59 to 60 in c53d0a1
- the
type Emailhastofield - they override each other!
- I don't think it is a good idea
- if nothing else, then the Enso linter gets confused...
2 tasks
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
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.
Pull Request Description
@Builtin_Methodaway fromStandard.Baseuser sights@Builtin_Methodisn't privateautoRegisterflag of builtin methodsError.throw,Panic.catchneeds to keep correct stack traceDebug.evalneeds to be inlined for proper surrounding contextFunction.<|needs to be inlined and invisible in the stackChecklist
Please ensure that the following checklist has been satisfied before submitting the PR:
Scala,
Java,