Skip to content

Commit

Permalink
Mention that the perf gains are no longer necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
lionel- committed Jun 28, 2024
1 parent 06cd4aa commit 0da42bf
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0da42bf

Please sign in to comment.