-
Notifications
You must be signed in to change notification settings - Fork 365
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
opam init
for Windows shells
#5220
Draft
dra27
wants to merge
3
commits into
ocaml:master
Choose a base branch
from
dra27:more-windows-shell
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.
Draft
Conversation
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
dra27
force-pushed
the
more-windows-shell
branch
from
August 3, 2022 17:32
18d79a5
to
7c28973
Compare
dra27
force-pushed
the
more-windows-shell
branch
from
August 4, 2022 13:10
7c28973
to
0773da5
Compare
dra27
force-pushed
the
more-windows-shell
branch
2 times, most recently
from
September 12, 2022 15:44
8d69cef
to
138fc40
Compare
dra27
force-pushed
the
more-windows-shell
branch
from
September 21, 2022 12:14
138fc40
to
9c8f762
Compare
dra27
force-pushed
the
more-windows-shell
branch
from
November 25, 2022 17:07
d6b2f1c
to
95c4f13
Compare
dra27
force-pushed
the
more-windows-shell
branch
2 times, most recently
from
January 19, 2023 16:31
3bc81d9
to
7946515
Compare
dra27
force-pushed
the
more-windows-shell
branch
3 times, most recently
from
February 7, 2023 09:39
e055c2a
to
bb884b0
Compare
dra27
force-pushed
the
more-windows-shell
branch
3 times, most recently
from
February 10, 2023 14:40
c5a1b0e
to
8fa3ace
Compare
5 tasks
rjbou
force-pushed
the
more-windows-shell
branch
from
June 15, 2023 13:05
8fa3ace
to
6c70f9f
Compare
If the environment file is missing, recomputing it can take a noticeable amount of time which delays every single return of the prompt when the env_hook is enabled. The use of atomic write on the environment file instead of a lock means that the environment hooks can store the generated environment file if it's missing, or needs regenerating.
On Windows, files older than the system uptime are automatically pruned. On Unix, the original solution was using /tmp, but we could bind something similar...
Returns %ProgramData%\opam now
@dra27 should this be closed ? |
No, not yet - the stuff left in it needs not to be forgotten! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Persisting a TODO list:
init.cmd
variables.cmd
init.cmd
notopam env
init.lua
,variables.lua
,complete.lua
andenv_hook.lua
(with a cleaner profile, therefore)complete.ps1
env_hook.ps1
init.ps1
variables.ps1
--shell=
)SHGetFolder
queued on
Stop usingUse OCaml code to copy/move/remove directories instead of unix commands #4823mv
and switch torobocopy
on Windows #5438