-
Notifications
You must be signed in to change notification settings - Fork 323
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
Fixing Electron runner #5633
Fixing Electron runner #5633
Conversation
This reverts commit 130bfd2.
lib/rust/json-to-struct/src/lib.rs
Outdated
|
||
/// Parse the input token stream as file paths. | ||
fn files_paths(input: proc_macro::TokenStream) -> Vec<PathBuf> { | ||
let mut paths: Vec<String> = vec![]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Written but never read?
description: | ||
`Record a performance profile and save it to a file. To view the ` + | ||
`results, use the 'profiling-run-graph' entry point, such as ` + | ||
`'enso -startup.entry-point=profiling-run-graph -profile.load-workflow-profile=profile.json'.`, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
startup.entry-point
and startup.load-workflow-profile
have both been renamed
passToWebApplication: false, | ||
default: true, | ||
description: | ||
'Force using discrete GPU when there are multiple GPUs available', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Missing .
|
Most options use kebab-case, but some use snake_case: |
Some invalid arguments are silently ignored, e.g. if I pass |
}, | ||
"skipMinVersionCheck": { | ||
"value": "EVAL(Version.isDev())", | ||
"defaultDescription": "true in local builds, false otherwise.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should not end in .
QA ✔️ |
…mprovement-184304289' into wip/wdanilo/shader-compilation-improvement-184304289
…mprovement-184304289' into wip/wdanilo/shader-compilation-improvement-184304289
This reverts commit 663ed1e.
Pull Request Description
This PR improves the Electron implementation:
Checklist
Please include the following checklist in your PR:
Scala,
Java,
and
Rust
style guides.
./run ide build
and./run ide watch
.