-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
12 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -274,7 +274,7 @@ and set of packages. You can have many switches and, well, switch between them | |
this command: | ||
|
||
```console | ||
opam switch create cs3110-2024fa ocaml-base-compiler.5.2.0 | ||
opam switch create cs3110-2025sp ocaml-base-compiler.5.2.0 | ||
``` | ||
|
||
```{tip} | ||
|
@@ -302,7 +302,7 @@ You should get output like this: | |
|
||
``` | ||
# switch compiler | ||
→ cs3110-2024fa ocaml-base-compiler.5.2.0,ocaml-options-vanilla.1 | ||
→ cs3110-2025sp ocaml-base-compiler.5.2.0,ocaml-options-vanilla.1 | ||
``` | ||
|
||
There might be other lines if you happen to have done OCaml development before. There will be another column named "description" whose contents are not shown here. Double check the following: | ||
|
@@ -388,9 +388,9 @@ issues: | |
`opam init` command. To fix it, follow the "redo" instructions below. | ||
|
||
- **Is your switch listed?** Run `opam switch list` and make sure a switch named | ||
`cs3110-2024fa` is listed, that it has the 5.2.0 compiler, and that it is the | ||
`cs3110-2025sp` is listed, that it has the 5.2.0 compiler, and that it is the | ||
active switch (which is indicated with an arrow beside it). If that switch is | ||
present but not active, run `opam switch cs3110-2024fa` then see whether utop | ||
present but not active, run `opam switch cs3110-2025sp` then see whether utop | ||
works. If that switch is not present, follow the "redo" instructions below. | ||
|
||
**Redo Instructions:** Remove the OPAM directory by running `rm -r ~/.opam`. | ||
|
@@ -557,4 +557,4 @@ If you are a Cornell student, log in with your Microsoft account, not GitHub. | |
Enter your Cornell NetID email, e.g., `[email protected]`. That will take | ||
you to Cornell's login site. Use the password associated with your NetID. | ||
|
||
[liveshare]: https://learn.microsoft.com/en-us/visualstudio/liveshare/ | ||
[liveshare]: https://learn.microsoft.com/en-us/visualstudio/liveshare/ |
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
Binary file not shown.
Large diffs are not rendered by default.
Oops, something went wrong.