You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is an implementation for CairoBlockFunctionDefinition nodes in src/ast/cairoNodes/cairoBlockFunctionDefinition.ts that is not being used at the moment. Cairo blocks are currently being handled using the documentation of FunctionDefinition nodes. Using an instance of the class CairoBlockFunctionDefinition to represent the block will make it easier to handle
Some places that will need updating when doing the refactor:
There is an implementation for
CairoBlockFunctionDefinitionnodes insrc/ast/cairoNodes/cairoBlockFunctionDefinition.tsthat is not being used at the moment. Cairo blocks are currently being handled using the documentation ofFunctionDefinitionnodes. Using an instance of the classCairoBlockFunctionDefinitionto represent the block will make it easier to handleSome places that will need updating when doing the refactor:
src/passes/cairoStubProcessor.tssrc/cairoWriter/writers/cairoFunctionDefinitionWriter.tssrc/passes/annotateImplicits.tsRefer to the documentation for further details on Cairo Blocks