Marek Kaput
Marek Kaput
BTW I wish we has `#[path]` on `mod`, like Rust has
> * Analogously to `sierra` artefact, it should allow `casm` and `casm_text` boolean inputs. > * `casm` should create json serialized artefacts, while `casm-text` should create textual ones. > *...
I've asked Cairo team about this.
OK, discussed privately with @orizi. Let's make JSON the default, and add `casm-text` option.
I think this could lead to smearing too much abilities everywhere. Why not just establishing a pattern to write contracts in separate packages and focus on implementing #717 instead?
Q: Perhaps the cairo-runner could also make a use of this target? @4rgorok
The task is yours 😄 Do you have an idea how to approach this nicely, without copy-pasting help docs?
> I am still figuring some things out, is there a telegram group where I can ask questions if needed? https://t.me/+G_YxIv-XTFlhNWU0
Unassigning from Steven as discussed offline. This task is again open for taking! I am also going to update issue description with insights we gathered with Steven.
Returning something unexpected is a programmer error, and personally I would throw tantrums from our code in such case because it's contract violation. I do agree that raising a more...