Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Association lists with map implementation #3087

Closed
brson opened this issue Aug 2, 2012 · 0 comments
Closed

Association lists with map implementation #3087

brson opened this issue Aug 2, 2012 · 0 comments
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.

Comments

@brson
Copy link
Contributor

brson commented Aug 2, 2012

I've resorted to association lists on a few occasions to get sendable maps. Would be nice to have some library support for it.

@brson brson closed this as completed Jan 29, 2013
bors pushed a commit to rust-lang-ci/rust that referenced this issue May 15, 2021
fixed display message for the LineOverflow error
RalfJung pushed a commit to RalfJung/rust that referenced this issue Sep 28, 2023
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Bumps [tests/perf/s2n-quic](https://github.com/aws/s2n-quic) from
`1a7faa8` to `9e39ca0`.
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/aws/s2n-quic/commit/9e39ca0f4aa00ffacc9d65879ccc807460c8b04b"><code>9e39ca0</code></a>
build(deps): update heck requirement from 0.4 to 0.5 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2152">#2152</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/2d4df73eddf3ea26ade90eae9e766b7f2c08a86b"><code>2d4df73</code></a>
feat(s2n-quic-xdp): add umem hugepage option (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2145">#2145</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/440f4f45629bc99b1a815a6d42c01c39af382e72"><code>440f4f4</code></a>
build(deps): bump docker/setup-buildx-action from 3.1.0 to 3.2.0 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2153">#2153</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/d73c6484fc16be988741fd7c5f26c59a9960896c"><code>d73c648</code></a>
build(deps): bump docker/login-action from 3.0.0 to 3.1.0 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2154">#2154</a>)</li>
<li><a
href="https://github.com/aws/s2n-quic/commit/21e2bbbb0fb6019b476c1006a40792cb8e18a847"><code>21e2bbb</code></a>
chore(s2n-quic): release 1.34.0 (<a
href="https://redirect.github.com/aws/s2n-quic/issues/2151">#2151</a>)</li>
<li>See full diff in <a
href="https://github.com/aws/s2n-quic/compare/1a7faa87ebcf2b84a068f21af3306a6f42eb8c74...9e39ca0f4aa00ffacc9d65879ccc807460c8b04b">compare
view</a></li>
</ul>
</details>
<br />


Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)


</details>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
E-easy Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.
Projects
None yet
Development

No branches or pull requests

1 participant