Gilles Querret
Gilles Querret
On behalf of RITS Rule VariableOverflow is triggered with message `Conversion from DECIMAL to INT can overflow if source expression is larger than 2^32` on this statement: ``` define input...
APL were introduced in 12.7 or 12.8. PCTLibrary should be able to create such files. Using the `.apl` extension in destFile attribute should automatically switch to the new behavior.
Not an issue, just a question: is the project still alive ? Or did everybody move to ABLUnit (or anything else) ?
Copied from vscode-abl/vscode-abl#208 DefaultValue.i: ``` DEFINE VARIABLE MyChar AS CHARACTER NO-UNDO. ASSIGN MyChar = {&DefaultValue}. ``` UseDefaultValue.p: `{DefaultValue.i &DefaultValue=""-""}` Precompiles to the expected/wanted: ``` DEFINE VARIABLE MyChar AS CHARACTER NO-UNDO....
When creating local databases that can be used for schema management in Git, it would be good to specify the default area for tables / indexes / lobs. That would...
On behalf of IS Add preprocessor expression to skip issues in procedures / functions / methods: ``` {&_proparse_ prolint-nowarn(bufferUsage)} // Suppress issues on all buffers in this procedure procedure myProc:...