forked fromfsharp/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit7a8aa63
Changes to make the build work with Mono 4.9+ (#2707)
Mono changedLooks like the problem is due to this commit toMonomono/mono@efd53c8Mono's internal System.Reflection.Emit.MonoGenericClass was renamedto System.Reflection.Emit.TypeBuilderInstantiationThat broke the workaround inhttps://github.com/fsharp/fsharp/blob/5a942daf930d7023c78f578ec6876b86a6f13f1e/src/absil/ilreflect.fs#L619-L623 .1 parent91da9db commit7a8aa63
2 files changed
+7
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
616 | 616 | | |
617 | 617 | | |
618 | 618 | | |
| 619 | + | |
619 | 620 | | |
620 | | - | |
| 621 | + | |
| 622 | + | |
621 | 623 | | |
622 | 624 | | |
| 625 | + | |
623 | 626 | | |
624 | | - | |
625 | 627 | | |
626 | 628 | | |
627 | 629 | | |
628 | | - | |
| 630 | + | |
629 | 631 | | |
630 | 632 | | |
631 | 633 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
3 | 2 | | |
4 | 3 | | |
5 | 4 | | |
| |||
9 | 8 | | |
10 | 9 | | |
11 | 10 | | |
12 | | - | |
| 11 | + | |
13 | 12 | | |
14 | 13 | | |
15 | 14 | | |
| |||
470 | 469 | | |
471 | 470 | | |
472 | 471 | | |
473 | | - | |
| 472 | + | |
0 commit comments
Comments
(0)