-
Notifications
You must be signed in to change notification settings - Fork 0
Feature/eng 452 remove functions to trackcsv #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
silverboyir
wants to merge
13
commits into
master
Choose a base branch
from
feature/ENG-452-remove-functions-to-trackcsv
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
05e4b46
Make functions_to_track.csv not mandatory for create
avrevic ed8538c
Remove py file dependency, generate dummy config file if needed
avrevic d09dc34
Merge branch 'master' into feature/ENG-452-remove-functions-to-trackcsv
avrevic a3e7547
Generate structure even with 0 stubs
avrevic 1cc1ab4
Atomize now works without stubs
avrevic 9f17d6e
refactor: Replace deprecated python script with probe-verus and fix d…
silverboyir b144b96
Merge branch 'feature/ENG-452-remove-functions-to-trackcsv' into feat…
silverboyir cba2ce3
latest fixes
silverboyir c3baf80
0.2.0-beta
silverboyir 5b4387c
remove git ignore
silverboyir bd62843
0.2.0-beta.1
silverboyir f3aac4e
Merge pull request #14 from Beneficial-AI-Foundation/feature/update-p…
avrevic b00d7ff
Remove file not in use
avrevic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,136 @@ | ||
| function,module,impl_block | ||
| parse,verilib-cli::structure::frontmatter, | ||
| FileStorage::delete_password,verilib-cli::storage::file, | ||
| create_repo_from_git_url,verilib-cli::commands::init, | ||
| handle_create,verilib-cli::commands::create, | ||
| save_config_from_response,verilib-cli::commands::deploy, | ||
| fetch_verifier_versions,verilib-cli::commands::deploy, | ||
| load_proofs_from_file,verilib-cli::commands::verify, | ||
| run_analyze_verus_specs_proofs,verilib-cli::commands::create, | ||
| cleanup_intermediate_files,verilib-cli::structure::probe, | ||
| run_command,verilib-cli::structure::utils, | ||
| generate_stubs,verilib-cli::commands::atomize, | ||
| FileStorage::set_password,verilib-cli::storage::file, | ||
| generate_probe_atoms,verilib-cli::commands::atomize, | ||
| handle_list,verilib-cli::commands::api, | ||
| get_credential_storage,verilib-cli::storage, | ||
| StructureConfig::save,verilib-cli::structure::config, | ||
| get_display_name,verilib-cli::structure::utils, | ||
| update_structure_files,verilib-cli::commands::atomize, | ||
| disambiguate_names,verilib-cli::commands::create, | ||
| collect_certifications,verilib-cli::commands::specify, | ||
| test_specify_check_only_reports_uncertified,verilib-cli::specify_tests, | ||
| handle_batch,verilib-cli::commands::api, | ||
| run_local,verilib-cli::structure::executor, | ||
| require_probe_installed,verilib-cli::structure::probe, | ||
| test_atomize_check_only_passes_when_stubs_match,verilib-cli::atomize_tests, | ||
| enrich_stubs,verilib-cli::commands::atomize, | ||
| write,verilib-cli::structure::frontmatter, | ||
| check_stubs_match,verilib-cli::commands::atomize, | ||
| check_admin_status,verilib-cli::commands::api, | ||
| handle_api_error,verilib-cli::download::error, | ||
| resolve_code_name_and_atom,verilib-cli::commands::atomize, | ||
| load_atoms_from_file,verilib-cli::commands::atomize, | ||
| print_platform_help,verilib-cli::storage, | ||
| test_specify_no_probe_loads_specs_from_file,verilib-cli::specify_tests, | ||
| test_commands_create_default_config_when_missing,verilib-cli::error_handling_tests, | ||
| test_atomize_update_stubs_updates_md_files,verilib-cli::atomize_tests, | ||
| tracked_to_structure,verilib-cli::commands::create, | ||
| wait_for_atomization,verilib-cli::download::client, | ||
| build_enriched_entry,verilib-cli::commands::atomize, | ||
| is_git_available,verilib-cli::commands::reclone, | ||
| get_platform_info,verilib-cli::storage, | ||
| run_command,verilib-cli::structure::executor, | ||
| ConfigPaths::load,verilib-cli::structure::config, | ||
| FileStorage::ensure_secure_file,verilib-cli::storage::file, | ||
| StructureConfig::new,verilib-cli::structure::config, | ||
| test_api_key_validation,verilib-cli::tests, | ||
| read_repo_id_from_config,verilib-cli::commands::deploy, | ||
| run_docker,verilib-cli::structure::executor, | ||
| update_stubs_with_verification,verilib-cli::commands::verify, | ||
| incorporate_spec_text,verilib-cli::commands::specify, | ||
| default_docker_image,verilib-cli::structure::executor, | ||
| test_verify_updates_stubs_with_verification_status,verilib-cli::verify_tests, | ||
| prompt_type,verilib-cli::commands::deploy, | ||
| encode_name,verilib-cli::structure::certs, | ||
| StorageType::should_use_file_storage,verilib-cli::storage::types, | ||
| handle_reclone,verilib-cli::commands::reclone, | ||
| validate_meta_file,verilib-cli::commands::api, | ||
| write_stubs_json,verilib-cli::commands::specify, | ||
| prompt_execution_mode,verilib-cli::commands::init, | ||
| handle_set,verilib-cli::commands::api, | ||
| init_required_msg,verilib-cli::constants, | ||
| generate_structure_files,verilib-cli::commands::create, | ||
| has_uncommitted_changes,verilib-cli::commands::reclone, | ||
| test_verify_fails_without_stubs_json,verilib-cli::error_handling_tests, | ||
| test_specify_check_only_passes_when_all_certified,verilib-cli::specify_tests, | ||
| run_probe_specify,verilib-cli::commands::specify, | ||
| StorageType::from_env,verilib-cli::storage::types, | ||
| test_verify_check_only_detects_failures,verilib-cli::verify_tests, | ||
| parse_github_link,verilib-cli::structure::utils, | ||
| test_verify_no_probe_loads_proofs_from_file,verilib-cli::verify_tests, | ||
| handle_api,verilib-cli::commands::api, | ||
| test_atomize_no_probe_loads_atoms_from_file,verilib-cli::atomize_tests, | ||
| check_all_certified,verilib-cli::commands::specify, | ||
| handle_init,verilib-cli::commands::init, | ||
| prompt_language,verilib-cli::commands::deploy, | ||
| handle_get,verilib-cli::commands::api, | ||
| save_config,verilib-cli::commands::init, | ||
| update_stubs_specification_status,verilib-cli::commands::specify, | ||
| CredentialStorageFactory::create,verilib-cli::CredentialStorageFactory<Result<Box<dyn::storage::factory, | ||
| test_atomize_check_only_fails_when_stubs_mismatch,verilib-cli::atomize_tests, | ||
| collect_deploy_info_with_path,verilib-cli::commands::deploy, | ||
| ensure_image_pulled,verilib-cli::structure::executor, | ||
| prompt_summary,verilib-cli::commands::deploy, | ||
| resolve_file_path,verilib-cli::commands::api, | ||
| detect_language_in_path,verilib-cli::commands::deploy, | ||
| test_specify_no_probe_fails_without_specs_json,verilib-cli::specify_tests, | ||
| handle_atomize,verilib-cli::commands::atomize, | ||
| test_create_creates_config_and_verilib_dir,verilib-cli::create_tests, | ||
| decode_name,verilib-cli::structure::certs, | ||
| normalize_git_url,verilib-cli::commands::init, | ||
| check_for_failures,verilib-cli::commands::verify, | ||
| format_value,verilib-cli::structure::frontmatter, | ||
| print_verification_summary,verilib-cli::commands::verify, | ||
| get_existing_certs,verilib-cli::structure::certs, | ||
| FileStorage::get_password,verilib-cli::storage::file, | ||
| has_md_files,verilib-cli::commands::atomize, | ||
| deserialize_layouts,verilib-cli::download::types, | ||
| test_verify_check_only_passes_when_no_failures,verilib-cli::verify_tests, | ||
| handle_verify,verilib-cli::commands::verify, | ||
| create_cert,verilib-cli::structure::certs, | ||
| read_stubs_json,verilib-cli::commands::specify, | ||
| lookup_code_name,verilib-cli::commands::atomize, | ||
| handle_specify,verilib-cli::commands::specify, | ||
| detect_git_url,verilib-cli::commands::init, | ||
| prompt_git_url,verilib-cli::commands::init, | ||
| read_tracked_csv,verilib-cli::commands::create, | ||
| FileStorage::new,verilib-cli::storage::file, | ||
| handle_auth,verilib-cli::commands::auth, | ||
| test_atomize_enriches_stubs_json,verilib-cli::atomize_tests, | ||
| handle_deploy,verilib-cli::commands::deploy, | ||
| display_menu,verilib-cli::structure::utils, | ||
| collect_deploy_info,verilib-cli::commands::deploy, | ||
| has_unpushed_commits,verilib-cli::commands::reclone, | ||
| get_stored_api_key,verilib-cli::commands::status, | ||
| handle_create_file,verilib-cli::commands::api, | ||
| create_gitignore,verilib-cli::structure::config, | ||
| build_tree,verilib-cli::commands::deploy, | ||
| default_docker_image,verilib-cli::structure::config, | ||
| CommandConfig::default,verilib-cli::structure::executor, | ||
| CredentialStorageFactory::create_with_type,verilib-cli::storage::factory, | ||
| test_create_tracks_all_functions_without_functions_to_track_csv,verilib-cli::create_tests, | ||
| prompt_description,verilib-cli::commands::deploy, | ||
| ExecutionMode::default,verilib-cli::structure::executor, | ||
| build_layouts,verilib-cli::commands::deploy, | ||
| find_uncertified_functions,verilib-cli::commands::specify, | ||
| load_specs_from_file,verilib-cli::commands::specify, | ||
| generate_functions_to_track_csv,verilib-cli::commands::create, | ||
| handle_status,verilib-cli::commands::status, | ||
| run_probe_verify,verilib-cli::commands::verify, | ||
| auth_required_msg,verilib-cli::constants, | ||
| test_verify_no_probe_fails_without_proofs_json,verilib-cli::verify_tests, | ||
| build_line_index,verilib-cli::commands::atomize, | ||
| find_files_with_extension,verilib-cli::commands::deploy, | ||
| download_repo,verilib-cli::download::client, | ||
| test_atomize_no_probe_fails_without_atoms_json,verilib-cli::atomize_tests, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.