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

Attempt to handle references from macro_rules #30

Merged
merged 1 commit into from Sep 2, 2023
Merged

Conversation

dcchut
Copy link
Owner

@dcchut dcchut commented Sep 2, 2023

Fixes #29

@dcchut dcchut merged commit 833b021 into master Sep 2, 2023
4 checks passed
@dcchut dcchut deleted the macros_in_macros branch September 2, 2023 00:28
LeoniePhiline pushed a commit to LeoniePhiline/async-recursion that referenced this pull request Sep 8, 2023
dcchut pushed a commit that referenced this pull request Sep 8, 2023
Co-authored-by: Leonie Philine Bitto <leonie@cobytes.com>
kodiakhq bot pushed a commit to X-oss-byte/Nextjs that referenced this pull request Sep 21, 2023
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [async-recursion](https://togithub.com/dcchut/async-recursion) | workspace.dependencies | patch | `1.0.2` -> `1.0.5` |

---

### Release Notes

<details>
<summary>dcchut/async-recursion (async-recursion)</summary>

### [`v1.0.5`](https://togithub.com/dcchut/async-recursion/releases/tag/v1.0.5)

[Compare Source](https://togithub.com/dcchut/async-recursion/compare/v1.0.4...v1.0.5)

#### What's Changed

-   Update test error output by [@&#8203;dcchut](https://togithub.com/dcchut) in [dcchut/async-recursion#28
-   Attempt to handle references from macro_rules by [@&#8203;dcchut](https://togithub.com/dcchut) in [dcchut/async-recursion#30

**Full Changelog**: dcchut/async-recursion@v1.0.4...v1.0.5

### [`v1.0.4`](https://togithub.com/dcchut/async-recursion/releases/tag/v1.0.4)

[Compare Source](https://togithub.com/dcchut/async-recursion/compare/v1.0.3...v1.0.4)

-   Fix crate documentation to match README

### [`v1.0.3`](https://togithub.com/dcchut/async-recursion/releases/tag/v1.0.3)

[Compare Source](https://togithub.com/dcchut/async-recursion/compare/v1.0.2...v1.0.3)

-   Update syn dependency to 2.x

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update again.

---

 - [ ] If you want to rebase/retry this PR, check this box

---

This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/sammyfilly/Nextjs).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Using #[async_recursion] inside a declarative macro
1 participant