Florian Antony

Results 15 issues of Florian Antony

The YAKINDU Solidity language server (https://github.com/Yakindu/solidity-ide) provides some features that are not yet implemented/can be improved. Most noteworthy: - grammar based code completion - code formatter according to the Solidity...

**The simple goal** of the statechart integration is to **empower non-programmers to create solidity smart contracts**. In order to achieve this we will integrate the open source tool _YAKINDU Statechart...

help wanted
Statecharts
analysis

In solc release 0.5.10, Steve C. Johnson-style error recovery was added experimentally. To use it, from solc use option --error-recovery. From JavaScript and solcjs use: const input = { language:...

pragma solidity ^0.5.10; pragma solidity >=0.5.10 pragma solidity ^0.5.10 < 0.7.0 pragma solidity (^|>|>=|=|

Derived from: #132 Depending on: #148, #229 For 0.5.0 support we need new BuildInDeclarations that respect the changes to build in function signatures. In order to maintain backward compatibility, we...

Code should be formatted according to style guide.

help wanted
good first issue

Solidity versions change quite frequently. Versions changes have usually impact on: - scoping - quick-fixes - builtin declaration - [the grammar] Currently we use the same language infrastructure regardless of...

enhancement
question
refactoring
analysis

Derived from : #132 In general 0.5.0 will be stricter. This affects function visibility, new and disabled keywords and stricter type checking. Therefore we might face new compiler warnings and...

help wanted
analysis
HacktoberFest