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

is mecca no longer used? #29

Open
SingingBush opened this issue Oct 12, 2023 · 1 comment
Open

is mecca no longer used? #29

SingingBush opened this issue Oct 12, 2023 · 1 comment

Comments

@SingingBush
Copy link

I cloned the project and found that it won't compile with dmd 2.105.0 so decided to try building with a wide range of dmd releases:

DMD version outcome
2.105.2 (dmd-latest) dub build fails src/mecca/containers/pools.d(76,21): Error: Elem[512] size 18446744073709551615 * 512 exceeds 0x7fffffff size limit for static array
2.100.2 dub build fails src/mecca/lib/memory.d(465,32): Error: function mecca.lib.memory.DRuntimeStackDescriptor._slockconflicts with variablemecca.lib.memory.DRuntimeStackDescriptor._slock at src/mecca/lib/memory.d(464,54)
2.095.1 dub build fails src/mecca/lib/memory.d(464,54)
2.090.1 dub build fails src/mecca/lib/memory.d(464,54)
2.078.3 src/mecca/platform/os/linux/time.d(75): Assertion failure: hangDetectorTimerId is null
2.076.1 src/mecca/platform/os/linux/time.d(75): Assertion failure: hangDetectorTimerId is null

is this project no longer maintained/used?

@jacob-carlborg
Copy link
Collaborator

No, unfortunately it's not maintained. Weka stopped maintaining it so it was moved to dlang-community in the hope it would get maintained there, but unfortunately not.

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

No branches or pull requests

2 participants