numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
18 stars 6 forks source link

Disabled the Diff creation for large files #114

Closed numeredev closed 1 year ago

numeredev commented 1 year ago

SUMMARY

Implements necessary changes for #83

Reviewers: @numere-org/maintainers

IMPLEMENTATION

DOCUMENTATION


TESTS BY REVIEWERS

raphael-sys commented 1 year ago

Is the warning for the user that a file will no longer be versioned already implemented? Is there a general warning for files that will not be versioned from the start?

raphael-sys commented 1 year ago

@numeredev A automatic software test is possible but would require a large enough file and to read the file after modification. Should such a test be added here?

numeredev commented 1 year ago

@numeredev A automatic software test is possible but would require a large enough file and to read the file after modification. Should such a test be added here?

How would you do that automatic? Manually is possible, but I do not know how to do that automatic. A manual test is, however, sufficient.