OCP David Declerck

Results 37 issues of OCP David Declerck

When deploying a smart contract via code, one can specify the initial values of static variables by using the `varInit` argument of `tvm.buildStateInit` or `new` ([https://github.com/tonlabs/TON-Solidity-Compiler/blob/master/API.md#tvmbuildstateinit]). When deploying a smart...

Fixed

Follow-up of #146.

DO NOT MERGE

This attempts to fix [https://sourceforge.net/p/gnucobol/bugs/948/](https://sourceforge.net/p/gnucobol/bugs/948/). I the loading of collating tables has been moved from `codegen` to `typeck`. On loading the *program* collating sequence, we compute the low and high...

Ready for SVN
Merged in SVN
High priority

This lists issues that came up when merging GC3 patches to GC4. - [ ] 1. Decide what to do about gcdiff, espacially under MSVC ([see here for details](https://github.com/OCamlPro/gnucobol/pull/147#issuecomment-2209485390)) -...

A potential source of bugs - and one of the reasons the MSVC debug CIs hangs / displays a runtime checker popup - is the use of the `long` type...

This list is to keep track of changes to defaults. 1. `COB_LS_VALIDATE` was `not set` in GC4 ; 4705 changed that to `true`

EDIT: fixes for 808 and 809 already merged This fixes tests number 8, 808 and 809 on Windows with MSYS2. Test 8 fails randomly during the call to gcc, as...

Disclaimer: this is still a work in progress This PR adds the ability to collect and dump various information useful for debugging, in particular: - a mapping from COBOL locations...

duplicate

Tests taken out of PR 110. This has yet to be investigated further.

Following #130 , attempt to backport the dump / symtab feature from GC4 to GC3. Note that I kept the "old" text dump for backward compatibility. "Mostly" works, but breaks...