Skip to content

Commit

Permalink
Remove deprecated needsAllEncodings
Browse files Browse the repository at this point in the history
* It is now automatically detected based on the JCodings dependency.
  • Loading branch information
eregon committed Apr 5, 2024
1 parent 98811ad commit 37887ff
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main/java/org/truffleruby/RubyLanguage.java
Original file line number Diff line number Diff line change
Expand Up @@ -162,8 +162,7 @@
RubyLanguage.MIME_TYPE_MAIN_SCRIPT },
defaultMimeType = RubyLanguage.MIME_TYPE,
dependentLanguages = { "nfi", "llvm", "regex" },
fileTypeDetectors = RubyFileTypeDetector.class,
needsAllEncodings = true)
fileTypeDetectors = RubyFileTypeDetector.class)
@ProvidedTags({
CoverageManager.LineTag.class,
TraceManager.CallTag.class,
Expand Down

0 comments on commit 37887ff

Please sign in to comment.