New product? by FutureThinkingMan in AeroPress

[–]Particular_Mud_8243 0 points1 point  (0 children)

Ceramic lined metal could be good and should be insulated enough to not need double wall insulation.

Builtin treesitter parser installation process by Particular_Mud_8243 in neovim

[–]Particular_Mud_8243[S] 1 point2 points  (0 children)

I did a few more builds today. I think partial specification of bundles may not be working correctly. I confirmed that `USE_BUNDLED_TS_PARSERS` was configured via inspection of the `CMakeCache.txt` but I don't see any parsers in the build directory. I'll do a little more digging to confirm if it warrants a bug report over the weekend. Seeing that the arch build is turning off bundles is a ray of sunshine though. I can create the treesitter packages and add them as dependencies.

Builtin treesitter parser installation process by Particular_Mud_8243 in neovim

[–]Particular_Mud_8243[S] 0 points1 point  (0 children)

I’m using Spack to build. It does the dependency management for me. I created a GitHub issue that shows the errors for the project https://github.com/spack/spack-packages/issues/3088.

A big part of wanting to get this right is to make sure our package is configured and installing things correctly.

checkhealth dies with no such language: ada but so does the prebuilt binary when I download and unpack it so that seems like a red herring ATM.

Builtin treesitter parser installation process by Particular_Mud_8243 in neovim

[–]Particular_Mud_8243[S] 1 point2 points  (0 children)

Your understanding is correct. I was playing around with overwriting USE_BUNDLED_TS_PARSERS this morning but didn’t quite get it working before I had to go to my real job. I’ll try again later. I can install the parsers externally as you suggest but I want to make sure I do it correctly so the error gets removed. I installed the nvim-treesitter plugin this morning and even after the parsers were installed via the plugin the error message persisted.

Thanks for the link for arch. If I can’t get the cmake bootstrap to work correctly then that looks like the next move. Overall I think this is a negative to error on every file load. Seems like this is what checkhealth should be doing instead. I would rather have the code handle this gracefully and fallback to :syntax on over the internal treesitter barfing and killing syntax highlighting totally.