This repository was archived by the owner on Jan 3, 2023. It is now read-only.
renamed the F# launch scripts to avoid a name collision with the Scala fast offline compiler#10
Merged
shana merged 1 commit intofsharp:masterfrom Sep 19, 2011
killerswan:master
Merged
renamed the F# launch scripts to avoid a name collision with the Scala fast offline compiler#10shana merged 1 commit intofsharp:masterfrom killerswan:master
shana merged 1 commit intofsharp:masterfrom
killerswan:master
Conversation
…a fast offline compiler, fsc
shana
added a commit
that referenced
this pull request
Sep 19, 2011
renamed the F# launch scripts to avoid a name collision with the Scala fast offline compiler
shana
added a commit
that referenced
this pull request
Oct 28, 2012
renamed the F# launch scripts to avoid a name collision with the Scala fast offline compiler
DanielFabian
pushed a commit
to DanielFabian/fsharp
that referenced
this pull request
Dec 2, 2012
renamed the F# launch scripts to avoid a name collision with the Scala fast offline compiler
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
As I mentioned in this thread (http://groups.google.com/group/fsharp-opensource/browse_thread/thread/4b30053c3cb211d2), there is a Scala compiler named 'fsc' which can collide with the F# launch script named 'fsc'.
To promote harmony amongst installers, I have modified the makefile to create launch scripts now named 'fsharpc' and 'fsharpi' (and 'fsharpc2' and 'fsharpi2'). These were their original names.
Cheers,
Kevin Cantu