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
The test file output_load_tests.metta tests modifying and loading a file. At certain points include exhibit strange, incorrect behavior. For example, the include for the ;; update overwrites but does not clear section:
would you PR the output_load_tests.metta (the test that will help reproduce this)
If needbe allow it to use a shell script to alter the .tmp (shell! "./....sh") to invoke the changes.. (you might already be doing this)
i have a feeling that we want the include script lets say it contained 1 - 2 .. then you change remove 1- 2 and add 3-6 .. that we dont want the old contents to get deleted .. (everytime include is called on the same file, we want to treat it as if it came from a whole new file)
but i think you still are running into a bug that it not noticing the change and getting any new content.
The test file
output_load_tests.metta
tests modifying and loading a file. At certain pointsinclude
exhibit strange, incorrect behavior. For example, theinclude
for the;; update overwrites but does not clear
section:The actual contents of the file at that point are
The print out even correctly indicates that the file is 4 lines, but somehow
include
behaves as if the file wasand loads all of that into the space.
The text was updated successfully, but these errors were encountered: