Skip to content

Commit

Permalink
doc: no force unload by default of DepRe modules
Browse files Browse the repository at this point in the history
  • Loading branch information
xdelaruelle committed Oct 20, 2024
1 parent b3baced commit 44c751c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions MIGRATING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,12 @@ switched-off module. The unload of such *DepUn* module is not forced anymore
by default and an error is raised if a loading module requiring the *DepUn*
module is detected.

When unloading *Dependent Reload* modules, do not force by default this unload
unless asked with :option:`--force` option. As a result an error is obtained
when trying to reload Dependent Reload modules that conflict with other loaded
modules. This error may be by-passed with :option:`--force` command-line
option.


v5.4
====
Expand Down
5 changes: 5 additions & 0 deletions NEWS.rst
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,11 @@ Modules 5.5.0 (not yet released)
switched-off module. The unload of such Dependent Unload module is not
forced anymore by default and an error is raised if a loading module
requiring the Dependent Unload module is detected.
* When unloading Dependent Reload modules, do not force by default this unload
unless asked with :option:`--force` option. As a result an error is obtained
when trying to reload Dependent Reload modules that conflict with other
loaded modules. This error may be by-passed with :option:`--force`
command-line option.

.. warning:: Variant names are now fully checked instead of just verifying
their first character. Only characters within the ``A-Za-z0-9_-`` range are
Expand Down

0 comments on commit 44c751c

Please sign in to comment.