Guilherme Dantas
Guilherme Dantas
I'd like to have `and`, `or` and `not` highlighted. They are currently plain white. How to proceed?
https://github.com/SmartContractSecurity/SWC-registry/blob/b0142031dbbb4b779e6daf3fb1322210ec1736cd/test_cases/solidity/incorrect_inheritance_order/MDTCrowdsale/MDTCrowdsale.yaml#L8 The actual line should be `526`. This error was introduced by #117.
## Problem 1: error objects and stack tracebacks Currently, when you call a Lua function from Python, it uses the [`debug.traceback`](https://www.lua.org/manual/5.4/manual.html#pdf-debug.traceback) message handler, which adds the stack traceback to the...
**Introduction:** With the recent introduction of `python.args`, a subtle semantic defect relating to Lua varargs has leaked. Moreover, the performance of Python calls in Lua (with and without `python.args`) would...
A dependency cycle avoids both Lua references and Python references from being collected by their respective garbage collection systems. ## How to reproduce This example uses __gc on tables, which...
* `type` and `is` from [user defined value type definitions](https://docs.soliditylang.org/en/latest/grammar.html#a4.SolidityParser.userDefinedValueTypeDefinition). * `from` and `as` from [import directives](https://docs.soliditylang.org/en/latest/grammar.html#a4.SolidityParser.importDirective)
### Component Cast ### Describe the feature you would like There are several `cast` commands which can potentially receive lengthy arguments. Those are often limited by the underlying host OS...
### Component Forge ### Describe the feature you would like Currently, `forge doc` only generates documentation for the contracts and a `README.md` file. In some cases, however, there are other...
## Page [Installing the Solidity Compiler — Solidity 0.8.24 documentation](https://docs.soliditylang.org/en/v0.8.24/installing-solidity.html#prerequisites-all-operating-systems) ## Abstract The page states that Solidity v0.8.24 can be compiled with Boost 1.65, however, I was not able to....
I'm developing a CLI, and would like for people to install it with `pnpm add -g` (and equivalents for other package managers). However, the `HomePage.InstallPackage` component only allows two types:...