metafacture / metafacture-core

Core package of the Metafacture tool suite for metadata processing.
https://metafacture.org
Apache License 2.0
71 stars 34 forks source link

Fix "setreplace" using a FileMap (#381) #419

Closed dr0i closed 2 years ago

dr0i commented 2 years ago

"AbstractReadOnlyMap" didn't allow access to the full contents of Maps. This broke the "setreplace" function where the whole Map is loaded first to be able to replace (parts of) the input string.

dr0i commented 2 years ago

Based on the discussion in #381 - how's this PR @blackwinter ?