Skip to content

Commit 21246e7

Browse files
committed
remove space
1 parent 35c23f8 commit 21246e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/optimizers/datasets/dojo_dataset.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"mcp_mode": true
4747
},
4848
{
49-
"query": " Compiling dojo_macros v1.7.0-alpha.2 (git+https://github.com/dojoengine/dojo?tag=v1.7.0-alpha.2#a064752fff355f325cf0b00828d236b399333432)\n Finished `release` profile [optimized] target(s) in 0.16s\n Compiling ponzi_land v1.4.0 (/Users/gianfranco/PonziLand/contracts/Scarb.toml)\nwarn[E0001]: Unused variable. Consider ignoring by prefixing with `_`.\n --> /Users/gianfranco/PonziLand/contracts/src/systems/actions.cairo:807:17\n let nuked_land_owner = land.owner;\n ^^^^^^^^^^^^^^^^\n\nwarn: Usage of deprecated feature `\"deprecated-starknet-consts\"` with no `#[feature(\"deprecated-starknet-consts\")]` attribute. Note: \"Use `TryInto::try_into` in const context instead.\"\n --> /Users/gianfranco/PonziLand/contracts/src/interfaces/systems.cairo:17:42\n Option::None => { (starknet::contract_address_const::<0x0>()) },\n ^^^^^^^^^^^^^^^^^^^^^^\n\nwarn: Usage of deprecated feature `\"deprecated-starknet-consts\"` with no `#[feature(\"deprecated-starknet-consts\")]` attribute. Note: \"Use `TryInto::try_into` in const context instead.\"\n --> /Users/gianfranco/PonziLand/contracts/src/models/land.cairo:6:33\nuse starknet::{ContractAddress, contract_address_const};\n ^^^^^^^^^^^^^^^^^^^^^^\n\nwarn: Usage of deprecated feature `\"starknet-storage-deprecation\"` with no `#[feature(\"starknet-storage-deprecation\")]` attribute. Note: \"Use `starknet::storage::MutableVecTrait::push` or `starknet::storage::MutableVecTrait::allocate` instead.\"\n --> /Users/gianfranco/PonziLand/contracts/src/components/auction.cairo:171:64\n self.used_lands_in_circle.entry((circle, section)).append().write(random_index);\n ^^^^^^\n\nwarn: Plugin diagnostic: Missing `ValidStorageTypeTrait` for member type. Inference failed with: `Trait has no implementation in context: core::starknet::storage::ValidStorageTypeTrait::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>.`. Possible solutions: implement `Store`, mark type with `#[storage_node]`, or use valid args for `Vec` or `Map` library types. To suppress this warning, use `#[allow(starknet::invalid_storage_member_types)]`.\n --> /Users/gianfranco/PonziLand/contracts/src/components/taxes.cairo:73:19\n tax_edge: Map<(u16, u16), TaxEdge>,\n ^^^^^^^^^^^^^^^^^^^^^^^^\n\nerror[E0002]: Method `read` could not be called on type `core::starknet::storage::storage_base::StorageBase::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>`.\nCandidate `core::starknet::storage::map::StorageMapReadAccess::read` inference failed with: Trait has no implementation in context: core::starknet::storage::map::StorageMapReadAccess::<core::starknet::storage::storage_base::StorageBase::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>>.\nCandidate `core::starknet::storage::StoragePointerReadAccess::read` inference failed with: Trait has no implementation in context: core::starknet::storage::StoragePointerReadAccess::<core::starknet::storage::storage_base::StorageBase::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>>.\nCandidate `core::starknet::storage::map::StorageMapReadAccess::read` inference failed with: Trait has no implementation in context: core::starknet::storage::map::StorageMapReadAccess::<core::starknet::storage::StoragePath::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>>.\nCandidate `core::starknet::storage::StoragePointerReadAccess::read` inference failed with: Trait has no implementation in context: core::starknet::storage::StoragePointerReadAccess::<core::starknet::storage::StoragePath::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>>.\n --> /Users/gianfranco/PonziLand/contracts/src/components/taxes.cairo:131:27\n self.tax_edge.read((payer_location, claimer_location))\n ^^^^\n\nerror[E0002]: Method `write` could not be called on type `core::starknet::storage::storage_base::StorageBase::<core::starknet::storage::Mutable::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>>`.\nCandidate `core::starknet::storage::map::StorageMapWriteAccess::write` inference failed with: Trait has no implementation in context: core::starknet::storage::map::StorageMapWriteAccess::<core::starknet::storage::storage_base::StorageBase::<core::starknet::storage::Mutable::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>>>.\nCandidate `core::starknet::storage::StoragePointerWriteAccess::write` inference failed with: Trait has no implementation in context: core::starknet::storage::StoragePointerWriteAccess::<core::starknet::storage::storage_base::StorageBase::<core::starknet::storage::Mutable::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>>>.\nCandidate `core::starknet::storage::map::StorageMapWriteAccess::write` inference failed with: Trait has no implementation in context: core::starknet::storage::map::StorageMapWriteAccess::<core::starknet::storage::StoragePath::<core::starknet::storage::Mutable::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>>>.\nCandidate `core::starknet::storage::StoragePointerWriteAccess::write` inference failed with: Trait has no implementation in context: core::starknet::storage::StoragePointerWriteAccess::<core::starknet::storage::StoragePath::<core::starknet::storage::Mutable::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>>>.\n --> /Users/gianfranco/PonziLand/contracts/src/components/taxes.cairo:143:27\n self.tax_edge.write((payer_location, claimer_location), edge);\n ^^^^^\n\nerror: could not compile `ponzi_land` due to previous error\nerror: Scarb command failed with exit code: exit status: 1\ngianfranco@gianfrancos-MacBook-Air contracts % \n",
49+
"query": "Compiling dojo_macros v1.7.0-alpha.2 (git+https://github.com/dojoengine/dojo?tag=v1.7.0-alpha.2#a064752fff355f325cf0b00828d236b399333432)\n Finished `release` profile [optimized] target(s) in 0.16s\n Compiling ponzi_land v1.4.0 (/Users/gianfranco/PonziLand/contracts/Scarb.toml)\nwarn[E0001]: Unused variable. Consider ignoring by prefixing with `_`.\n --> /Users/gianfranco/PonziLand/contracts/src/systems/actions.cairo:807:17\n let nuked_land_owner = land.owner;\n ^^^^^^^^^^^^^^^^\n\nwarn: Usage of deprecated feature `\"deprecated-starknet-consts\"` with no `#[feature(\"deprecated-starknet-consts\")]` attribute. Note: \"Use `TryInto::try_into` in const context instead.\"\n --> /Users/gianfranco/PonziLand/contracts/src/interfaces/systems.cairo:17:42\n Option::None => { (starknet::contract_address_const::<0x0>()) },\n ^^^^^^^^^^^^^^^^^^^^^^\n\nwarn: Usage of deprecated feature `\"deprecated-starknet-consts\"` with no `#[feature(\"deprecated-starknet-consts\")]` attribute. Note: \"Use `TryInto::try_into` in const context instead.\"\n --> /Users/gianfranco/PonziLand/contracts/src/models/land.cairo:6:33\nuse starknet::{ContractAddress, contract_address_const};\n ^^^^^^^^^^^^^^^^^^^^^^\n\nwarn: Usage of deprecated feature `\"starknet-storage-deprecation\"` with no `#[feature(\"starknet-storage-deprecation\")]` attribute. Note: \"Use `starknet::storage::MutableVecTrait::push` or `starknet::storage::MutableVecTrait::allocate` instead.\"\n --> /Users/gianfranco/PonziLand/contracts/src/components/auction.cairo:171:64\n self.used_lands_in_circle.entry((circle, section)).append().write(random_index);\n ^^^^^^\n\nwarn: Plugin diagnostic: Missing `ValidStorageTypeTrait` for member type. Inference failed with: `Trait has no implementation in context: core::starknet::storage::ValidStorageTypeTrait::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>.`. Possible solutions: implement `Store`, mark type with `#[storage_node]`, or use valid args for `Vec` or `Map` library types. To suppress this warning, use `#[allow(starknet::invalid_storage_member_types)]`.\n --> /Users/gianfranco/PonziLand/contracts/src/components/taxes.cairo:73:19\n tax_edge: Map<(u16, u16), TaxEdge>,\n ^^^^^^^^^^^^^^^^^^^^^^^^\n\nerror[E0002]: Method `read` could not be called on type `core::starknet::storage::storage_base::StorageBase::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>`.\nCandidate `core::starknet::storage::map::StorageMapReadAccess::read` inference failed with: Trait has no implementation in context: core::starknet::storage::map::StorageMapReadAccess::<core::starknet::storage::storage_base::StorageBase::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>>.\nCandidate `core::starknet::storage::StoragePointerReadAccess::read` inference failed with: Trait has no implementation in context: core::starknet::storage::StoragePointerReadAccess::<core::starknet::storage::storage_base::StorageBase::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>>.\nCandidate `core::starknet::storage::map::StorageMapReadAccess::read` inference failed with: Trait has no implementation in context: core::starknet::storage::map::StorageMapReadAccess::<core::starknet::storage::StoragePath::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>>.\nCandidate `core::starknet::storage::StoragePointerReadAccess::read` inference failed with: Trait has no implementation in context: core::starknet::storage::StoragePointerReadAccess::<core::starknet::storage::StoragePath::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>>.\n --> /Users/gianfranco/PonziLand/contracts/src/components/taxes.cairo:131:27\n self.tax_edge.read((payer_location, claimer_location))\n ^^^^\n\nerror[E0002]: Method `write` could not be called on type `core::starknet::storage::storage_base::StorageBase::<core::starknet::storage::Mutable::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>>`.\nCandidate `core::starknet::storage::map::StorageMapWriteAccess::write` inference failed with: Trait has no implementation in context: core::starknet::storage::map::StorageMapWriteAccess::<core::starknet::storage::storage_base::StorageBase::<core::starknet::storage::Mutable::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>>>.\nCandidate `core::starknet::storage::StoragePointerWriteAccess::write` inference failed with: Trait has no implementation in context: core::starknet::storage::StoragePointerWriteAccess::<core::starknet::storage::storage_base::StorageBase::<core::starknet::storage::Mutable::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>>>.\nCandidate `core::starknet::storage::map::StorageMapWriteAccess::write` inference failed with: Trait has no implementation in context: core::starknet::storage::map::StorageMapWriteAccess::<core::starknet::storage::StoragePath::<core::starknet::storage::Mutable::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>>>.\nCandidate `core::starknet::storage::StoragePointerWriteAccess::write` inference failed with: Trait has no implementation in context: core::starknet::storage::StoragePointerWriteAccess::<core::starknet::storage::StoragePath::<core::starknet::storage::Mutable::<core::starknet::storage::map::Map::<(core::integer::u16, core::integer::u16), ponzi_land::components::taxes::TaxesComponent::TaxEdge>>>>.\n --> /Users/gianfranco/PonziLand/contracts/src/components/taxes.cairo:143:27\n self.tax_edge.write((payer_location, claimer_location), edge);\n ^^^^^\n\nerror: could not compile `ponzi_land` due to previous error\nerror: Scarb command failed with exit code: exit status: 1\ngianfranco@gianfrancos-MacBook-Air contracts % \n",
5050
"chat_history": [],
5151
"mcp_mode": false
5252
},

0 commit comments

Comments
 (0)