Open kumarak opened 5 months ago
(lldb) p mx::EntityId(9417026824299347968).Unpack()
(mx::VariantId) Active Type = mx::DeclId {
Value = (fragment_id = 1051883, kind = ACCESS_SPEC, offset = 0, is_definition = false)
}
(lldb) p mx::EntityId(mx::DeclId{1051883, mx::DeclKind::ACCESS_SPEC, 0, true})
(mx::EntityId) (opaque = 9223372040322416640)
@kumarak can you try the following with the same database:
mx-highlight-entity --db /path/to/db --entity_id 9223372040322416640
It is a bit bizarre that it is finding an ACCESS_SPEC
for an ENUM
.
Entity provider hit assert on testing OGharness with debug build of multiplier