Skip to content

Conversation

@mbovel
Copy link
Member

@mbovel mbovel commented Nov 13, 2025

Attempt to fix #24420.

@sjrd
Copy link
Member

sjrd commented Nov 13, 2025

Isn't that basically making all inlined def into transparent?

@mbovel
Copy link
Member Author

mbovel commented Nov 13, 2025

Isn't that basically making all inline def behave like transparent?

Maybe, and that is probably not what we want.

So when should the result of calling a non-transparent inline method actually be visible?

[Comment extracted to #24431]

@mbovel
Copy link
Member Author

mbovel commented Nov 14, 2025

Isn't that basically making all inlined def into transparent?

As discussed orally, no, assuming we put the stripping logic at the right place: in the Inliner, to make sure that we only do it during inlining.

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.

inline val not inlined

3 participants