-
Notifications
You must be signed in to change notification settings - Fork 831
FSharp.Compiler.Private only targets netstandard2.0 #7220
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
Closed
Closed
Changes from all commits
Commits
Show all changes
64 commits
Select commit
Hold shift + click to select a range
85f4c50
Copy sources from Versions.props to NuGet.config (#7191)
5f1a882
Only check distinct errors (#7140)
forki d5ae449
Use 1-based column numbers in tests (#7141)
forki 7d95349
Update dependencies from https://github.com/dotnet/arcade build 20190…
dotnet-maestro[bot] ef339d5
wip
cartermp 04c8453
wip
cartermp 72812eb
WIP
cartermp 7043092
Feedback
cartermp fad8d87
progress
cartermp c76f6be
simplify defineconstants
cartermp b79635f
More progress
cartermp acedd56
no FS_RESHAPED_REFLECTION
cartermp cc01140
more remove FX_RESHAPED_REFLECTION
cartermp 5b0bb1e
fixing stuff
cartermp 0bf7295
more
cartermp 0417edf
doopty
cartermp a88058e
Merge branch 'release/fsharp47' into netstandard-fcp
cartermp 7f56757
Update common-variables.yml
cartermp c54e3fe
Update common-variables.yml
cartermp 5390499
Update illib.fs
cartermp 64fa173
Update illib.fs
cartermp ad9cd1d
Update prim-types.fs
cartermp b7d459c
Update quotations.fs
cartermp b3a8c11
Update reflect.fs
cartermp 8182731
Update seq.fs
cartermp 67e833a
Update sformat.fs
cartermp fb96871
Update sformat.fs
cartermp b485292
Update sformat.fsi
cartermp 8b87490
Update sformat.fs
cartermp 9d326fa
Update FSharpReflection.fs
cartermp db858bf
Update LibraryTestFx.fs
cartermp fe5a393
Update LibraryTestFx.fs
cartermp e554f51
Update test.fsx
cartermp 3494619
Update FSharp.Profiles.props
cartermp cb5eafc
Update FSharp.Compiler.Private.fsproj
cartermp e3dcfb2
tryit
cartermp 23ec070
nope
cartermp e7b8380
try it
cartermp 1250697
Print the value for now
cartermp dfc9c88
Print the value for now
cartermp 5620512
Try emulating build-utils.ps1
cartermp bed411b
maybe this
cartermp fce2bfb
Add /bl maybe idk
cartermp ec6d4ca
get log with no changes to MSBuild shell out
cartermp 5c9118a
derp
cartermp b96429f
Remove seemingly useless TargetFrameworkS
cartermp 9ae3d66
let's try this
cartermp 52879b2
whatever
cartermp 327e818
lol if this works
cartermp 679eb49
thought so
cartermp ea5c870
.
cartermp deee135
.
cartermp 9031d37
tryit
cartermp 7a047a2
revert
cartermp 8446c3e
jojo
cartermp e1c98b4
jotaru
cartermp 029f479
joseph joestar
cartermp dfca2e5
closer, based joseph
cartermp 3808796
it's okay joseph, I got you bae
cartermp 83232ab
hahahahahaha
cartermp df0c689
c'mon jojo
cartermp aa471cb
Set possibly null value to empty so we get better failures in the reg…
cartermp 2a454da
build log not needed
cartermp 64127c9
Update build.sh
cartermp File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -3036,6 +3036,7 @@ module FileSystemUtilites = | |
| open System | ||
| open System.Reflection | ||
| open System.Globalization | ||
|
|
||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this whitespace change is staying |
||
| let progress = try System.Environment.GetEnvironmentVariable("FSharp_DebugSetFilePermissions") <> null with _ -> false | ||
| let setExecutablePermission (filename: string) = | ||
|
|
||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.