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

fix default_alloc import error #78

Merged

Conversation

Cupnfish
Copy link
Contributor

default_alloc宏在内部递归了自己的调用,但是现有的实现疏忽了$crate,这导致使用ckb_std::default_alloc!()的时候报错了


The default_alloc macro recursively calls itself internally, but the existing implementation overlooked the $crate identifier. This oversight leads to an error when using ckb_std::default_alloc!().

@Cupnfish
Copy link
Contributor Author

我正在实现一个基于ckb-std二次开发的包,这个修复对我很重要,希望早日能够合并到主分支。


I am currently developing a package based on ckb-std for customization, and this fix is of great importance to me. I hope it can be merged into the main branch promptly.

@quake quake merged commit 90ca01e into nervosnetwork:master Mar 22, 2024
1 of 2 checks passed
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.

2 participants