You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, configuration can only be modified (as opposed to: replaced) by using holoscripts. Patch files could be more natural to some. Patch files are a bit different from the existing source files since they can work on multiple target files.
This might very well be a separate (non-core) patches plugin instead instead of an addition to the files plugin.
(Migrated from holocm/holo-attic#1.)
The text was updated successfully, but these errors were encountered:
…should
I was working on implementing patch files (holocm#5), when I noticed the
base = current
line, which should obviously be
base = tmp
But if you fix the bug without writing a test, is it really fixed? So then
I went about trying to figure out how to trigger misbehavior based on that
mistake. In doing so, I found a second bug, when my test very clearly
should have required `--force`, but it didn't.
The fixes to both bugs are required to make the added test pass.
Currently, configuration can only be modified (as opposed to: replaced) by using holoscripts. Patch files could be more natural to some. Patch files are a bit different from the existing source files since they can work on multiple target files.
This might very well be a separate (non-core)
patches
plugin instead instead of an addition to thefiles
plugin.(Migrated from holocm/holo-attic#1.)
The text was updated successfully, but these errors were encountered: