Forum Post: Re: Strict Mode For The Abl Compiler - Community Input Is Requested

Status
Not open for further replies.
L

Lars Neumeier

Guest
Hello, STRICT mode should just disable all the compiler "auto insertion" like: 1. {include-name.i "parameter} -> Compile error missing " 2. functions without parenthesis, FUNCTION myname RETURNS char: -> Compile error missing () 3. Autoclosing opened blocks at the end of a file -> Compile error missing END Other stuff: 1. No proper end statement 2. missing return statement 3. keyword abbreviation 4. field use without table name 5. unused variables 6. unused parameters 7. linux/windows path checking 8. CaseSensitive would be great for functions, methods, variables etc. 9. Duplicate variable name (global and local variables in a block)

Continue reading...
 
Status
Not open for further replies.
Top