-
Notifications
You must be signed in to change notification settings - Fork 71
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
Use std.experimental.allocator in place of stdx.allocator #670
Use std.experimental.allocator in place of stdx.allocator #670
Conversation
3120f14
to
c52d6dc
Compare
c52d6dc
to
502b91b
Compare
Ouch, I realized I made a breaking change to https://github.com/dlang-community/dsymbol when renaming alias ASTAllocator = Mallocator; to alias SymbolsAllocator = Mallocator; . Should I revert that change or make that definition be local to the package alias SymbolsAllocator = Mallocator; ? I'm asking because |
Build is failing because of https://code.dlang.org/packages/dsymbol hasn't been bumped to 0.13.1. |
I think renaming the SemanticAlocator back to ASTAllocator would be best. |
Done at dlang-community/dsymbol#179 |
tag was released, don't know when dub will pick it up |
7685795
to
3a28341
Compare
3a28341
to
f58a844
Compare
I've reverted to using Now using
I don't have much more time to look into this. Can you take a look? The errors might be related to std.experimental.allocator using it's recent addition |
|
Perfect. Just go ahead with that then. I can review. Closing this in favor of #672 |
No description provided.