1. 12 7月, 2022 16 次提交
  2. 29 4月, 2022 3 次提交
  3. 27 4月, 2022 3 次提交
  4. 26 4月, 2022 2 次提交
  5. 25 4月, 2022 2 次提交
  6. 23 4月, 2022 1 次提交
  7. 21 4月, 2022 4 次提交
    • D
      [main] Update dependencies from dotnet/arcade (#13032) · 5a8e5e5e
      dotnet-maestro[bot] 提交于
      * Update dependencies from https://github.com/dotnet/arcade build 20220420.6
      
      Microsoft.DotNet.Arcade.Sdk
       From Version 7.0.0-beta.22218.3 -> To Version 7.0.0-beta.22220.6
      
      * Update global.json
      
      * Update global.json
      Co-authored-by: Ndotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
      Co-authored-by: NVlad Zarytovskii <vzaritovsky@hotmail.com>
      5a8e5e5e
    • K
      Move Fsharpqa (#13027) · 34fb4ca2
      Kevin Ransom (msft) 提交于
      * Source/Conformance/DeclarationElements/Events
      
      * Conformance/DeclarationElements/FieldMembers
      
      * Conformance\DeclarationElements\ImportDeclarations
      
      * Conformance/DeclarationElements/InterfaceSpecificationsAndImplementations
      
      * Conformance/DeclarationElements/MemberDefinitions/ImplementingDispatchSlots
      
      * Conformance/DeclarationElements/MemberDefinitions/MethodsAndProperties
      
      * typo
      
      * /Conformance/DeclarationElements/MemberDefinitions/NamedArguments
      
      * Conformance/DeclarationElements/MemberDefinitions/OptionalArguments
      
      * Conformance/DeclarationElements/MemberDefinitions/OptionalDefaultParamArgs
      
      * delete
      
      * Conformance/DeclarationElements/MemberDefinitions/OverloadingMembers
      
      * typo
      
      * typo
      34fb4ca2
    • K
      References (#13026) · 7a290c81
      Kevin Ransom (msft) 提交于
      * temp
      
      * more
      7a290c81
    • W
      Add Reference Assembly support - 'refonly' and 'refout' compiler options (#12334) · 76432f1b
      Will Smith 提交于
      * Adding 'refonly' command line option
      
      * Added a simple test, but it needs to fail
      
      * We need to emit two kinds of reference assemblies. one with optimizations and ones without
      
      * Passing reference assembly flag to IlxGen
      
      * Emit ReferenceAssemblyAttribute
      
      * Added ref-assembly rules for private and internal methods
      
      * use --refonly for now
      
      * Use HasFSharpAttribute
      
      * Added a failing test
      
      * Test passes
      
      * Trying to handle anonymous record types
      
      * Cleaning up. Using ILMemberAccess instead of Accessibility due to how the compiler understands Accessibility.
      
      * Using notlazy
      
      * Added another comment
      
      * Added mkDummyParameterVal
      
      * Using taccessPublic
      
      * More cleanup
      
      * Minor comment update
      
      * more cleanup
      
      * Adding FreeAnonRecdTypeInfos set
      
      * Adding options
      
      * Flowing free anonrecdtypeinfos
      
      * Fixing build
      
      * Tests pass. Able to emit partial ref assembly with anon recds
      
      * Minor rename
      
      * Added a failing test
      
      * Added failing test
      
      * Simpler handling of building lambdas
      
      * Trying to figure out default param names
      
      * Adding TryEmitReferenceAssembly
      
      * Moving some reference assembly generation rules to ilwrite
      
      * Fixing build
      
      * Added new compiler option '--refout:<file>'
      
      * Fixing one of the tests
      
      * refonly/refout should only be part of fsc
      
      * Updating help baseline
      
      * fixed build
      
      * Fixing build. Added basic deterministic test
      
      * Failing determinism test
      
      * Added DeterministicTests
      
      * Adding determinism task for CI
      
      * moving yml to pipelines
      
      * Trying to fix determinism CI
      
      * quick fix
      
      * removing job
      
      * Trying to fix ci
      
      * Removing this
      
      * Turn on determinism for build
      
      * Trying to fix
      
      * This works
      
      * Determinism
      
      * Building
      
      * Forgot to run test
      
      * Adding job
      
      * Trying to fix job
      
      * Remove job
      
      * Trying to figure out jobs
      
      * Updating job
      
      * Fixing determinism job
      
      * Fixing job
      
      * Update test-determinism.ps1
      
      * Update FSharp.Profiles.props
      
      quick test to see if determinism CI breaks when deterministic flag is off, it should
      
      * Update test-determinism.ps1
      
      * Update FSharpBuild.Directory.Build.props
      
      * Trying to fix build
      
      * Trying to fix build
      
      * fixing build
      
      * Fixing build
      
      * fixing build
      
      * Fixing build
      
      * Remove comment as it is not accurate
      
      * Removed generating metadata assembly for IDEs
      
      * Fixing build
      
      * Removing tests
      
      * Update ParseAndCheckInputs.fs
      
      * Update TypedTree.fs
      
      * Fixing build
      
      * Update TypedTreeOps.fs
      
      * Fixing build
      
      * Fixing build
      
      * Fixing build
      
      * Fixing build
      
      * Update baseline for fcs 'help' test
      
      * Added a test for '--refout', with outout and IL verification
      
      * Added tests to verify that static linking and refassemblies cannot be used together
      
      * Add mvid test for refonly + private members. It is failing on purpose, until MVID generation is fixed
      
      * WIP: Add some more to the tests
      
      * Added more tests for MVID
      
      * wip
      
      * Added some todos + have more readable canGenMethodDef
      
      * Add some more tests
      
      * [WIP]: ignore properties if we don't have getter/setter, or we don't have methoddef for them
      
      * Don't generate private types, generate nested internal types only if the IVT is set
      
      * Merge fix
      
      * Another fix after merge + added more internal tests
      
      * Fixed test framework after merge (output directory). Add check whether we can generate fields (based on IVT and access). Fixed IVT attribute check (check in manifest). Disabled some tests temporary/
      
      * Emit fields when the type is struct. Always emit types
      
      * WIP: added isAttribute to ILTypeRef if type extends Attribute
      
      * Fix properties generation, fix generating getter/setter for attributes
      
      * Only check properties to generate if we are emitting reference assembly
      
      * Fixed surface area tests
      
      * Adjusted baselines for IL tests. Fixed events generation.
      
      * Cleanup unused yaml files
      
      * Fixed docs for ILMemberAccess
      
      * Update message + rename property for ILTypeDef to be more clear
      
      * Surface area tests
      
      * Fixed baseline error message
      
      * After-merge fixes
      
      * Fix tests
      Co-authored-by: NVlad Zarytovskii <vzaritovsky@hotmail.com>
      Co-authored-by: NDon Syme <donsyme@fastmail.fm>
      76432f1b
  8. 20 4月, 2022 7 次提交
  9. 19 4月, 2022 2 次提交