Skip to content

Commit 468d22c

Browse files
committed
Set implementationName to "FastR"
1 parent ecc13e6 commit 468d22c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

com.oracle.truffle.r.runtime/src/com/oracle/truffle/r/runtime/context/TruffleRLanguage.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
import com.oracle.truffle.r.runtime.interop.ConvertForeignObjectNode;
6060
import com.oracle.truffle.r.runtime.interop.Foreign2R;
6161

62-
@TruffleLanguage.Registration(name = "R", id = "R", version = "4.0.3", characterMimeTypes = {RRuntime.R_APP_MIME,
62+
@TruffleLanguage.Registration(name = "R", id = "R", version = "4.0.3", implementationName = "FastR", characterMimeTypes = {RRuntime.R_APP_MIME,
6363
RRuntime.R_TEXT_MIME}, defaultMimeType = RRuntime.R_APP_MIME, interactive = true, fileTypeDetectors = RFileTypeDetector.class, dependentLanguages = "llvm")
6464
@ProvidedTags({StandardTags.CallTag.class, StandardTags.StatementTag.class, StandardTags.RootBodyTag.class, StandardTags.RootTag.class, RSyntaxTags.LoopTag.class, FunctionBodyBlockTag.class})
6565
public final class TruffleRLanguage extends TruffleLanguage<RContext> {

0 commit comments

Comments
 (0)