solidity/libsolidity
Christian Parpart 31227e442e lsp: Adds support for include paths and have {projectUri}/node_modules added by default.
- Factor out FileRepository's path resolving into own public function.
- Fixes sourceUnitNameToUri() path resolving in relation to include paths being used.
- Adding an solAssert().
- adds nother test for include-paths (bad include)
- Fixes a case on Windows there an ill-formed URI was generated.
- Dropping unnecessary if-branch when translating from sourceUnitName to URI.
2022-07-12 15:25:33 +02:00
..
analysis Display human readable type name in conversion error message 2022-07-06 10:49:51 -04:00
ast Rename _short in toString to _withoutDataLocation 2022-07-06 10:49:58 -04:00
codegen Checks for overflow/underflow after add/sub operations. 2022-06-23 14:41:12 -03:00
formal Check early if solvers are available. 2022-05-11 20:02:31 +02:00
interface Added a flag to record when a source is reconstructed from JSON so garbage code snippets are not printed after source location. 2022-07-05 11:41:24 -03:00
lsp lsp: Adds support for include paths and have {projectUri}/node_modules added by default. 2022-07-12 15:25:33 +02:00
parsing Merge pull request #13185 from ethereum/functionCall_locations 2022-07-04 16:40:45 +02:00
CMakeLists.txt LSP rename 2022-07-08 11:52:45 +02:00