Skip to content

Conversation

@ChillerDragon
Copy link
Contributor

rm -rf 3rd/mimalloc-2.0.9
wget https://github.com/microsoft/mimalloc/archive/refs/tags/v3.2.6.zip
unzip v3.2.6.zip
rm v3.2.6.zip
mv mimalloc-3.2.6 3rd
sed -i 's/mimalloc-2.0.9/mimalloc-3.2.6/g' CodeFormatServer/CMakeLists.txt

Closed #216

```
rm -rf 3rd/mimalloc-2.0.9
wget https://github.com/microsoft/mimalloc/archive/refs/tags/v3.2.6.zip
unzip v3.2.6.zip
rm v3.2.6.zip
mv mimalloc-3.2.6 3rd
sed -i 's/mimalloc-2.0.9/mimalloc-3.2.6/g' CodeFormatServer/CMakeLists.txt
```

Closed CppCXY#216
@CppCXY
Copy link
Owner

CppCXY commented Jan 14, 2026

Actually, CodeFormatServer is no longer used, so maintaining it isn't very meaningful; the repository is now mostly used as a lualib for luals or as a rustlib for emmyluals.

However, I can still accept this update.

@CppCXY CppCXY merged commit 4e3325e into CppCXY:master Jan 14, 2026
4 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.

build error note: in expansion of macro ‘MI_ATOMIC_VAR_INIT’

2 participants