-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add Compile to service_slim and pub-sub pattern #9
Add Compile to service_slim and pub-sub pattern #9
Conversation
* add debug emit docs * add debug emit docs * add debug emit docs * add debug emit docs * add debug emit docs * add debug emit docs * add debug emit docs
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com> Co-authored-by: Vlad Zarytovskii <[email protected]>
* fix non-nested mutrec bindings * fix non-nested mutrec bindings * fix non-nested mutrec bindings * fix non-nested mutrec bindings
* Add try and with keywords to SynExpr.TryWith. * Add match and with keywords to SynExpr.Match. * Add match and with keywords to SynExpr.MatchBang. * Add with keyword to SynExpr.ObjExpr and SynInterfaceImpl. * Add with keyword to SynTypeDefnKind.Augmentation. * Add with keyword to SynMemberDefn.Interface. * Add with keyword to SynTypeDefnSig and SynExceptionSig. * Add with keyword to SynMemberDefn.AutoProperty. * Add with keyword to SynValSig. * Add with keyword to SynPat.LongId for SynMemberDefn.Member. * Corrected FSharpCodeAnalysisExtensions.fs * Fix failing unit tests. * Revert some named pattern matches. Renamed Range to range. Add comment above PropertyKeyword. * Correct failing type check tests. * Renamed unused values in pattern match.
…otnet#12423) * add tests * add more tests
Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
… Build ID 1480730 (dotnet#12433)
Co-authored-by: Gauthier Segay <[email protected]> Co-authored-by: Gauthier Segay <[email protected]>
… Build ID 1481000 (dotnet#12436)
…ied (dotnet#12430) * don't suppress tailcalls in pipeline debugging if tailcalls are on * don't suppress tailcalls in pipeline debugging if tailcalls are on
… Build ID 1481545 (dotnet#12435) * Localized file check-in by OneLocBuild Task: Build definition ID 499: Build ID 1480996 * Localized file check-in by OneLocBuild Task: Build definition ID 499: Build ID 1480996 * Localized file check-in by OneLocBuild Task: Build definition ID 499: Build ID 1481545 * Localized file check-in by OneLocBuild Task: Build definition ID 499: Build ID 1481545 Co-authored-by: Kevin Ransom (msft) <[email protected]>
* Added CI job for deterministic builds * Attempt to fix deterministic checks * Turn off rebuild * Update test-determinism.ps1 Co-authored-by: Vlad Zarytovskii <[email protected]>
@alfonsogarciacaro I cherry-picked your commit as you suggested, so closing this PR. Sounds like a great improvement, thank you!
|
Ah, you're right! For some reason I didn't think of that possibility 😅 There would be some overhead as we have to hit the cache many more times (and maybe some more extra work to initialize and create the project results). Probably it won't be noticeable but if you're ok with the callback, we can leave it as is for now 👍 I will rebranch from your fork. |
Changes discussed in the following PRs:
Strange, I thought I had the same commits from dotnet/fsharp in my fork than in yours @ncave, but maybe I rebased it again later. In any case, the only commit that matters is the last one, so you can cherry-pick it if you prefer 👍