davidvarga/MBeautifier

Mbeautifier significantly slower in matlab 2022

Open

#130 建立於 2024年11月24日

在 GitHub 查看
 (1 留言) (0 反應) (0 負責人)MATLAB (77 fork)batch import
help wanted

倉庫指標

Star
 (512 star)
PR 合併指標
 (30 天內沒有已合併 PR)

描述

I have been using MBeautifier in Matlab 2019 to flag which files need to be beautified. This is basically a "for" loop over a list of files. In Matlab 2022, after few iterations (around ~10) matlab crashes as the following

{Error using matlab.desktop.editor.Document>assertOpen

Unable to open or load the Editor.

Error in matlab.desktop.editor.Document/get.Text (line 751)

assertOpen(obj);

I wanted to know if MBeautifier has been tried already by other in Matlab 2022, or if this is a known issue.

貢獻者指南