From 0da42bf04ed1febe7bfe80dc0338761e92576e87 Mon Sep 17 00:00:00 2001 From: Lionel Henry Date: Fri, 28 Jun 2024 12:07:30 +0200 Subject: [PATCH] Mention that the perf gains are no longer necessary --- NEWS.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index c800a7eb..b3e65507 100644 --- a/NEWS.md +++ b/NEWS.md @@ -2,8 +2,9 @@ * The `reset` argment of `load_all()` is no longer supported because preserving the namespace requires unlocking its environment, which is no longer possible - in recent versions of R. - + in recent versions of R. It should no longer be necessary as the performance + issues caused by resetting the namespace were resolved a while ago. + * New experimental feature for generating a `compile_commands.json` file after each `load_all()`. This file is used by LSP servers such as clangd to provide intellisense features in your native files. To enable it, add this directive