-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP: add a way to link compiler sources
Add a way to manipulate compiler-sources var Return right error in run_out Source: support directories Set compiler sources update doc WIP Revert "Remove reinstall command" This reverts commit 7f0d8f6. Use cram tests for reinstall run can chdir Add error when switch does not have a source tree Extend Var Record configure command Better version of create2
- Loading branch information
Showing
25 changed files
with
474 additions
and
134 deletions.
There are no files selected for viewing
This file contains 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 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 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 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,38 @@ | ||
NAME | ||
opam-compiler-reinstall - Reinstall the compiler | ||
|
||
SYNOPSIS | ||
opam-compiler reinstall [OPTION]... | ||
|
||
Reinstall the compiler will propagate the changes done to its source. | ||
|
||
There are two ways to reinstall: | ||
|
||
Full (default) | ||
Reinstall the compiler and all the packages in the switch. This | ||
can be slow but is always safe. | ||
|
||
Quick (unsafe) | ||
Only reinstall the compiler. This is fast, but will break the | ||
switch if the way it compiles is modified for example. | ||
OPTIONS | ||
--dry-run | ||
Do not perform external commands. Print them and continue as if | ||
they worked. | ||
|
||
--full | ||
Perform a full reinstallation (default). | ||
|
||
--help[=FMT] (default=auto) | ||
Show this help in format FMT. The value FMT must be one of `auto', | ||
`pager', `groff' or `plain'. With `auto', the format is `pager` or | ||
`plain' whenever the TERM env var is `dumb' or undefined. | ||
|
||
--quick | ||
Perform a quick reinstallation (unsafe) | ||
|
||
--switch=SWITCH_NAME | ||
Use this name for the switch. If omitted, a name is inferred from | ||
the source. This name is used as is by opam, so passing "." will | ||
create a local switch in the current directory. | ||
|
This file contains 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 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 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 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 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 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.