Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Variable naming #693

Open
recmo opened this issue May 6, 2020 · 0 comments
Open

Variable naming #693

recmo opened this issue May 6, 2020 · 0 comments
Assignees
Labels
refactor Improves the code quality tracker Issues generated from source comments

Comments

@recmo
Copy link
Contributor

recmo commented May 6, 2020

On 2020-05-06 @pvienhage wrote in af4b6e2 “Basic autogeneration (#687)”:

Variable naming

        .expect("No constraints");

    let trace_contract = autogen_trace_layout(&trace_keys, n_cols, max_degree, blowup);
    println!("{}", &trace_contract);

    // TODO - Variable naming
    let name = format!("contracts/{}.sol", "autogenerated_trace");
    let path = Path::new(&name);
    let display = path.display();
    let mut file = match File::create(&path) {
        Err(why) => panic!("couldn't create {}: {}", display, why.to_string()),

From crypto/stark/src/solidity_verifier.rs:275

@recmo recmo added refactor Improves the code quality tracker Issues generated from source comments labels May 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
refactor Improves the code quality tracker Issues generated from source comments
Projects
None yet
Development

No branches or pull requests

2 participants