microsoft / microsoft/typespec
[Bug]: issue creating Arrays using TypeKit
- Dominant language
- Java
- Stars
- 5.9k
- Forks
- 394
- Avg merge
- 1d 23h
- Merged PRs (30d)
- 104
Description
### Describe the bug
See this discussion: https://discord.com/channels/1247582902930116749/1375144881739272272
According to the discussion:
- `array.create(type) === array.create(type);` ought to yield true, but always yields false
- creating arrays using `${context.program}.array.create(type);` yields an array instance without NameSpace and using these as type on ModelProperties will result in errors when emitting OAS or JSONSchema, due to duplicate names (likely icw @visibility options?)
### Reproduction
See https://discord.com/channels/1247582902930116749/1375144881739272272
### Checklist
- [x] Follow our [Code of Conduct](https://github.com/microsoft/typespec/blob/main/CODE_OF_CONDUCT.md)
- [x] Check that there isn't already an issue that request the same bug to avoid creating a duplicate.
- [x] Check that this is a concrete bug. For Q&A open a [GitHub Discussion](https://github.com/Microsoft/typespec/discussions).
- [x] The provided reproduction is a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) of the bug.
Contributor guide
Assessment
This issue has not been assessed yet.