Skip to content

Commit

Permalink
fix(runtime): type not found
Browse files Browse the repository at this point in the history
When a jsii module returned a private class implementation of an
interface, consuming `jsii.rtti` data may return an FQN for the internal
class, which does not exist in foreign languages, leading to an error.

Revert to tagging FQNs directly instead.

Fixes #3742
  • Loading branch information
RomainMuller committed Sep 22, 2022
1 parent a4d39c6 commit 585db30
Show file tree
Hide file tree
Showing 4 changed files with 216 additions and 204 deletions.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -1428,6 +1428,15 @@
"contributions": [
"bug"
]
},
{
"login": "cn-cit",
"name": "cn-cit",
"avatar_url": "https://avatars.githubusercontent.com/u/27255477?v=4",
"profile": "https://github.com/cn-cit",
"contributions": [
"bug"
]
}
],
"repoType": "github",
Expand Down
Loading

0 comments on commit 585db30

Please sign in to comment.