Commit aec0ac6
authored
Bugfix - Dir - Windows: Paths not loaded correctly (#251)
* Windows Fixes: Return path; defer loading
* Fix up compilation / tests
* Formatting
* Get a subset of windows tests running on CI
* Add msg parameter to getOrThrow
* More CI tweaks
* macOS 10.13 -> 10.14
* Add ~fromPlatform to absolute Fp methods
* Add devDep for ocaml 4.7.1, update lockfile
* Fix broken yml
* Remove failing test case
* Fix invalid yml again
* Run a subset of tests on windows
* neq -> ne1 parent a33f152 commit aec0ac6
File tree
27 files changed
+512
-429
lines changed- .ci
- esy.lock
- opam
- fix.20200131
- junit.2.0.2
- merlin.3.3.4
- ocaml-migrate-parsetree.1.7.3
- odoc.1.4.2
- odoc.1.5.0
- result.1.5
- seq.0.2.2
- seq.base
- files
- tyxml.4.4.0
- src
- dir
- fp
- tests/__tests__
- dir
- fs
- path
- refmterr
27 files changed
+512
-429
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
75 | 79 | | |
76 | 80 | | |
77 | 81 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
| 38 | + | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
61 | 64 | | |
62 | 65 | | |
63 | 66 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments