#107: In a MOD file, comments located on the same line than a native MATLAB instruction are not filtered out --------------------------+------------------------------------------------- Reporter: sebastien | Owner: sebastien Type: bug | Status: new Priority: minor | Milestone: 4.2 Component: Preprocessor | Version: 4.1.1 Keywords: | --------------------------+------------------------------------------------- At least if they are of the C form (/* */) or C++ form (//).
Of course the MATLAB comments (%) will not create problems.
#107: In a MOD file, comments located on the same line than a native MATLAB instruction are not filtered out ---------------------------+------------------------------------------------ Reporter: sebastien | Owner: houtanb Type: bug | Status: accepted Priority: minor | Milestone: 4.2 Component: Preprocessor | Version: 4.1.1 Resolution: | Keywords: ---------------------------+------------------------------------------------ Changes (by houtanb):
* owner: sebastien => houtanb * status: new => accepted
#107: In a MOD file, comments located on the same line than a native MATLAB instruction are not filtered out ---------------------------+------------------------------------------------ Reporter: sebastien | Owner: houtanb Type: bug | Status: closed Priority: minor | Milestone: 4.2 Component: Preprocessor | Version: 4.1.1 Resolution: fixed | Keywords: ---------------------------+------------------------------------------------ Changes (by sebastien):
* status: accepted => closed * resolution: => fixed
Comment:
Fixed in unstable in a0cd4b33aea0965d9baa9b4c66d0c875fa0aa7d0.
Not incorporated in 4.1 because this change needs more testing.