forked fromdotnet/fsharp
- Notifications
You must be signed in to change notification settings - Fork0
Commit640db00
Simplified, more robust resolution of type references in quotations
commit d18cc8e011b81cbf3256ec42da74015aff67c3eeAuthor: latkin <latkin@microsoft.com>Date: Fri Jan 16 15:37:44 2015 -0800 Reverting test tag changescommit b3e2b3078bcd23b4373ed51c2471c027d4f2320cMerge:481890d d2c5d18Author: latkin <latkin@microsoft.com>Date: Fri Jan 16 14:57:16 2015 -0800 Merge branch 'quotation-type-refs' ofhttps://git01.codeplex.com/forks/dsyme/cleanup into quotformatcommit d2c5d185f2e193e0515483476cf60e14bd261c53Author: Don Syme <dsyme@microsoft.com>Date: Mon Jan 12 19:11:31 2015 +0000 fix problem with profile47, moving CAs to assembly instead of modulecommit d1d4f76a8499005d7061de9180750db5675be7d5Merge: dea089f51d7b62Author: Don Syme <dsyme@microsoft.com>Date: Mon Jan 12 17:32:41 2015 +0000 Merge branch 'fsharp4' ofhttps://git01.codeplex.com/visualfsharp into quotation-type-refscommit dea089f2eed6a339ab130e321cf30de37a117904Author: Don Syme <dsyme@microsoft.com>Date: Mon Dec 8 18:38:23 2014 +0000 get profile 78 compilingcommit b55f6632e5ff3b3b682525bad8cf8ec722820cfbMerge: 4c3e6b8e8d7469Author: Don Syme <dsyme@microsoft.com>Date: Mon Dec 8 18:21:10 2014 +0000 Merge branch 'fsharp4' ofhttps://git01.codeplex.com/visualfsharp into quotation-type-refscommit 4c3e6b800f85ef060d50c902e158cf78922fbc03Author: Don Syme <dsyme@microsoft.com>Date: Mon Dec 8 18:06:15 2014 +0000 updates to keep error for F# 2.0+ quotations static linkingcommit 50c3d6530fb4230ccd80d85c8d1a694908c18d14Author: Don Syme <dsyme@microsoft.com>Date: Mon Oct 13 17:55:30 2014 +0100 updates from code reviewcommit bc8671b27f9e895e35157efeba646d7065c074acAuthor: Don Syme <dsyme@microsoft.com>Date: Thu Oct 9 12:46:23 2014 +0100 minor renaming for clarificationcommit 9dfa9c8fda186b908663e99c889de81f3cb6f90eAuthor: Don Syme <dsyme@microsoft.com>Date: Thu Oct 9 12:40:21 2014 +0100 add tests for static linking libraries using quotations, make resource names uniquecommit 33ce7699c2ba8a6158b60a337a296bf60276ede4Author: Don Syme <dsyme@microsoft.com>Date: Wed Oct 8 18:49:10 2014 +0100 Simplified, more robust resolution of type references in quotations1 parent481890d commit640db00
File tree
28 files changed
+540
-293
lines changed- src
- absil
- fsharp
- FSharp.Core.Unittests
- FSharp.Core
- fsi
- tests/fsharp/core/quotesInMultipleModules
28 files changed
+540
-293
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
323 | 323 | | |
324 | 324 | | |
325 | 325 | | |
326 | | - | |
| 326 | + | |
327 | 327 | | |
328 | 328 | | |
329 | 329 | | |
| |||
355 | 355 | | |
356 | 356 | | |
357 | 357 | | |
358 | | - | |
| 358 | + | |
359 | 359 | | |
360 | 360 | | |
361 | 361 | | |
362 | | - | |
| 362 | + | |
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| |||
425 | 425 | | |
426 | 426 | | |
427 | 427 | | |
428 | | - | |
| 428 | + | |
429 | 429 | | |
430 | | - | |
431 | | - | |
432 | | - | |
| 430 | + | |
| 431 | + | |
| 432 | + | |
433 | 433 | | |
434 | 434 | | |
435 | 435 | | |
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
515 | | - | |
| 515 | + | |
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
| |||
565 | 565 | | |
566 | 566 | | |
567 | 567 | | |
| 568 | + | |
| 569 | + | |
| 570 | + | |
| 571 | + | |
| 572 | + | |
| 573 | + | |
| 574 | + | |
568 | 575 | | |
569 | 576 | | |
570 | 577 | | |
571 | 578 | | |
572 | 579 | | |
573 | 580 | | |
| 581 | + | |
574 | 582 | | |
575 | 583 | | |
576 | 584 | | |
| |||
1050 | 1058 | | |
1051 | 1059 | | |
1052 | 1060 | | |
1053 | | - | |
| 1061 | + | |
1054 | 1062 | | |
1055 | 1063 | | |
1056 | 1064 | | |
| |||
2006 | 2014 | | |
2007 | 2015 | | |
2008 | 2016 | | |
2009 | | - | |
| 2017 | + | |
2010 | 2018 | | |
2011 | 2019 | | |
2012 | 2020 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1144 | 1144 | | |
1145 | 1145 | | |
1146 | 1146 | | |
1147 | | - | |
1148 | | - | |
| 1147 | + | |
| 1148 | + | |
1149 | 1149 | | |
1150 | 1150 | | |
1151 | 1151 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3262 | 3262 | | |
3263 | 3263 | | |
3264 | 3264 | | |
| 3265 | + | |
3265 | 3266 | | |
3266 | 3267 | | |
3267 | 3268 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
259 | 259 | | |
260 | 260 | | |
261 | 261 | | |
262 | | - | |
| 262 | + | |
| 263 | + | |
| 264 | + | |
263 | 265 | | |
264 | 266 | | |
265 | 267 | | |
266 | 268 | | |
267 | 269 | | |
268 | 270 | | |
| 271 | + | |
| 272 | + | |
| 273 | + | |
| 274 | + | |
269 | 275 | | |
270 | 276 | | |
271 | 277 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
547 | 547 | | |
548 | 548 | | |
549 | 549 | | |
| 550 | + | |
| 551 | + | |
| 552 | + | |
| 553 | + | |
| 554 | + | |
| 555 | + | |
| 556 | + | |
| 557 | + | |
| 558 | + | |
550 | 559 | | |
551 | 560 | | |
552 | 561 | | |
| |||
0 commit comments
Comments
(0)