# 发送的邮件列表意外截断，丢失列表

**URL:** <https://meta.discourse.org/t/email-sent-with-list-got-truncated-unexpectedly-dropping-the-list/268541>\
**Category:** Bug\
**Tags:** email\
**Created:** [2023年六月15日 21:32 UTC](https://meta.discourse.org/t/email-sent-with-list-got-truncated-unexpectedly-dropping-the-list/268541 "2023-06-15T21:32:53Z")\
**Posts on this page:** 1\
**Page:** 1

<div class="post-metadata">

**Author:** ![lydia-duncan](https://avatars.discourse-cdn.com/v4/letter/l/b5a626/32.png) [@lydia-duncan](https://meta.discourse.org/u/lydia-duncan)\
**Post date:** [2023年六月15日 21:32 UTC](https://meta.discourse.org/t/email-sent-with-list-got-truncated-unexpectedly-dropping-the-list/268541/1 "2023-06-15T21:32:53Z")

</div>

我发送了以下消息：

```plaintext
虽然它不是直接从类型本身查询，但你可以使用 Types 模块中的这些查询：

- https://chapel-lang.org/docs/latest/modules/standard/Types.html#Types.isOwnedClass
- https://chapel-lang.org/docs/latest/modules/standard/Types.html#Types.isSharedClass
- https://chapel-lang.org/docs/latest/modules/standard/Types.html#Types.isUnmanagedClass
- https://chapel-lang.org/docs/latest/modules/standard/Types.html#Types.isBorrowedClass

我相信这些查询可以让你传入 `from` 本身或 `fromType` 并得到一个 `bool` 结果。然后，你可以利用它来显式设置新声明中的匹配内存管理（可能通过利用拆分初始化，使 `tmp` 可以存在于 `if` 语句之外，从而进行这些检查）。

希望这有帮助，
Lydia

```

但它被自动截断为：

```plaintext
虽然它不是直接从类型本身查询，但你可以使用 Types 模块中的这些查询：

```

似乎列表的开头有什么东西导致它被截断了。我没有看到任何关于此的近期报告（在 2015 年有一份报告提到两个 `-` 被解释为签名，但那不是我写的，而且那个问题看起来已经解决了）。

这是最近发生的吗？我们是否应该在配置中调整某个设置来避免这种行为？

谢谢，  
Lydia
