repo
stringlengths
5
53
pr_number
int32
1
321k
task_type
stringclasses
2 values
issue_text
stringlengths
0
81.2k
pr_title
stringlengths
1
319
pr_body
stringlengths
0
105k
base_sha
stringlengths
40
40
head_sha
stringlengths
40
40
gold_diff
stringlengths
0
202M
changed_files
listlengths
0
100
review_threads
listlengths
0
100
test_patch
stringlengths
0
23.4M
merged
bool
1 class
JetBrains/intellij-scala
589
issue_to_patch
try updating scala inspections #SCL-18904
fed055dadc0a1f10074c8f7f80cc694e3bb0a792
e7c4290eef2ff20130663254ef863ec9ebc819aa
diff --git a/scala/codeInsight/resources/inspectionDescriptions/NoTailRecursionAnnotation.html b/scala/codeInsight/resources/inspectionDescriptions/NoTailRecursionAnnotation.html index 5ccbd2d0489..e41d207f593 100644 --- a/scala/codeInsight/resources/inspectionDescriptions/NoTailRecursionAnnotation.html +++ b/scala/cod...
[ "scala/codeInsight/resources/inspectionDescriptions/NoTailRecursionAnnotation.html", "scala/scala-impl/resources/inspectionDescriptions/AbsoluteImport.html", "scala/scala-impl/resources/inspectionDescriptions/AbstractValueInTrait.html", "scala/scala-impl/resources/inspectionDescriptions/AnnotatorBasedError.ht...
[ { "comment": "in traits", "path": "scala/scala-impl/resources/inspectionDescriptions/AbstractValueInTrait.html", "hunk": "@@ -1,3 +1,10 @@\n <html>\n-<body>Abstract values and variables in trait may cause errors during initialization.</body>\n+<body>Reports abstract values and variables in trait that ma...
true
JetBrains/intellij-scala
584
issue_to_patch
Include the link in the CI badge
This is the badge you get when you go to <https://github.com/JetBrains/intellij-scala/actions/workflows/build.yml>, click on the "...", then click on "Create status badge". (Basically, you were missing the link back to <https://github.com/JetBrains/intellij-scala/actions/workflows/build.yml>.)
ffd2b1ea942ac2e95bd08ef223a69434bd351a6e
52cc1c1b6fcfbb4b708baca99ae5babb1c0fab3e
diff --git a/README.md b/README.md index 1f8a50a6235..b049940b229 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![official JetBrains project](https://jb.gg/badges/official.svg)](https://confluence.jetbrains.com/display/ALL/JetBrains+on+GitHub) -![Scala Plugin Build & Test](https://github.com/JetBrains/intell...
[ "README.md" ]
[]
true
JetBrains/intellij-scala
585
issue_to_patch
Enable github workflow on idea211.x branch
I'm not sure if you still want this on the idea203.x branch or not
ffd2b1ea942ac2e95bd08ef223a69434bd351a6e
38914a0afcfea8db1ad4637df6cddc723a216c59
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a2d65af9a4..7299c20f1e3 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -2,9 +2,9 @@ name: Scala Plugin Build & Test on: push: - branches: [ idea203.x ] + branches: [ idea203.x idea211.x ] pull_req...
[ ".github/workflows/build.yml" ]
[]
true
JetBrains/intellij-scala
583
issue_to_patch
try updating scala intentions #SCL-18904
41b2d87a6e703020fddf164d53fbe530caa5d1b7
c84c2ddd9d856ab6d65ea6e79f51f9c23ffec378
diff --git a/scala/codeInsight/resources/intentionDescriptions/AddReplaceSlashRToMLStringIntention/description.html b/scala/codeInsight/resources/intentionDescriptions/AddReplaceSlashRToMLStringIntention/description.html index 8c16d4856fc..deda13c0a73 100644 --- a/scala/codeInsight/resources/intentionDescriptions/AddRe...
[ "scala/codeInsight/resources/intentionDescriptions/AddReplaceSlashRToMLStringIntention/description.html", "scala/codeInsight/resources/intentionDescriptions/AddStripMarginToMLStringIntention/description.html", "scala/codeInsight/resources/intentionDescriptions/ArgumentToBlockExpressionIntention/description.html...
[ { "comment": "in >an< infix ", "path": "scala/codeInsight/resources/intentionDescriptions/FlipComparisonInInfixExprIntention/description.html", "hunk": "@@ -1,5 +1,5 @@\n <html>\n <body>\n-This intention swaps the operands of a comparison in infix expression.\n+Swap the operands of a comparison in infix...
true
JetBrains/intellij-scala
581
issue_to_patch
Fix typo in compilation failed message
4499a7f8ce5a8d3a3c989d3eaa703e62c0a4a985
834da0e474d20e75c789d0b31fcccf76579708c5
diff --git a/scala/compiler-jps/resources/messages/ScalaJpsBundle.properties b/scala/compiler-jps/resources/messages/ScalaJpsBundle.properties index 353c53b765d..9f456f6f935 100644 --- a/scala/compiler-jps/resources/messages/ScalaJpsBundle.properties +++ b/scala/compiler-jps/resources/messages/ScalaJpsBundle.properties...
[ "scala/compiler-jps/resources/messages/ScalaJpsBundle.properties", "scala/compiler-jps/src/org/jetbrains/jps/incremental/scala/local/SbtCompiler.scala" ]
[]
true
JetBrains/intellij-scala
579
issue_to_patch
Add an inspection for .unary_! references
This MR adds the inspection for postfix unary negations including a quickfix to turn such negations into the prefix operator version. I could not yet find a way to test the inspection and the quick-fix properly and I couldn't find an example using `LocalInspectionTool` yet. Is there currently a good way to do this? ...
bf63c3c09ac06b3041af288e7ecf88c9d02d1161
b7c7f5dbe518ae50cc25f4b95f37cbe670bb4cdc
diff --git a/scala/scala-impl/resources/META-INF/scala-plugin-common.xml b/scala/scala-impl/resources/META-INF/scala-plugin-common.xml index 9a8a21da618..6b5126ffe59 100644 --- a/scala/scala-impl/resources/META-INF/scala-plugin-common.xml +++ b/scala/scala-impl/resources/META-INF/scala-plugin-common.xml @@ -1105,6 +110...
[ "scala/scala-impl/resources/META-INF/scala-plugin-common.xml", "scala/scala-impl/resources/inspectionDescriptions/PostfixUnaryOperation.html", "scala/scala-impl/resources/messages/ScalaInspectionBundle.properties", "scala/scala-impl/src/org/jetbrains/plugins/scala/codeInspection/syntacticSimplification/Postfi...
[ { "comment": "I am not sure what happened in these lines. I didn't touch them manually, is this perhaps some automatic refactor IntelliJ did? And, if so, is it desired or should I revert it?", "path": "scala/scala-impl/src/org/jetbrains/plugins/scala/lang/formatting/settings/ImportsPanel.java", "hunk": ...
diff --git a/scala/scala-impl/test/org/jetbrains/plugins/scala/codeInspection/syntacticSimplification/PostfixUnaryOperationInspectionTest.scala b/scala/scala-impl/test/org/jetbrains/plugins/scala/codeInspection/syntacticSimplification/PostfixUnaryOperationInspectionTest.scala new file mode 100644 index 00000000000..8fa...
true
JetBrains/intellij-scala
579
comment_to_fix
Add an inspection for .unary_! references
An interesting find I had during testing was that it is allowed to have the unary operator in front of an object containing the function. I presume there's some nice use-cases for this, but I was quite surprised when I saw it work in this example.
bf63c3c09ac06b3041af288e7ecf88c9d02d1161
b7c7f5dbe518ae50cc25f4b95f37cbe670bb4cdc
diff --git a/scala/scala-impl/test/org/jetbrains/plugins/scala/codeInspection/syntacticSimplification/PostfixUnaryOperationInspectionTest.scala b/scala/scala-impl/test/org/jetbrains/plugins/scala/codeInspection/syntacticSimplification/PostfixUnaryOperationInspectionTest.scala new file mode 100644 index 00000000000..8fa...
[ "scala/scala-impl/test/org/jetbrains/plugins/scala/codeInspection/syntacticSimplification/PostfixUnaryOperationInspectionTest.scala" ]
[ { "comment": "An interesting find I had during testing was that it is allowed to have the unary operator in front of an object containing the function. I presume there's some nice use-cases for this, but I was quite surprised when I saw it work in this example. ", "path": "scala/scala-impl/test/org/jetbrain...
true
JetBrains/intellij-scala
580
issue_to_patch
Run mill with -i to workaround issues with Apple Silicon support in mill
And Upgrade SBT We are having issues to make mill work with Apple's arm64 is client/server mode. This is a workaround to make the BSP import work. Thanks
71f21ecc5797c2f769331b799c48303f1b6fc0ee
def210d2e8debb9bc44379f6a5ee070395de7a50
diff --git a/bsp/src/org/jetbrains/bsp/project/importing/MillProjectImportProvider.scala b/bsp/src/org/jetbrains/bsp/project/importing/MillProjectImportProvider.scala index eb69083d5fc..93350de1e04 100644 --- a/bsp/src/org/jetbrains/bsp/project/importing/MillProjectImportProvider.scala +++ b/bsp/src/org/jetbrains/bsp/p...
[ "bsp/src/org/jetbrains/bsp/project/importing/MillProjectImportProvider.scala" ]
[ { "comment": "The sbt version is on 1.3.x deliberately for now because a change in the error reporting breaks our internal TeamCity integration", "path": "project/build.properties", "hunk": "@@ -1 +1 @@\n-sbt.version=1.3.13\r\n\\ No newline at end of file\n+sbt.version=1.4.7\r", "resolving_sha": "de...
true
JetBrains/intellij-scala
573
issue_to_patch
BSP import: Set language level matching JDK
3d9211cadfe94b23d39ae4f489b0d5dae435dab7
cc6b0b123f958076e913796d5db563da2aa0c071
diff --git a/bsp/src/org/jetbrains/bsp/data/BspMetadataService.scala b/bsp/src/org/jetbrains/bsp/data/BspMetadataService.scala index f120a1fbf5f..1e5dff66191 100644 --- a/bsp/src/org/jetbrains/bsp/data/BspMetadataService.scala +++ b/bsp/src/org/jetbrains/bsp/data/BspMetadataService.scala @@ -1,13 +1,15 @@ package org....
[ "bsp/src/org/jetbrains/bsp/data/BspMetadataService.scala", "bsp/src/org/jetbrains/bsp/data/BspProjectDataService.scala", "bsp/src/org/jetbrains/bsp/data/dataObjects.scala", "bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala", "bsp/src/org/jetbrains/bsp/project/importing/BspResolverDescrip...
[]
diff --git a/bsp/test/org/jetbrains/bsp/project/importing/BspResolverLogicProperties.scala b/bsp/test/org/jetbrains/bsp/project/importing/BspResolverLogicProperties.scala index ae804319922..401d595fc83 100644 --- a/bsp/test/org/jetbrains/bsp/project/importing/BspResolverLogicProperties.scala +++ b/bsp/test/org/jetbrain...
true
JetBrains/intellij-scala
575
issue_to_patch
Handle for-comprehension in `invocationText` method
Initial bug that discovered the problem can be found here https://github.com/zio/zio-intellij/issues/184. The problem is that `invocationText` doesn't wrap for-comprehensions in parenthesis. This PR hadles this special case.
3d9211cadfe94b23d39ae4f489b0d5dae435dab7
0fd5886f604e454273427b43503b4d5e337a4449
diff --git a/scala/scala-impl/src/org/jetbrains/plugins/scala/codeInspection/collections/package.scala b/scala/scala-impl/src/org/jetbrains/plugins/scala/codeInspection/collections/package.scala index f9b4bc39f82..da0579bed3a 100644 --- a/scala/scala-impl/src/org/jetbrains/plugins/scala/codeInspection/collections/packa...
[ "scala/scala-impl/src/org/jetbrains/plugins/scala/codeInspection/collections/package.scala" ]
[]
true
JetBrains/intellij-scala
572
issue_to_patch
Handle upcoming mill embedded BSP and fix mill BSP install
BSP support is now integrated in Mill by default. This PR handle backcompat with older versions of Mill but not super proud of the code. anyway this is temporary and we'll be able to drop all of this when dropping support for older Mill version. This is also fixing the generation of the bsp config from mill that go...
368a3543043ff5a6af451c561345c2db3a659f87
ec0332a48c112255a0be0eaa3c1df815a1827f9c
diff --git a/bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala b/bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala index 4e7f076ab51..bceab8ab9ca 100644 --- a/bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala +++ b/bsp/src/org/jetbrains/bsp/project/importing/BspP...
[ "bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala", "bsp/src/org/jetbrains/bsp/project/importing/MillProjectImportProvider.scala", "bsp/src/org/jetbrains/bsp/project/importing/bspConfigSteps.scala", "bsp/src/org/jetbrains/bsp/project/importing/projectImport.scala", "bsp/src/org/jetbrains...
[ { "comment": "Taking this case out causes a compile error since we have fatal warnings now. Should it just be an empty case, or the `MillSetup` object removed?\r\n```\r\n[error] /Users/jast/workspace/scalaUltimate/community/bsp/src/org/jetbrains/bsp/project/importing/bspConfigSteps.scala:89:12: match may not be...
true
JetBrains/intellij-scala
571
issue_to_patch
Update .gitignore
`target/` is enough
0f85a86b2ed286db45f2c6b3e31bdab08307dad3
7924b29303a4f73db422bca0e56cdd30da37e232
diff --git a/.gitignore b/.gitignore index 9e10e72f6fe..bf119b35067 100644 --- a/.gitignore +++ b/.gitignore @@ -10,7 +10,6 @@ .idea/*.xml !.idea/vcs.xml !.idea/uiDesigner.xml -/target /*.bat *.class *.log
[ ".gitignore" ]
[]
true
JetBrains/intellij-scala
570
issue_to_patch
[idea202.x port] Do not spawn ConfigSetupTask for non-BSP imports
It seems that the `onWizardFinished` method of BspSetupConfigStep is called each time, even if other then BSP import method was chosen. This means, we need to check this inside the method. idea202.x PR: https://github.com/JetBrains/intellij-scala/pull/568
c7381e8077ccb5c61364e4808b79db69cae5b0de
b8f0da8651ca90325f50ba3f424cba15e1e67c82
diff --git a/bsp/src/org/jetbrains/bsp/project/importing/bspConfigSteps.scala b/bsp/src/org/jetbrains/bsp/project/importing/bspConfigSteps.scala index 4390e79a58c..470454ce445 100644 --- a/bsp/src/org/jetbrains/bsp/project/importing/bspConfigSteps.scala +++ b/bsp/src/org/jetbrains/bsp/project/importing/bspConfigSteps.s...
[ "bsp/src/org/jetbrains/bsp/project/importing/bspConfigSteps.scala" ]
[]
true
JetBrains/intellij-scala
568
issue_to_patch
Do not spawn ConfigSetupTask for non-BSP imports
It seems that the `onWizardFinished` method of BspSetupConfigStep is called each time, even if other then BSP import method was chosen. This means, we need to check this inside the method.
7a4145ac34c48aba19064570c490fa9a7eac108e
e464e6b433d2059318ae80c68c8d19f1f1e58825
diff --git a/bsp/src/org/jetbrains/bsp/project/importing/bspConfigSteps.scala b/bsp/src/org/jetbrains/bsp/project/importing/bspConfigSteps.scala index 4390e79a58c..470454ce445 100644 --- a/bsp/src/org/jetbrains/bsp/project/importing/bspConfigSteps.scala +++ b/bsp/src/org/jetbrains/bsp/project/importing/bspConfigSteps.s...
[ "bsp/src/org/jetbrains/bsp/project/importing/bspConfigSteps.scala" ]
[]
true
JetBrains/intellij-scala
567
issue_to_patch
More restrictive Fastpass project detection
Previously it could return return true for non-Fastpass projects in some certain cases.
cba4778e90511600fc9a1c79d34657be3ce819ee
c88bf03e2ee24b59a3a47f534915c7f9f86b03d6
diff --git a/bsp/src/org/jetbrains/bsp/project/importing/FastpassProjectImportProvider.scala b/bsp/src/org/jetbrains/bsp/project/importing/FastpassProjectImportProvider.scala index 96bbeb38c34..ba07fca3d79 100644 --- a/bsp/src/org/jetbrains/bsp/project/importing/FastpassProjectImportProvider.scala +++ b/bsp/src/org/jet...
[ "bsp/src/org/jetbrains/bsp/project/importing/FastpassProjectImportProvider.scala", "bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala" ]
[]
true
JetBrains/intellij-scala
566
issue_to_patch
Use fastpass from sources instead of expecting it is in PATH
b5933fb6b8209e6dc335cf2f71373818ddd8de8f
7dbb7df1d2808ffd31206d3a0d8f5a72ebf5a6b8
diff --git a/bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala b/bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala index b51cf3c00bc..f6baaf87be2 100644 --- a/bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala +++ b/bsp/src/org/jetbrains/bsp/p...
[ "bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala" ]
[]
true
JetBrains/intellij-scala
564
issue_to_patch
Import BSP project via Fastpass
This commit implements import of Pants projects to IntelliJ by converting them to BSP projects with fastpass. The tricky part was that, contrary to SBT-BSP imports, fastpass creates BSP configuration *outside* of project root. This means, if the repository root is `~/pants-example` and one wants to import `~/pant...
f7e3e01f09afe16b011f6b2855f48e62705fe9e1
d2c02ef9ccf96c70dfaf888d601ad876bc208e76
diff --git a/bsp/resources/messages/ScalaBspBundle.properties b/bsp/resources/messages/ScalaBspBundle.properties index 55d946f5b0a..3eb06544a75 100644 --- a/bsp/resources/messages/ScalaBspBundle.properties +++ b/bsp/resources/messages/ScalaBspBundle.properties @@ -53,6 +53,7 @@ bsp.config.steps.choice.sbt=sbt bsp.conf...
[ "bsp/resources/messages/ScalaBspBundle.properties", "bsp/src/org/jetbrains/bsp/project/BspExternalSystemManager.scala", "bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala", "bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala", "bsp/src/org/jetbrains/bsp/project/importing/F...
[ { "comment": "@jastice I'm not sure how I should handle build messages here", "path": "bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala", "hunk": "@@ -0,0 +1,75 @@\n+package org.jetbrains.bsp.project.importing.setup\n+import com.intellij.openapi.diagnostic.Logger\n+import com....
true
JetBrains/intellij-scala
564
comment_to_fix
Import BSP project via Fastpass
@jastice I'm not sure how I should handle build messages here
f7e3e01f09afe16b011f6b2855f48e62705fe9e1
d2c02ef9ccf96c70dfaf888d601ad876bc208e76
diff --git a/bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala b/bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala new file mode 100644 index 00000000000..b51cf3c00bc --- /dev/null +++ b/bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala @@ -0...
[ "bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala" ]
[ { "comment": "@jastice I'm not sure how I should handle build messages here", "path": "bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala", "hunk": "@@ -0,0 +1,75 @@\n+package org.jetbrains.bsp.project.importing.setup\n+import com.intellij.openapi.diagnostic.Logger\n+import com....
true
JetBrains/intellij-scala
564
comment_to_fix
Import BSP project via Fastpass
imports unused
f7e3e01f09afe16b011f6b2855f48e62705fe9e1
d2c02ef9ccf96c70dfaf888d601ad876bc208e76
diff --git a/bsp/src/org/jetbrains/bsp/settings/settings.scala b/bsp/src/org/jetbrains/bsp/settings/settings.scala index 3e55a4c0176..0ec571e9093 100644 --- a/bsp/src/org/jetbrains/bsp/settings/settings.scala +++ b/bsp/src/org/jetbrains/bsp/settings/settings.scala @@ -1,9 +1,5 @@ package org.jetbrains.bsp.settings -...
[ "bsp/src/org/jetbrains/bsp/settings/settings.scala" ]
[ { "comment": "imports unused", "path": "bsp/src/org/jetbrains/bsp/settings/settings.scala", "hunk": "@@ -11,13 +11,16 @@ import com.intellij.openapi.externalSystem.settings._\n import com.intellij.openapi.externalSystem.util.ExternalSystemUiUtil._\n import com.intellij.openapi.externalSystem.util.{Exter...
true
JetBrains/intellij-scala
564
comment_to_fix
Import BSP project via Fastpass
you may want to send process output to the reporter
f7e3e01f09afe16b011f6b2855f48e62705fe9e1
d2c02ef9ccf96c70dfaf888d601ad876bc208e76
diff --git a/bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala b/bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala new file mode 100644 index 00000000000..b51cf3c00bc --- /dev/null +++ b/bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala @@ -0...
[ "bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala" ]
[ { "comment": "you may want to send process output to the reporter", "path": "bsp/src/org/jetbrains/bsp/project/importing/setup/FastpassConfigSetup.scala", "hunk": "@@ -0,0 +1,75 @@\n+package org.jetbrains.bsp.project.importing.setup\n+import com.intellij.openapi.diagnostic.Logger\n+import com.intellij.o...
true
JetBrains/intellij-scala
564
comment_to_fix
Import BSP project via Fastpass
unused imports
f7e3e01f09afe16b011f6b2855f48e62705fe9e1
d2c02ef9ccf96c70dfaf888d601ad876bc208e76
diff --git a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala b/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala index 1d04e8f6a02..cc82611c2a6 100644 --- a/bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala +++ b/bsp/src/org/jetbrains/bsp/project/importing/BspResolve...
[ "bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala" ]
[ { "comment": "unused imports", "path": "bsp/src/org/jetbrains/bsp/project/importing/BspResolverLogic.scala", "hunk": "@@ -14,13 +14,15 @@ import com.intellij.openapi.externalSystem.util.ExternalSystemApiUtil\n import com.intellij.openapi.module.StdModuleTypes\n import com.intellij.openapi.roots.Dependen...
true
JetBrains/intellij-scala
563
issue_to_patch
Fix support of non sbt bsp projects
I added a naive guard to check if the project is sbt before attempting to run sbt bloopInstall. Checking for `bloopConfigDir` is not enough, as fastpass generates .bloop dir and the project itself is pants based and it needs fastpass to set it up. The PR also fixes missing jdk, by ensuring it is preconfigured before ...
8e59b3e46b0d8bf0ad5aa4914e11e6110585233c
b310af3923ed640869ab0535174a7d91a89f0800
diff --git a/bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala b/bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala index b6234bf4dd6..46bb3f35541 100644 --- a/bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala +++ b/bsp/src/org/jetbrains/bsp/project/importing/BspP...
[ "bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala", "bsp/src/org/jetbrains/bsp/project/importing/preimport/BloopPreImporter.scala", "bsp/src/org/jetbrains/bsp/project/importing/setup/SbtConfigSetup.scala" ]
[ { "comment": "I think logically this belongs more under the if in the `AutoPreImport` case", "path": "bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala", "hunk": "@@ -154,12 +154,13 @@ class BspProjectResolver extends ExternalSystemProjectResolver[BspExecutionSetti\n \n // special h...
true
JetBrains/intellij-scala
563
comment_to_fix
Fix support of non sbt bsp projects
I think logically this belongs more under the if in the `AutoPreImport` case
8e59b3e46b0d8bf0ad5aa4914e11e6110585233c
b310af3923ed640869ab0535174a7d91a89f0800
diff --git a/bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala b/bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala index b6234bf4dd6..46bb3f35541 100644 --- a/bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala +++ b/bsp/src/org/jetbrains/bsp/project/importing/BspP...
[ "bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala" ]
[ { "comment": "I think logically this belongs more under the if in the `AutoPreImport` case", "path": "bsp/src/org/jetbrains/bsp/project/importing/BspProjectResolver.scala", "hunk": "@@ -154,12 +154,13 @@ class BspProjectResolver extends ExternalSystemProjectResolver[BspExecutionSetti\n \n // special h...
true
JetBrains/intellij-scala
557
issue_to_patch
scalastyle: search for config file in same content root as file
The concept of a "project root" is deprecated [1], instead a project consists of modules with content roots. This swaps the scalastyle-config.xml lookup from the "project root" to find it within the same content root as the file it's being applied to. 1: https://github.com/JetBrains/intellij-community/blob/3c1629...
fd33e0527c69b7ca18e3161e2431b496eed08a2c
52b83e7c76e9f673c894eb165bfa325875a78571
diff --git a/scala/scala-impl/src/org/jetbrains/plugins/scala/codeInspection/scalastyle/ScalastyleCodeInspection.scala b/scala/scala-impl/src/org/jetbrains/plugins/scala/codeInspection/scalastyle/ScalastyleCodeInspection.scala index 458e014a5e9..9d2930dfc5f 100644 --- a/scala/scala-impl/src/org/jetbrains/plugins/scala/...
[ "scala/scala-impl/src/org/jetbrains/plugins/scala/codeInspection/scalastyle/ScalastyleCodeInspection.scala", "scala/scala-impl/test/org/jetbrains/plugins/scala/codeInspection/scalastyle/ScalastyleTest.scala" ]
[]
diff --git a/scala/scala-impl/test/org/jetbrains/plugins/scala/codeInspection/scalastyle/ScalastyleTest.scala b/scala/scala-impl/test/org/jetbrains/plugins/scala/codeInspection/scalastyle/ScalastyleTest.scala index 9fd7f4e253b..6fd1bc16606 100644 --- a/scala/scala-impl/test/org/jetbrains/plugins/scala/codeInspection/sc...
true
JetBrains/intellij-scala
551
issue_to_patch
SCL-17561 scalastyle: switch to beautiful-scala fork
~~When scalastyle cannot parse the file (and there are a lot of issues around that https://github.com/scalastyle/scalastyle/issues/356 https://github.com/scalastyle/scalastyle/issues/191 https://github.com/scalastyle/scalastyle/issues/292 https://github.com/scalastyle/scalastyle/issues/187 https://github.com/scalastyle...
d4e7dccc7a0185ca533c2ca5684d7bd4b3d96a44
f6bc749a95f28eb7bf7de4711dfcd76050e38495
diff --git a/project/dependencies.scala b/project/dependencies.scala index e09723d257e..d31f3e8187e 100644 --- a/project/dependencies.scala +++ b/project/dependencies.scala @@ -94,7 +94,7 @@ object Dependencies { val junitInterface: ModuleID = "com.novocode" % "junit-interface" % "0.11" % "test" val ivy2: ModuleI...
[ "project/dependencies.scala", "scala/scala-impl/test/org/jetbrains/plugins/scala/codeInspection/scalastyle/ScalastyleTest.scala" ]
[ { "comment": "Slight drive-by refactor, but I had trouble testing this change with a different plugin and `getBaseDir` is deprecated.", "path": "scala/scala-impl/src/org/jetbrains/plugins/scala/codeInspection/scalastyle/ScalastyleCodeInspection.scala", "hunk": "@@ -53,9 +53,7 @@ object ScalastyleCodeIns...
diff --git a/scala/scala-impl/test/org/jetbrains/plugins/scala/codeInspection/scalastyle/ScalastyleTest.scala b/scala/scala-impl/test/org/jetbrains/plugins/scala/codeInspection/scalastyle/ScalastyleTest.scala index b8d70f6cbe8..9fd7f4e253b 100644 --- a/scala/scala-impl/test/org/jetbrains/plugins/scala/codeInspection/sc...
true
JetBrains/resharper-fsharp
1,158
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
78b3f9066b48346049524f357ee6b3f7caf9c6c9
29ccb337660a1b19d0fb5e9b652f3583e9c3306b
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/Debugger/FSharpSourceCallableExpressionsProvider.fs b/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/Debugger/FSharpSourceCallableExpressionsProvider.fs index eabdffd7e5..316fb05ea3 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/Deb...
[ "ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/Debugger/FSharpSourceCallableExpressionsProvider.fs", "rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/debugger/FSharpSmartStepIntoTargetsTest.kt", "rider-fsharp/src/test/testData/debugger/FSharpSmartStepIntoTargetsTest/testControlF...
[]
diff --git a/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/debugger/FSharpSmartStepIntoTargetsTest.kt b/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/debugger/FSharpSmartStepIntoTargetsTest.kt index 5cd26ab069..2aecf1f657 100644 --- a/rider-fsharp/src/test/kotli...
true
JetBrains/resharper-fsharp
1,157
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
4a988e5cacb4fa5399873491356d2f8ff3d13bc9
85e5b0b426f959bd070ebdb431c1c65089614727
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/AICore/FSharpBackendSyntaxErrorChecker.fs b/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/AICore/FSharpBackendSyntaxErrorChecker.fs index f1d5b9c283..4a3238f527 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/AICore/FSharpBackendSyn...
[ "ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/AICore/FSharpBackendSyntaxErrorChecker.fs", "rider-fsharp/build.gradle.kts", "rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/debugger/FSharpSteppingTest.kt", "rider-fsharp/src/test/testData/debugger/FSharpSteppingTest/testReturnV...
[]
diff --git a/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/debugger/FSharpSteppingTest.kt b/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/debugger/FSharpSteppingTest.kt index d9fd03cc86..bec88f1945 100644 --- a/rider-fsharp/src/test/kotlin/com/jetbrains/rider/pl...
true
JetBrains/resharper-fsharp
1,156
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
c1fb9e1805e76fad1f6297d19522e15c4207541d
1b5bf499b5534ad1539750cb20014448876ab366
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/LanguageService/FSharpImportTypeHelper.fs b/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/LanguageService/FSharpImportTypeHelper.fs index 20c75d8b4e..d56d8fe51c 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/LanguageService/FSharpI...
[ "ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/LanguageService/FSharpImportTypeHelper.fs", "rider-fsharp/src/test/resources/intellij.rider.plugins.fsharp.test.cases.xml" ]
[]
diff --git a/rider-fsharp/src/test/resources/intellij.rider.plugins.fsharp.test.cases.xml b/rider-fsharp/src/test/resources/intellij.rider.plugins.fsharp.test.cases.xml index d86550b684..dd1322c0bb 100644 --- a/rider-fsharp/src/test/resources/intellij.rider.plugins.fsharp.test.cases.xml +++ b/rider-fsharp/src/test/reso...
true
JetBrains/resharper-fsharp
1,155
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
4298c524d68327d0e72e9ce0b04831923ca9c69d
705f3eba8899ea2359910b36a7d1fd07e6bb2aac
diff --git a/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets b/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets index 67ca82d91d..1a98bd0f1c 100644 --- a/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets +++ b/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets @@ -5,8 +5,8 @@ <Pac...
[ "ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets", "ReSharper.FSharp/src/FSharp.Fantomas.Host/PackagesLock.targets", "ReSharper.FSharp/src/FSharp.TypeProviders.Host/PackagesLock.targets", "ReSharper.FSharp/src/FSharp/PackagesLock.targets", "ReSharper.FSharp/test/src/PackagesLock.targets", "rider...
[]
diff --git a/ReSharper.FSharp/test/src/PackagesLock.targets b/ReSharper.FSharp/test/src/PackagesLock.targets index 3256f02970..0cd27d8aa9 100644 --- a/ReSharper.FSharp/test/src/PackagesLock.targets +++ b/ReSharper.FSharp/test/src/PackagesLock.targets @@ -4,11 +4,11 @@ <PackageLock Include="Fantomas.Core" Version="...
true
JetBrains/resharper-fsharp
1,154
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
51368fcd90168015270edddbef19b95f1a846182
dfedb999f6eec50cad20627be275521535607500
diff --git a/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets b/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets index 1609356307..67ca82d91d 100644 --- a/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets +++ b/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets @@ -5,8 +5,8 @@ <Pac...
[ "ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets", "ReSharper.FSharp/src/FSharp.Fantomas.Host/PackagesLock.targets", "ReSharper.FSharp/src/FSharp.TypeProviders.Host/PackagesLock.targets", "ReSharper.FSharp/src/FSharp/PackagesLock.targets", "ReSharper.FSharp/test/src/PackagesLock.targets", "rider...
[]
diff --git a/ReSharper.FSharp/test/src/PackagesLock.targets b/ReSharper.FSharp/test/src/PackagesLock.targets index 2e3866480e..3256f02970 100644 --- a/ReSharper.FSharp/test/src/PackagesLock.targets +++ b/ReSharper.FSharp/test/src/PackagesLock.targets @@ -4,11 +4,11 @@ <PackageLock Include="Fantomas.Core" Version="...
true
JetBrains/resharper-fsharp
1,153
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
0dd0a72710a4e545d73963a31c9f8e85778a3c00
b09415ddaa60ff4d98bdfc5ce9785ae084821e13
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Daemon/src/QuickDoc/FSharpQuickDocProvider.fs b/ReSharper.FSharp/src/FSharp/FSharp.Psi.Daemon/src/QuickDoc/FSharpQuickDocProvider.fs index fb1a8c0528..a29b575049 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Daemon/src/QuickDoc/FSharpQuickDocProvider.fs +++ b/Re...
[ "ReSharper.FSharp/src/FSharp/FSharp.Psi.Daemon/src/QuickDoc/FSharpQuickDocProvider.fs", "ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/CodeStructure/FSharpCodeStructure.fs", "ReSharper.FSharp/src/FSharp/FSharp.Psi/src/Impl/Cache2/FSharpGenerativeProvidedNestedClass.cs", "ReSharper.FSharp/src/FSharp/FSha...
[]
diff --git a/ReSharper.FSharp/test/data/features/quickdoc/Let Binding 02.fs.gold b/ReSharper.FSharp/test/data/features/quickdoc/Let Binding 02.fs.gold index e7b558b907..5710746fea 100644 --- a/ReSharper.FSharp/test/data/features/quickdoc/Let Binding 02.fs.gold +++ b/ReSharper.FSharp/test/data/features/quickdoc/Let Bind...
true
JetBrains/resharper-fsharp
1,152
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
55eb26ab7c2fe5a0f1fafb8a8e6e34c00871f9d9
f9d81b4a745cd237088f7d3757feabcf0b8e6b1b
diff --git a/rider-fsharp/build.gradle.kts b/rider-fsharp/build.gradle.kts index 743a2e6ac6..a358d0fce5 100644 --- a/rider-fsharp/build.gradle.kts +++ b/rider-fsharp/build.gradle.kts @@ -66,7 +66,7 @@ dependencies { bundledModule("intellij.platform.langInjection") bundledPlugin("org.jetbrains.plugins.textmate...
[ "rider-fsharp/build.gradle.kts", "rider-fsharp/src/main/java/com/jetbrains/rider/plugins/fsharp/services/fsi/FsiProcessHandler.kt", "rider-fsharp/src/main/java/com/jetbrains/rider/plugins/fsharp/services/fsi/FsiSandboxInfoUpdater.kt", "rider-fsharp/src/main/resources/META-INF/plugin.xml" ]
[]
true
JetBrains/resharper-fsharp
1,150
issue_to_patch
Daemon/Identifier Highlighting: add record struct
<img width="815" height="358" alt="image" src="https://github.com/user-attachments/assets/25c951e4-4c0a-4b0c-b976-e8f391fd3985" />
4d5332df7bb409f1166afa6e99e75287620c1c35
efc356a7a40dcc222af7672e877e25042315b0d3
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Util/FSharpHighlightingAttributeIds.fs b/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Util/FSharpHighlightingAttributeIds.fs index f2e845e7cb..7b215056dc 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Util/FSharpHighlightingAttributeIds.fs +++ b/Re...
[ "ReSharper.FSharp/src/FSharp/FSharp.Common/src/Util/FSharpHighlightingAttributeIds.fs", "ReSharper.FSharp/src/FSharp/FSharp.Psi/src/Features/Daemon/FSharpSymbolHighlightingUtil.cs", "ReSharper.FSharp/test/data/features/daemon/identifierHighlighting/Record 01.fs", "ReSharper.FSharp/test/data/features/daemon/id...
[]
diff --git a/ReSharper.FSharp/test/data/features/daemon/identifierHighlighting/Record 01.fs b/ReSharper.FSharp/test/data/features/daemon/identifierHighlighting/Record 01.fs new file mode 100644 index 0000000000..ea095ab38f --- /dev/null +++ b/ReSharper.FSharp/test/data/features/daemon/identifierHighlighting/Record 01.f...
true
JetBrains/resharper-fsharp
1,151
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
4d5332df7bb409f1166afa6e99e75287620c1c35
9d6edac3a8d5c37025335eba6c6ad0b5686ffd27
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Settings/FSharpOptions.fs b/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Settings/FSharpOptions.fs index bebe8c1cfe..e4675ec879 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Settings/FSharpOptions.fs +++ b/ReSharper.FSharp/src/FSharp/FSharp.Common...
[ "ReSharper.FSharp/src/FSharp/FSharp.Common/src/Settings/FSharpOptions.fs", "ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/Fsi/FsiOptions.fs", "rider-fsharp/injections/BUILD.bazel" ]
[]
true
JetBrains/resharper-fsharp
1,149
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
ca8c430d7fd56dc2297541144f9307fce6fad596
48a643e3ee493119b9d05de56d8a1ddd58b1ac56
[ "rider-fsharp/src/test/resources/intellij.rider.plugins.fsharp.test.cases.xml" ]
[]
diff --git a/rider-fsharp/src/test/resources/intellij.rider.plugins.fsharp.test.cases.xml b/rider-fsharp/src/test/resources/intellij.rider.plugins.fsharp.test.cases.xml index 9588714cdd..d86550b684 100644 --- a/rider-fsharp/src/test/resources/intellij.rider.plugins.fsharp.test.cases.xml +++ b/rider-fsharp/src/test/reso...
true
JetBrains/resharper-fsharp
1,148
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
96481da16540844ea3f20b71be3e32e054a70dc5
65c0baff0b670b2631718e49aa092b0ad2d14a21
diff --git a/ReSharper.FSharp/src/FSharp.Debugger/src/FSharpSequencePointInvokedMethodsProvider.cs b/ReSharper.FSharp/src/FSharp.Debugger/src/FSharpSequencePointInvokedMethodsProvider.cs index 5ec7d4aa36..a4b82620aa 100644 --- a/ReSharper.FSharp/src/FSharp.Debugger/src/FSharpSequencePointInvokedMethodsProvider.cs +++ b...
[ "ReSharper.FSharp/src/FSharp.Debugger/src/FSharpSequencePointInvokedMethodsProvider.cs", "ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/CodeStructure/FSharpCodeStructure.fs", "ReSharper.FSharp/test/data/features/structure/Enum 01.fs", "ReSharper.FSharp/test/data/features/structure/Enum 01.fs.gold", "R...
[]
diff --git a/ReSharper.FSharp/test/data/features/structure/Enum 01.fs b/ReSharper.FSharp/test/data/features/structure/Enum 01.fs new file mode 100644 index 0000000000..c16a09b52a --- /dev/null +++ b/ReSharper.FSharp/test/data/features/structure/Enum 01.fs @@ -0,0 +1,5 @@ +module Module + +type E = + | A = 1 + | B...
true
JetBrains/resharper-fsharp
1,147
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
5e77a6db1d6c598b59314be24539e15a858e9dd9
0359b5e9015c1a5ea08938094ee15bbbee1d6afa
diff --git a/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets b/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets index 7165ee997d..1609356307 100644 --- a/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets +++ b/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets @@ -5,8 +5,8 @@ <Pac...
[ "ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets", "ReSharper.FSharp/src/FSharp.Fantomas.Host/PackagesLock.targets", "ReSharper.FSharp/src/FSharp.TypeProviders.Host/PackagesLock.targets", "ReSharper.FSharp/src/FSharp/PackagesLock.targets", "ReSharper.FSharp/test/src/PackagesLock.targets", "rider...
[]
diff --git a/ReSharper.FSharp/test/src/PackagesLock.targets b/ReSharper.FSharp/test/src/PackagesLock.targets index 3bd3d5f2be..2e3866480e 100644 --- a/ReSharper.FSharp/test/src/PackagesLock.targets +++ b/ReSharper.FSharp/test/src/PackagesLock.targets @@ -4,11 +4,11 @@ <PackageLock Include="Fantomas.Core" Version="...
true
JetBrains/resharper-fsharp
1,146
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
0ddecfe2cc3e765248cdbba29098bb2af4d10211
a652056f3e22f8a02150133771487dfa6a4c5549
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/FSharp.Psi.Features.fsproj b/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/FSharp.Psi.Features.fsproj index 2664767876..167bbd6d86 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/FSharp.Psi.Features.fsproj +++ b/ReSharper.FSharp/src/FSharp/FSha...
[ "ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/FSharp.Psi.Features.fsproj", "ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/CodeCompletion/Rules/NameSuggestionRule.fs", "ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/LanguageService/FSharpDeclaredElementIconProvider.fs", "ReSharper.FSharp/src/FSha...
[]
diff --git a/ReSharper.FSharp/test/data/features/navigation/base/Union case 01.fs.gold b/ReSharper.FSharp/test/data/features/navigation/base/Union case 01.fs.gold index aaaea6c051..5f282702bb 100644 --- a/ReSharper.FSharp/test/data/features/navigation/base/Union case 01.fs.gold +++ b/ReSharper.FSharp/test/data/features...
true
JetBrains/resharper-fsharp
1,145
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
8faab98f519bada79d211c712963e25c7179d849
9caf0a874f5208199ea86e2f568c4dde597fe4a4
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Settings/FSharpOptions.fs b/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Settings/FSharpOptions.fs index c87591f4de..bebe8c1cfe 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Settings/FSharpOptions.fs +++ b/ReSharper.FSharp/src/FSharp/FSharp.Common...
[ "ReSharper.FSharp/src/FSharp/FSharp.Common/src/Settings/FSharpOptions.fs", "ReSharper.FSharp/src/FSharp/FSharp.Common/src/Util/FSharpExperimentalFeatures.fs", "ReSharper.FSharp/src/FSharp/FSharp.Psi.Daemon/src/Analyzers/InterpolatedStringCandidateAnalyzer.fs", "ReSharper.FSharp/src/FSharp/FSharp.Psi.Daemon/sr...
[]
diff --git a/ReSharper.FSharp/test/data/features/generate/overrides/Parameter - Ref - Out 01.cs b/ReSharper.FSharp/test/data/features/generate/overrides/Parameter - Ref - Out 01.cs new file mode 100644 index 0000000000..505e1cdb85 --- /dev/null +++ b/ReSharper.FSharp/test/data/features/generate/overrides/Parameter - Re...
true
JetBrains/resharper-fsharp
1,144
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
367ecbb3201ec10075740e0df953e4a5116cf076
36e311f952a32e8f359cecdd9eaeb57528d42fec
diff --git a/ReSharper.FSharp/Directory.Build.props b/ReSharper.FSharp/Directory.Build.props index 0169908595..451b6429b0 100644 --- a/ReSharper.FSharp/Directory.Build.props +++ b/ReSharper.FSharp/Directory.Build.props @@ -1,11 +1,11 @@ <Project> <Sdk Name="JetBrains.Build.VersionLockFileTargets" Version="0.0.4" />...
[ "ReSharper.FSharp/Directory.Build.props", "rider-fsharp/build.gradle.kts", "rider-fsharp/src/main/java/com/jetbrains/rider/plugins/fsharp/services/fsi/runScript/FSharpScriptConfiguration.kt", "rider-fsharp/src/main/resources/META-INF/plugin.xml", "rider-fsharp/src/test/resources/intellij.rider.plugins.fshar...
[]
diff --git a/rider-fsharp/src/test/resources/intellij.rider.plugins.fsharp.test.cases.xml b/rider-fsharp/src/test/resources/intellij.rider.plugins.fsharp.test.cases.xml index 0b577220e1..9588714cdd 100644 --- a/rider-fsharp/src/test/resources/intellij.rider.plugins.fsharp.test.cases.xml +++ b/rider-fsharp/src/test/reso...
true
JetBrains/resharper-fsharp
1,142
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
e46ddc3fba72ffad2aa0dfd7df7aa598e1a27266
eab74d2b1f1bb99bcc7ef60a664f2da01177d034
[ "rider-fsharp/src/test/testData/markup/FSharpHoverDocTest/provided method in csharp/gold/CSharpLibrary.gold", "rider-fsharp/src/test/testData/templates/net10/Net10/ClassLibProjectTemplateTest/projectModel/gold/projectModel.gold", "rider-fsharp/src/test/testData/templates/net10/Net10/ConsoleAppProjectTemplateTes...
[]
diff --git a/rider-fsharp/src/test/testData/markup/FSharpHoverDocTest/provided method in csharp/gold/CSharpLibrary.gold b/rider-fsharp/src/test/testData/markup/FSharpHoverDocTest/provided method in csharp/gold/CSharpLibrary.gold index 30e614eb1d..764a56c675 100644 --- a/rider-fsharp/src/test/testData/markup/FSharpHover...
true
JetBrains/resharper-fsharp
1,141
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
1f6efcda5fda0213e3bbe8ec24606d38ba233d01
ea08e50eb0a8f1031dd58436b5360780285d4e0b
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/ProjectModel/FSharpLanguageLevelProvider.fs b/ReSharper.FSharp/src/FSharp/FSharp.Common/src/ProjectModel/FSharpLanguageLevelProvider.fs index b6e74bb670..68ae3196d5 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/ProjectModel/FSharpLanguageLevelProvi...
[ "ReSharper.FSharp/src/FSharp/FSharp.Common/src/ProjectModel/FSharpLanguageLevelProvider.fs", "ReSharper.FSharp/src/FSharp/FSharp.Common/src/ProjectModel/FSharpLanguageVersion.fs", "ReSharper.FSharp/src/FSharp/FSharp.Common/src/ProjectModel/FSharpScriptPsiModuleFactory.fs" ]
[]
true
JetBrains/resharper-fsharp
1,140
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
d7b37780969bb861486d181fcc362cdea6dc744c
fb7afb47f9655225a2b2d6e7c499f2ce78f22f24
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Psi/src/Metadata/FSharpAutoOpenCache.cs b/ReSharper.FSharp/src/FSharp/FSharp.Psi/src/Metadata/FSharpAutoOpenCache.cs index ce1f3afbf4..74c12af3e5 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Psi/src/Metadata/FSharpAutoOpenCache.cs +++ b/ReSharper.FSharp/src/FSharp/FSha...
[ "ReSharper.FSharp/src/FSharp/FSharp.Psi/src/Metadata/FSharpAutoOpenCache.cs" ]
[]
true
JetBrains/resharper-fsharp
1,139
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
854eaa70d3e262898d2437dcb109d66ea6f14b6c
a425a5d4f12ece112e353a03386b8f083f501c3c
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/LanguageService/FSharpImportTypeHelper.fs b/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/LanguageService/FSharpImportTypeHelper.fs index d9abcb8dfe..20c75d8b4e 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/LanguageService/FSharpI...
[ "ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/LanguageService/FSharpImportTypeHelper.fs", "ReSharper.FSharp/src/FSharp/FSharp.Psi.Intentions/src/QuickFixes/FSharpImportTypeFix.fs" ]
[]
true
JetBrains/resharper-fsharp
1,134
issue_to_patch
RedundantParenTypeUsageAnalyzer: fix for nullable type usages
Now it is more consistent with type hints and avoids suggesting incorrect syntax.
65b3185a64c4a417e7f550e076002a21a01f74f1
adc0958cf6e2b58989620f3488c87e1aebe4fe9e
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Services/src/Util/TypeUsageParensUtil.fs b/ReSharper.FSharp/src/FSharp/FSharp.Psi.Services/src/Util/TypeUsageParensUtil.fs index b1eb13e8ac..bc9faca758 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Services/src/Util/TypeUsageParensUtil.fs +++ b/ReSharper.FSharp/...
[ "ReSharper.FSharp/src/FSharp/FSharp.Psi.Services/src/Util/TypeUsageParensUtil.fs", "ReSharper.FSharp/test/data/features/daemon/redundantParens/typeUsage/Nullable - Array 01.fs", "ReSharper.FSharp/test/data/features/daemon/redundantParens/typeUsage/Nullable - Array 01.fs.gold", "ReSharper.FSharp/test/data/feat...
[]
diff --git a/ReSharper.FSharp/test/data/features/daemon/redundantParens/typeUsage/Nullable - Array 01.fs b/ReSharper.FSharp/test/data/features/daemon/redundantParens/typeUsage/Nullable - Array 01.fs new file mode 100644 index 0000000000..bf3f2a8a91 --- /dev/null +++ b/ReSharper.FSharp/test/data/features/daemon/redundan...
true
JetBrains/resharper-fsharp
1,138
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
76fd3faff9d5434057b16a3eeb0792a6ef278219
35eb70b625e43b7613cad59d0f5452184ecc4d42
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Services/src/Util/FSharpAutoOpenUtil.fs b/ReSharper.FSharp/src/FSharp/FSharp.Psi.Services/src/Util/FSharpAutoOpenUtil.fs index d3132d5b69..3c0c1b5d0a 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Services/src/Util/FSharpAutoOpenUtil.fs +++ b/ReSharper.FSharp/src...
[ "ReSharper.FSharp/src/FSharp/FSharp.Psi.Services/src/Util/FSharpAutoOpenUtil.fs", "ReSharper.FSharp/src/FSharp/FSharp.Psi/src/Metadata/FSharpAutoOpenCache.cs", "rider-fsharp/injections/BUILD.bazel" ]
[]
true
JetBrains/resharper-fsharp
1,136
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
29f551168d204921e69ac6aab41f910a6fe61368
b56c2b14d066f2fc620b6647986f3fa9b9b85b0f
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Psi/src/Impl/Cache2/FSharpClass.cs b/ReSharper.FSharp/src/FSharp/FSharp.Psi/src/Impl/Cache2/FSharpClass.cs index d0309ca924..4178f4b3a9 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Psi/src/Impl/Cache2/FSharpClass.cs +++ b/ReSharper.FSharp/src/FSharp/FSharp.Psi/src/Impl...
[ "ReSharper.FSharp/src/FSharp/FSharp.Psi/src/Impl/Cache2/FSharpClass.cs", "ReSharper.FSharp/src/FSharp/FSharp.Psi/src/Impl/Cache2/FSharpClassOrProvidedTypeAbbreviation.cs", "ReSharper.FSharp/src/FSharp/FSharp.Psi/src/Impl/Cache2/FSharpDelegate.cs", "ReSharper.FSharp/src/FSharp/FSharp.Psi/src/Impl/Cache2/FSharp...
[]
true
JetBrains/resharper-fsharp
1,135
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
65b3185a64c4a417e7f550e076002a21a01f74f1
5d7f32dd06ff8cfbfef7d9d5a1d43aa123b7ecf2
diff --git a/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets b/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets index 22d57268dc..7165ee997d 100644 --- a/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets +++ b/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets @@ -3,7 +3,7 @@ <ItemG...
[ "ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets", "ReSharper.FSharp/src/FSharp/PackagesLock.targets" ]
[]
true
JetBrains/resharper-fsharp
1,133
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
3f18c01bbd553c6a6d3c4d889a3fba489e2b7c26
4c3a5c247769a78555448a1150f57c2e7cd0d94b
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Shim/AssemblyReader/AssemblyReaderShim.fs b/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Shim/AssemblyReader/AssemblyReaderShim.fs index 08033de27d..44197be15b 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Shim/AssemblyReader/AssemblyReaderShim.fs...
[ "ReSharper.FSharp/src/FSharp/FSharp.Common/src/Shim/AssemblyReader/AssemblyReaderShim.fs", "ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/CodeCompletion/Rules/FSharpKeywordsRule.fs", "rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/projectModel/FcsModuleReaderTest.kt", "rider-...
[]
diff --git a/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/projectModel/FcsModuleReaderTest.kt b/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/projectModel/FcsModuleReaderTest.kt index 710bd2e4cc..bb43c0ae68 100644 --- a/rider-fsharp/src/test/kotlin/com/jetbrain...
true
JetBrains/resharper-fsharp
1,132
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
12ae63a04da0dfe0dd35e2228faefff720059e75
28095581dd87a985e3b9e56b7345f1a797726221
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Checker/FcsCheckerService.fs b/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Checker/FcsCheckerService.fs index 0ad4414e19..fd9934ce48 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Checker/FcsCheckerService.fs +++ b/ReSharper.FSharp/src/FSharp/FSha...
[ "ReSharper.FSharp/src/FSharp/FSharp.Common/src/Checker/FcsCheckerService.fs", "ReSharper.FSharp/src/FSharp/FSharp.Common/src/Shim/AssemblyReader/ProjectFcsModuleReader.fs", "ReSharper.FSharp/src/FSharp/FSharp.Psi/src/Util/FcsTypeMappingUtil.cs" ]
[]
true
JetBrains/resharper-fsharp
1,131
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
c42ae197ac58228b85d8fb66c187406ce1136c7c
7df55490703294bf003eeb78ed8d7dd1c9a498e4
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Shim/AssemblyReader/ProjectFcsModuleReader.fs b/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Shim/AssemblyReader/ProjectFcsModuleReader.fs index 3319c3b5dc..12bbb1de50 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Shim/AssemblyReader/ProjectFcsMod...
[ "ReSharper.FSharp/src/FSharp/FSharp.Common/src/Shim/AssemblyReader/ProjectFcsModuleReader.fs", "ReSharper.FSharp/src/FSharp/FSharp.Psi/src/CodeFormatter/FSharpCodeFormatterInfoProvider.cs", "ReSharper.FSharp/test/data/common/assemblyReaderShim/Extension 01.cs", "ReSharper.FSharp/test/data/common/assemblyReade...
[]
diff --git a/ReSharper.FSharp/test/data/common/assemblyReaderShim/Extension 01.cs b/ReSharper.FSharp/test/data/common/assemblyReaderShim/Extension 01.cs new file mode 100644 index 0000000000..fea1e12765 --- /dev/null +++ b/ReSharper.FSharp/test/data/common/assemblyReaderShim/Extension 01.cs @@ -0,0 +1,8 @@ +public stat...
true
JetBrains/resharper-fsharp
1,130
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
43a0849aeb7225e7987d1e79a9bc767c7a832282
5a2120172e7e05f3eec0b1d6fe71bf3aa3a5e24e
diff --git a/rider-fsharp/injections/BUILD.bazel b/rider-fsharp/injections/BUILD.bazel index e9c8db764d..58cf7a935c 100644 --- a/rider-fsharp/injections/BUILD.bazel +++ b/rider-fsharp/injections/BUILD.bazel @@ -29,6 +29,7 @@ jvm_library( jvm_library( name = "injections_test_lib", + testonly = True, module_nam...
[ "rider-fsharp/injections/BUILD.bazel", "rider-fsharp/src/main/resources/META-INF/plugin.xml", "rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/templates/net10/ProjectTemplates.Net10.kt", "rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/templates/net8/Proje...
[]
diff --git a/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/templates/net60/ProjectTemplates.Net60.kt b/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/templates/net10/ProjectTemplates.Net10.kt similarity index 60% rename from rider-fsharp/src/test/kotlin/com/jetbr...
true
JetBrains/resharper-fsharp
1,129
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
5703681fa236003a03fc35be420a2b954771996a
edfa0913017d212f0c0bc67556a6d6d2e4dd7d82
diff --git a/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets b/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets index 000f20bc9d..22d57268dc 100644 --- a/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets +++ b/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets @@ -3,7 +3,7 @@ <ItemG...
[ "ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets", "ReSharper.FSharp/src/FSharp/PackagesLock.targets" ]
[]
true
JetBrains/resharper-fsharp
1,128
issue_to_patch
Plugins sync/merge robot ultimate master 2026 04 24
2fcb10509edaa1f175c5413cafe49f23cecc9a22
cf72a640d0b73a7e511f84bc10d423f1df7a3ec8
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/ParameterInfo/FSharpParameterInfo.fs b/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/ParameterInfo/FSharpParameterInfo.fs index fcd2be4680..9563a7e720 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/ParameterInfo/FSharpParameterInfo...
[ "ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/ParameterInfo/FSharpParameterInfo.fs", "ReSharper.FSharp/src/FSharp/FSharp.Psi.Services/src/Util/FSharpXmlDocService.fs", "ReSharper.FSharp/src/FSharp/FSharp.Psi/src/Impl/Cache2/FSharpClass.cs", "ReSharper.FSharp/src/FSharp/FSharp.Psi/src/Impl/Cache2/FSharp...
[]
diff --git a/ReSharper.FSharp/test/data/features/quickdoc/ActivePattern 03.fs.gold b/ReSharper.FSharp/test/data/features/quickdoc/ActivePattern 03.fs.gold index df795a3243..4da896ed84 100644 --- a/ReSharper.FSharp/test/data/features/quickdoc/ActivePattern 03.fs.gold +++ b/ReSharper.FSharp/test/data/features/quickdoc/Ac...
true
JetBrains/resharper-fsharp
1,127
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
3147e16dcb9e256d494bae877ad373b5addf4a0e
facb76c73f12fed72884243773899bf0cf3a6e6a
[ "rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/fantomas/FantomasDotnetToolTestBase.kt" ]
[]
diff --git a/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/fantomas/FantomasDotnetToolTestBase.kt b/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/fantomas/FantomasDotnetToolTestBase.kt index fb79310816..31af77f58f 100644 --- a/rider-fsharp/src/test/kotlin/com/je...
true
JetBrains/resharper-fsharp
1,126
issue_to_patch
Frontend/Psi: avoid extra parsing events by wrapping content in an extra lazy container
If all the contents of a file are combined into a single `lazy parseable`, then - only one event is sent during reparsing - reparsing is reduced to a single `lazy parseable`, and its contents are replaced entirely.
794d6ec0ab2cc92ca871da2e7b7ce10abc9dbbf9
a9e83e305fc0d93aa67a0b778cc98c36c495834d
diff --git a/rider-fsharp/parserTest/build.gradle.kts b/rider-fsharp/parserTest/build.gradle.kts index d1d25d5a6c..96c827c0bf 100644 --- a/rider-fsharp/parserTest/build.gradle.kts +++ b/rider-fsharp/parserTest/build.gradle.kts @@ -19,6 +19,7 @@ dependencies { testImplementation(libs.junit) testRuntimeOnly("org.ju...
[ "rider-fsharp/parserTest/build.gradle.kts", "rider-fsharp/parserTest/src/test/testData/parser/FSharpDummyParserTests/concatenation 01 - simple.txt", "rider-fsharp/parserTest/src/test/testData/parser/FSharpDummyParserTests/concatenation 02 - space before plus.txt", "rider-fsharp/parserTest/src/test/testData/pa...
[ { "comment": "Is this change needed?", "path": "rider-fsharp/parserTest/build.gradle.kts", "hunk": "@@ -19,6 +19,7 @@ dependencies {\n testImplementation(libs.junit)\n testRuntimeOnly(\"org.junit.vintage:junit-vintage-engine:5.9.2\")\n testRuntimeOnly(\"org.junit.platform:junit-platform-launcher:1...
diff --git a/rider-fsharp/parserTest/src/test/testData/parser/FSharpDummyParserTests/concatenation 01 - simple.txt b/rider-fsharp/parserTest/src/test/testData/parser/FSharpDummyParserTests/concatenation 01 - simple.txt index 368cfdc6cf..a152ae83f2 100644 --- a/rider-fsharp/parserTest/src/test/testData/parser/FSharpDumm...
true
JetBrains/resharper-fsharp
1,126
comment_to_fix
Frontend/Psi: avoid extra parsing events by wrapping content in an extra lazy container
Is this change needed?
794d6ec0ab2cc92ca871da2e7b7ce10abc9dbbf9
a9e83e305fc0d93aa67a0b778cc98c36c495834d
diff --git a/rider-fsharp/parserTest/build.gradle.kts b/rider-fsharp/parserTest/build.gradle.kts index d1d25d5a6c..96c827c0bf 100644 --- a/rider-fsharp/parserTest/build.gradle.kts +++ b/rider-fsharp/parserTest/build.gradle.kts @@ -19,6 +19,7 @@ dependencies { testImplementation(libs.junit) testRuntimeOnly("org.ju...
[ "rider-fsharp/parserTest/build.gradle.kts" ]
[ { "comment": "Is this change needed?", "path": "rider-fsharp/parserTest/build.gradle.kts", "hunk": "@@ -19,6 +19,7 @@ dependencies {\n testImplementation(libs.junit)\n testRuntimeOnly(\"org.junit.vintage:junit-vintage-engine:5.9.2\")\n testRuntimeOnly(\"org.junit.platform:junit-platform-launcher:1...
true
JetBrains/resharper-fsharp
1,124
issue_to_patch
Sync with the ultimate 261
Sync with the ultimate 261.
704591383d6a096dae8814f9654be5512194f237
f2b4e8ab0c901fcf219f9b6f028da606ab8c629b
diff --git a/ReSharper.FSharp/src/FSharp.Debugger/FSharp.Debugger.csproj b/ReSharper.FSharp/src/FSharp.Debugger/FSharp.Debugger.csproj index cb581dde7a..f0870679a4 100644 --- a/ReSharper.FSharp/src/FSharp.Debugger/FSharp.Debugger.csproj +++ b/ReSharper.FSharp/src/FSharp.Debugger/FSharp.Debugger.csproj @@ -15,6 +15,7 @@...
[ "ReSharper.FSharp/src/FSharp.Debugger/FSharp.Debugger.csproj", "ReSharper.FSharp/src/FSharp.Debugger/src/FSharpSymbolsDebuggerHiddenProvider.cs", "ReSharper.FSharp/src/FSharp/FSharp.Common/src/Util/FSharpAssemblyUtil.fs", "ReSharper.FSharp/src/FSharp/FSharp.Common/src/Util/FSharpPredefinedType.fs", "ReSharp...
[]
true
JetBrains/resharper-fsharp
1,123
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
8bdc448ad3623db6a1d1b161c46e16d1ca2902da
2ea3085641ec9b9e7f4b16c41e24c8315b451811
diff --git a/rider-fsharp/build.gradle.kts b/rider-fsharp/build.gradle.kts index 00020dc5fa..9a1669ad37 100644 --- a/rider-fsharp/build.gradle.kts +++ b/rider-fsharp/build.gradle.kts @@ -16,8 +16,13 @@ plugins { kotlin("jvm") } +java { + sourceCompatibility = JavaVersion.VERSION_25 + targetCompatibility = J...
[ "rider-fsharp/build.gradle.kts", "rider-fsharp/gradle/wrapper/gradle-wrapper.jar", "rider-fsharp/gradle/wrapper/gradle-wrapper.properties", "rider-fsharp/gradlew", "rider-fsharp/gradlew.bat" ]
[]
true
JetBrains/resharper-fsharp
1,122
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
3b0196014fb9356703792e62aa6fa7365443e8e4
7fc9a64c4b0e5352f91c7756a94e3b9919ef744c
[ "rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/typeProviders/TypeProvidersCSharpTest.kt" ]
[]
diff --git a/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/typeProviders/TypeProvidersCSharpTest.kt b/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/typeProviders/TypeProvidersCSharpTest.kt index ee6eb3b094..9073bcb461 100644 --- a/rider-fsharp/src/test/kotlin/co...
true
JetBrains/resharper-fsharp
1,121
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
63120d6ee7c4bb10b930dd8e07f7d649f7a17d74
d6951b21b7404b41765dc7eed9808aaf1631836a
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Util/FSharpAssemblyUtil.fs b/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Util/FSharpAssemblyUtil.fs index 6af62de90a..102bce5a04 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Util/FSharpAssemblyUtil.fs +++ b/ReSharper.FSharp/src/FSharp/FSharp.Com...
[ "ReSharper.FSharp/src/FSharp/FSharp.Common/src/Util/FSharpAssemblyUtil.fs", "ReSharper.FSharp/src/FSharp/FSharp.Common/src/Util/FSharpPredefinedType.fs", "ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/Debugger/FSharpSourceCallableExpressionsProvider.fs" ]
[]
true
JetBrains/resharper-fsharp
1,119
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
d667762fdf9627932c302f2cdca1baa4ee41533a
af735a77bcf56c35b434a42940f78b8732f73c56
diff --git a/rider-fsharp/src/main/java/com/jetbrains/rider/plugins/fsharp/services/fsi/runScript/FSharpScriptConfiguration.kt b/rider-fsharp/src/main/java/com/jetbrains/rider/plugins/fsharp/services/fsi/runScript/FSharpScriptConfiguration.kt index e5b1c0206a..2abde43fbc 100644 --- a/rider-fsharp/src/main/java/com/jetb...
[ "rider-fsharp/src/main/java/com/jetbrains/rider/plugins/fsharp/services/fsi/runScript/FSharpScriptConfiguration.kt", "rider-fsharp/src/main/java/com/jetbrains/rider/plugins/fsharp/services/fsi/runScript/FSharpScriptConsoleViewProvider.kt", "rider-fsharp/src/main/java/com/jetbrains/rider/plugins/fsharp/services/...
[]
true
JetBrains/resharper-fsharp
1,117
issue_to_patch
Disable warning: support #nowarn and #warnon
3d0ae6f2a849f5d99efea728e8f416618c8855c0
3b61fd0da723ab21bbe70add8eae9c25eace610d
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/ProjectModel/FSharpLanguageVersion.fs b/ReSharper.FSharp/src/FSharp/FSharp.Common/src/ProjectModel/FSharpLanguageVersion.fs index 8a243c9f00..435e7d4157 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/ProjectModel/FSharpLanguageVersion.fs +++ b/ReSha...
[ "ReSharper.FSharp/src/FSharp/FSharp.Common/src/ProjectModel/FSharpLanguageVersion.fs", "ReSharper.FSharp/src/FSharp/FSharp.Psi.Daemon/src/Stages/FSharpFileStructureExplorer.fs", "ReSharper.FSharp/src/FSharp/FSharp.Psi.Daemon/src/Stages/FcsErrorsStageProcessBase.fs", "ReSharper.FSharp/src/FSharp/FSharp.Psi.Fea...
[ { "comment": "Is it always safe to compare it this way?", "path": "ReSharper.FSharp/src/FSharp/FSharp.Psi.Intentions/src/Intentions/DisableWarningActions.fs", "hunk": "@@ -71,51 +189,60 @@ type DisableWarningActionBase(highlightingRanges: DocumentRange[], file: IFSharp\n let nodeToAddAfter = fil...
diff --git a/ReSharper.FSharp/test/data/features/daemon/fcsErrors/Incomplete pattern - Pattern 01.fs.gold b/ReSharper.FSharp/test/data/features/daemon/fcsErrors/Incomplete pattern - Pattern 01.fs.gold index a9ca819825..86b0f06c75 100644 --- a/ReSharper.FSharp/test/data/features/daemon/fcsErrors/Incomplete pattern - Pat...
true
JetBrains/resharper-fsharp
1,118
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
3d0ae6f2a849f5d99efea728e8f416618c8855c0
cb0f45c946fc32859b7a6e8feacde30f9a8f93f8
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/Debugger/FSharpSourceCallableExpressionsProvider.fs b/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/Debugger/FSharpSourceCallableExpressionsProvider.fs index 4f0c84367c..f6ac7ff607 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/Deb...
[ "ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/Debugger/FSharpSourceCallableExpressionsProvider.fs", "rider-fsharp/src/test/testData/debugger/FSharpSmartStepIntoTargetsTest/testUnionCases/gold/testUnionCases.gold" ]
[]
diff --git a/rider-fsharp/src/test/testData/debugger/FSharpSmartStepIntoTargetsTest/testUnionCases/gold/testUnionCases.gold b/rider-fsharp/src/test/testData/debugger/FSharpSmartStepIntoTargetsTest/testUnionCases/gold/testUnionCases.gold index f09963682d..30ab4a1549 100644 --- a/rider-fsharp/src/test/testData/debugger/F...
true
JetBrains/resharper-fsharp
1,115
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
922052d863987aca76241c18fc56ce0896b4f463
96588f7d34fe5bc43523eb12ca4c3b468f17815b
[ "rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/fantomas/FantomasDotnetToolTestBase.kt", "rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/fantomas/FantomasEditorConfigTest.kt", "rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/type...
[]
diff --git a/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/fantomas/FantomasDotnetToolTestBase.kt b/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/fantomas/FantomasDotnetToolTestBase.kt index cde17d580d..fb79310816 100644 --- a/rider-fsharp/src/test/kotlin/com/je...
true
JetBrains/resharper-fsharp
1,114
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
117acdc29f44d33147f86feaf24bc49aea21f305
f40974c4c8196b8313d79fef8fbec9a851653c5e
[ "rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/FileSystemShimTest.kt", "rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/fantomas/FantomasDotnetToolTestBase.kt", "rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/projectModel/FSharp...
[]
diff --git a/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/FileSystemShimTest.kt b/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/FileSystemShimTest.kt index 310c95bb30..87ccff4526 100644 --- a/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/...
true
JetBrains/resharper-fsharp
1,113
issue_to_patch
Sync with the ultimate 261
Sync with the ultimate 261.
6bdf18c719371e68c2fd93ea9a899db2abf7338b
56852566c8040c886b2a203ce4b900baabef2b04
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Daemon/src/QuickDoc/FSharpQuickDocProvider.fs b/ReSharper.FSharp/src/FSharp/FSharp.Psi.Daemon/src/QuickDoc/FSharpQuickDocProvider.fs index c7724c868f..fb1a8c0528 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Daemon/src/QuickDoc/FSharpQuickDocProvider.fs +++ b/Re...
[ "ReSharper.FSharp/src/FSharp/FSharp.Psi.Daemon/src/QuickDoc/FSharpQuickDocProvider.fs", "ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/CodeCompletion/Rules/FSharpKeywordsRule.fs", "ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/Parsing/FSharpTreeBuilderBase.fs", "ReSharper.FSharp/src/FSharp/FSharp....
[]
diff --git a/ReSharper.FSharp/test/data/features/completion/Local val - Op 01.fs.gold b/ReSharper.FSharp/test/data/features/completion/Local val - Op 01.fs.gold index 13be5804fd..4d366dff00 100644 --- a/ReSharper.FSharp/test/data/features/completion/Local val - Op 01.fs.gold +++ b/ReSharper.FSharp/test/data/features/co...
true
JetBrains/resharper-fsharp
1,112
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
e944ce0a42f805b54c3102c03b415f88253a34dd
8f36e2f7eade172a3b1738506d32cb270e5f8c67
diff --git a/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets b/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets index 38cb22372c..000f20bc9d 100644 --- a/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets +++ b/ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets @@ -5,8 +5,8 @@ <Pac...
[ "ReSharper.FSharp/src/FSharp.Debugger/PackagesLock.targets", "ReSharper.FSharp/src/FSharp.Fantomas.Host/PackagesLock.targets", "ReSharper.FSharp/src/FSharp.TypeProviders.Host/PackagesLock.targets", "ReSharper.FSharp/src/FSharp/PackagesLock.targets", "ReSharper.FSharp/test/src/PackagesLock.targets", "rider...
[]
diff --git a/ReSharper.FSharp/test/src/PackagesLock.targets b/ReSharper.FSharp/test/src/PackagesLock.targets index bdaf958e40..3bd3d5f2be 100644 --- a/ReSharper.FSharp/test/src/PackagesLock.targets +++ b/ReSharper.FSharp/test/src/PackagesLock.targets @@ -4,11 +4,11 @@ <PackageLock Include="Fantomas.Core" Version="...
true
JetBrains/resharper-fsharp
1,111
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
76080bf742ed42843552d48b4cf111c1d8e88401
be07bc0ddc454e9f3186578b2675e5297a5657dd
diff --git a/rider-fsharp/build.gradle.kts b/rider-fsharp/build.gradle.kts index 5862bd4fdd..00020dc5fa 100644 --- a/rider-fsharp/build.gradle.kts +++ b/rider-fsharp/build.gradle.kts @@ -49,6 +49,7 @@ dependencies { rider("$riderBaseVersion-SNAPSHOT", useInstaller = false) } jetbrainsRuntime() + bun...
[ "rider-fsharp/build.gradle.kts" ]
[]
true
JetBrains/resharper-fsharp
1,109
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
0a7810cdeede955aac9e3d7754d85236afc8f858
949400d09e618cf4382c7b16f0ba0a13aeba13e2
[ "rider-fsharp/src/test/resources/intellij.rider.plugins.fsharp.test.cases.xml" ]
[]
diff --git a/rider-fsharp/src/test/resources/intellij.rider.plugins.fsharp.test.cases.xml b/rider-fsharp/src/test/resources/intellij.rider.plugins.fsharp.test.cases.xml index 6ca4519272..6eb34636db 100644 --- a/rider-fsharp/src/test/resources/intellij.rider.plugins.fsharp.test.cases.xml +++ b/rider-fsharp/src/test/reso...
true
JetBrains/resharper-fsharp
1,108
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
0a6e9f8d70f0333dd5f07d84d37f67d67817003d
562617915778fe4246d54435e496ac7bacea8bbd
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/Debugger/FSharpSourceCallableExpressionsProvider.fs b/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/Debugger/FSharpSourceCallableExpressionsProvider.fs index e93227cb80..4f0c84367c 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/Deb...
[ "ReSharper.FSharp/src/FSharp/FSharp.Psi.Features/src/Debugger/FSharpSourceCallableExpressionsProvider.fs", "rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/debugger/FSharpSmartStepIntoTargetsTest.kt", "rider-fsharp/src/test/testData/debugger/FSharpSmartStepIntoTargetsTest/testUnionCas...
[]
diff --git a/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/debugger/FSharpSmartStepIntoTargetsTest.kt b/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/debugger/FSharpSmartStepIntoTargetsTest.kt index 6ef9a7dd0b..5cd26ab069 100644 --- a/rider-fsharp/src/test/kotli...
true
JetBrains/resharper-fsharp
1,107
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
11035dc50b6ae020c2f1c9a6294e7b56347b78a8
fba3cbb3e1cafb2c3293e32e6dffeba4d73d0d4a
diff --git a/ReSharper.FSharp/src/FSharp.Debugger/FSharp.Debugger.csproj b/ReSharper.FSharp/src/FSharp.Debugger/FSharp.Debugger.csproj index cb581dde7a..f0870679a4 100644 --- a/ReSharper.FSharp/src/FSharp.Debugger/FSharp.Debugger.csproj +++ b/ReSharper.FSharp/src/FSharp.Debugger/FSharp.Debugger.csproj @@ -15,6 +15,7 @@...
[ "ReSharper.FSharp/src/FSharp.Debugger/FSharp.Debugger.csproj", "ReSharper.FSharp/src/FSharp.Debugger/src/FSharpMetadataUtil.cs", "ReSharper.FSharp/src/FSharp.Debugger/src/FSharpSymbolsDebuggerHiddenProvider.cs", "ReSharper.FSharp/src/FSharp.Debugger/src/FSharpUnitReturnValueFilter.cs", "ReSharper.FSharp/src...
[]
diff --git a/ReSharper.FSharp/test/data/features/debugger/evaluateExpression/App - Method 01.fs b/ReSharper.FSharp/test/data/features/debugger/evaluateExpression/App - Method 01.fs new file mode 100644 index 0000000000..9452c6b224 --- /dev/null +++ b/ReSharper.FSharp/test/data/features/debugger/evaluateExpression/App -...
true
JetBrains/resharper-fsharp
1,092
issue_to_patch
Specify Types: support computation expression bindings
4d5348c9407bcdf30d04cef11d00decdecaddb85
c265f88c7b4a5e93b2040361dfd1692b0e907e04
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Intentions/src/Intentions/FunctionAnnotationAction.fs b/ReSharper.FSharp/src/FSharp/FSharp.Psi.Intentions/src/Intentions/FunctionAnnotationAction.fs index cf11ab0857..18dc141d0c 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Psi.Intentions/src/Intentions/FunctionAnno...
[ "ReSharper.FSharp/src/FSharp/FSharp.Psi.Intentions/src/Intentions/FunctionAnnotationAction.fs", "ReSharper.FSharp/test/data/features/intentions/specifyTypes/Binding - AndBang - 01.fs", "ReSharper.FSharp/test/data/features/intentions/specifyTypes/Binding - AndBang - 01.fs.gold", "ReSharper.FSharp/test/data/fea...
[]
diff --git a/ReSharper.FSharp/test/data/features/intentions/specifyTypes/Binding - AndBang - 01.fs b/ReSharper.FSharp/test/data/features/intentions/specifyTypes/Binding - AndBang - 01.fs new file mode 100644 index 0000000000..4e8d21e1c0 --- /dev/null +++ b/ReSharper.FSharp/test/data/features/intentions/specifyTypes/Bin...
true
JetBrains/resharper-fsharp
934
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
abfb9bdede79d197dbba9fa35072ec767e9cbea2
00b88d06a5b4f01a08b207344f426f60feccbb4f
[ "rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/FSharpCompletionTest.kt", "rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/FileSystemShimTest.kt", "rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/debugger/AsyncDebuggerTest.kt", ...
[]
diff --git a/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/FSharpCompletionTest.kt b/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/test/cases/FSharpCompletionTest.kt index 5ad24ea8cb..0017f245b7 100644 --- a/rider-fsharp/src/test/kotlin/com/jetbrains/rider/plugins/fsharp/t...
true
JetBrains/resharper-fsharp
939
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
048fa45a3b0d3fb898ab04866aa9d7a7646672de
c8e3efe7647106cebf0602ea053a3d81c05693b9
diff --git a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Checker/FcsProjectProvider.fs b/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Checker/FcsProjectProvider.fs index 49c7868560..c0612f48d2 100644 --- a/ReSharper.FSharp/src/FSharp/FSharp.Common/src/Checker/FcsProjectProvider.fs +++ b/ReSharper.FSharp/src/FSharp/F...
[ "ReSharper.FSharp/src/FSharp/FSharp.Common/src/Checker/FcsProjectProvider.fs", "rider-fsharp/build.gradle.kts", "rider-fsharp/gradle.properties", "rider-fsharp/gradlew", "rider-fsharp/gradlew.bat", "rider-fsharp/protocol/build.gradle.kts" ]
[]
true
JetBrains/resharper-fsharp
944
issue_to_patch
Sync with the ultimate master
Sync with the ultimate master.
e39c3ecd148ce0829230014bed0d70b07ac76e2e
a28807aa9574159ac8277e5f902a631a4b355aa2
diff --git a/ReSharper.FSharp/src/FSharp.Fantomas.Host/PackagesLock.targets b/ReSharper.FSharp/src/FSharp.Fantomas.Host/PackagesLock.targets index ac26e8a71d..0575606c8d 100644 --- a/ReSharper.FSharp/src/FSharp.Fantomas.Host/PackagesLock.targets +++ b/ReSharper.FSharp/src/FSharp.Fantomas.Host/PackagesLock.targets @@ -4...
[ "ReSharper.FSharp/src/FSharp.Fantomas.Host/PackagesLock.targets", "ReSharper.FSharp/src/FSharp.TypeProviders.Host/PackagesLock.targets", "ReSharper.FSharp/src/FSharp/PackagesLock.targets", "ReSharper.FSharp/test/src/PackagesLock.targets" ]
[]
diff --git a/ReSharper.FSharp/test/src/PackagesLock.targets b/ReSharper.FSharp/test/src/PackagesLock.targets index fa383ea83b..e6fb361ef8 100644 --- a/ReSharper.FSharp/test/src/PackagesLock.targets +++ b/ReSharper.FSharp/test/src/PackagesLock.targets @@ -4,11 +4,11 @@ <PackageLock Include="Fantomas.Core" Version="...
true
JohnSnowLabs/spark-nlp
14,777
issue_to_patch
[SPARKNLP-1395] Updating git notifications and bumping jsl-llama version
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> This PR updates the Spark NLP build and repository maintenance configuration. This PR also updates the GitHub issue templates so new issues are routed to the current maintainer by defaul...
a03e59c1f12738a84be8b746d4523c6b2f39ada2
a52904221f1de4242805265178ba770a362c7899
diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 42ed0fab6d637a..ee8e885c27ceb9 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,7 +1,7 @@ name: Bug report description: File a possible bug/issue to help us improve Spar...
[ ".github/ISSUE_TEMPLATE/bug_report.yml", ".github/ISSUE_TEMPLATE/doc_improvement.yml", ".github/ISSUE_TEMPLATE/feature_request.yml", ".github/workflows/build_and_test.yml", "project/Dependencies.scala" ]
[]
diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 2bc969b8996f06..f8a986b29d8007 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -64,6 +64,8 @@ jobs: python -m pip install --upgrade pip pip install pyspark...
true
JohnSnowLabs/spark-nlp
14,776
issue_to_patch
[SPARKNLP-1145] Add BM25 lexical retrieval annotator (Approach + Model)
## Description Adds BM25 (Okapi BM25) lexical document retrieval as a two-phase Estimator/Model pair. - `BM25Approach` (Estimator): scans the corpus once in `fit()` and learns document count N, per-term document frequency, average document length, and IDF (non-negative Lucene variant). - `BM25Model` (Transformer...
a03e59c1f12738a84be8b746d4523c6b2f39ada2
ed5254236c66ac7d8281d4be70986b112bc7fc52
diff --git a/docs/en/annotator_entries/BM25.md b/docs/en/annotator_entries/BM25.md new file mode 100644 index 00000000000000..2f4c4c66654c7b --- /dev/null +++ b/docs/en/annotator_entries/BM25.md @@ -0,0 +1,285 @@ +{%- capture title -%} +BM25 +{%- endcapture -%} + +{%- capture model_description -%} +Fitted model produce...
[ "docs/en/annotator_entries/BM25.md", "docs/en/annotators.md", "examples/python/annotation/text/english/text-similarity/bm25-retrieval/BM25_Retrieval.ipynb", "python/sparknlp/__init__.py", "python/sparknlp/annotator/__init__.py", "python/sparknlp/annotator/similarity/bm25.py", "python/sparknlp/common/ann...
[]
diff --git a/python/test/annotator/similarity/bm25_test.py b/python/test/annotator/similarity/bm25_test.py new file mode 100644 index 00000000000000..9a9fd7daa5448c --- /dev/null +++ b/python/test/annotator/similarity/bm25_test.py @@ -0,0 +1,217 @@ +# Copyright 2017-2025 John Snow Labs +# +# Licensed under the Apache...
true
JohnSnowLabs/spark-nlp
14,775
issue_to_patch
[SPARKNLP-1384] Add Hugging Face to Spark NLP model conversion notebooks (ONNX, OpenVINO, GGUF)
Closes SPARKNLP-1384 Adds three end-to-end conversion notebooks to examples/python/model-conversion/
a03e59c1f12738a84be8b746d4523c6b2f39ada2
e578434f26187e5f97729b20b1a6ad84ef4bbaff
diff --git a/examples/python/model-conversion/HuggingFace_to_SparkNLP_GGUF.ipynb b/examples/python/model-conversion/HuggingFace_to_SparkNLP_GGUF.ipynb new file mode 100644 index 00000000000000..a1279f218b8689 --- /dev/null +++ b/examples/python/model-conversion/HuggingFace_to_SparkNLP_GGUF.ipynb @@ -0,0 +1,1 @@ +{"cell...
[ "examples/python/model-conversion/HuggingFace_to_SparkNLP_GGUF.ipynb", "examples/python/model-conversion/HuggingFace_to_SparkNLP_ONNX.ipynb", "examples/python/model-conversion/HuggingFace_to_SparkNLP_OpenVINO.ipynb" ]
[]
true
JohnSnowLabs/spark-nlp
14,774
issue_to_patch
Properly close stream and avoid warning
<!--- Provide a general summary of your changes in the Title above --> ## Description I just take care of closing a stream that is throwing exceptions(warning), it can make some depending pipelines to fail, even if it is a warning. ## Motivation and Context It avoids leaking a file system. Not aware of any p...
a03e59c1f12738a84be8b746d4523c6b2f39ada2
ea44b23bdbc2c3cc21830e3b93ac74947e506bf9
diff --git a/src/main/scala/com/johnsnowlabs/nlp/util/io/ResourceHelper.scala b/src/main/scala/com/johnsnowlabs/nlp/util/io/ResourceHelper.scala index 153d0604c4f62d..d3d69be973d786 100644 --- a/src/main/scala/com/johnsnowlabs/nlp/util/io/ResourceHelper.scala +++ b/src/main/scala/com/johnsnowlabs/nlp/util/io/ResourceHe...
[ "src/main/scala/com/johnsnowlabs/nlp/util/io/ResourceHelper.scala" ]
[]
true
JohnSnowLabs/spark-nlp
14,772
issue_to_patch
[SPARKNLP-1385] Add sentenceAwareFiltering param
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> Adds the `sentenceAwareFiltering` parameter to the `LateChunkEmbeddings` annotator. This parameter controls whether token embeddings are restricted to the chunk's sentence boundaries (tru...
7d1d40bd9ce8d1c47d38cd8a32c28735678a562a
af782b352109a588a7ad2d1643e73ac7d370c1c2
diff --git a/python/sparknlp/annotator/embeddings/late_chunk_embeddings.py b/python/sparknlp/annotator/embeddings/late_chunk_embeddings.py index 0dc07c22f5d85b..75414ef1e94d3b 100644 --- a/python/sparknlp/annotator/embeddings/late_chunk_embeddings.py +++ b/python/sparknlp/annotator/embeddings/late_chunk_embeddings.py @...
[ "python/sparknlp/annotator/embeddings/late_chunk_embeddings.py", "python/test/annotator/embeddings/late_chunk_embeddings_test.py", "src/main/scala/com/johnsnowlabs/nlp/embeddings/LateChunkEmbeddings.scala", "src/test/scala/com/johnsnowlabs/nlp/embeddings/LateChunkEmbeddingsTestSpec.scala" ]
[]
diff --git a/python/test/annotator/embeddings/late_chunk_embeddings_test.py b/python/test/annotator/embeddings/late_chunk_embeddings_test.py index 5d86515190abb6..97b7bda6d4832e 100644 --- a/python/test/annotator/embeddings/late_chunk_embeddings_test.py +++ b/python/test/annotator/embeddings/late_chunk_embeddings_test....
true
JohnSnowLabs/spark-nlp
14,771
issue_to_patch
2026-05-20-ops_mm_embedding_v1_2b_en
8743ce2e153ede4851ca097825ed4972168a37a2
5322dd1d1b835a0308ab8ef7847ca8025aee2e7a
diff --git a/docs/_posts/danilojsl/2026-05-20-ops_mm_embedding_v1_2b_en.md b/docs/_posts/danilojsl/2026-05-20-ops_mm_embedding_v1_2b_en.md new file mode 100644 index 00000000000000..f7cba2f4a642cc --- /dev/null +++ b/docs/_posts/danilojsl/2026-05-20-ops_mm_embedding_v1_2b_en.md @@ -0,0 +1,126 @@ +--- +layout: model +ti...
[ "docs/_posts/danilojsl/2026-05-20-ops_mm_embedding_v1_2b_en.md" ]
[]
true
JohnSnowLabs/spark-nlp
14,770
issue_to_patch
[SPARKNLP-1378] HTMLReader Default Headers Error
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> This PR fixes the HTML reader headers handling by normalizing Java and Scala map values into a Java map on the driver before they are used inside reader and partitioning code. It also add...
c137ddea1e9f9e240094666390dc74f9585a1d58
3654d7baa95717a873a0a1083275367ed31ede51
diff --git a/src/main/scala/com/johnsnowlabs/partition/HasHTMLReaderProperties.scala b/src/main/scala/com/johnsnowlabs/partition/HasHTMLReaderProperties.scala index 7867e5589672f1..5c55f1f183ed72 100644 --- a/src/main/scala/com/johnsnowlabs/partition/HasHTMLReaderProperties.scala +++ b/src/main/scala/com/johnsnowlabs/p...
[ "python/test/partition/partition_test.py", "python/test/partition/partition_transformer_test.py", "python/test/reader/reader2doc_test.py", "python/test/reader/reader2image_test.py", "python/test/reader/reader2table_test.py", "python/test/reader/readerassembler_test.py", "src/main/scala/com/johnsnowlabs/...
[]
diff --git a/python/test/partition/partition_test.py b/python/test/partition/partition_test.py index 8bd428ce5864cc..223e72553a97d5 100644 --- a/python/test/partition/partition_test.py +++ b/python/test/partition/partition_test.py @@ -111,8 +111,11 @@ def runTest(self): html_df = Partition(content_type = "text...
true
JohnSnowLabs/spark-nlp
14,769
issue_to_patch
Update ResourceDownloader.scala
This Pr aims to fix the bugs with the engine parameter in pretrained?
bd8d7983f21ab1406d563ec23a9491b050ab9139
c50ee971ca275f42840411ae74a4cf90adc3177a
diff --git a/src/main/scala/com/johnsnowlabs/nlp/pretrained/ResourceDownloader.scala b/src/main/scala/com/johnsnowlabs/nlp/pretrained/ResourceDownloader.scala index 5e08fbcabb060a..34d97d46365f49 100644 --- a/src/main/scala/com/johnsnowlabs/nlp/pretrained/ResourceDownloader.scala +++ b/src/main/scala/com/johnsnowlabs/n...
[ "src/main/scala/com/johnsnowlabs/nlp/pretrained/ResourceDownloader.scala" ]
[]
true
JohnSnowLabs/spark-nlp
14,765
issue_to_patch
2026-05-06-modernbert_base_onnx_en
42b62f6c52367e7416cdce41ee904403caea7ed9
53377650ba151d94d773af171c011e9b49138579
diff --git a/docs/_posts/AbdullahMubeenAnwar/2026-05-06-modernbert_base_onnx_en.md b/docs/_posts/AbdullahMubeenAnwar/2026-05-06-modernbert_base_onnx_en.md new file mode 100644 index 00000000000000..3d44705e7da49e --- /dev/null +++ b/docs/_posts/AbdullahMubeenAnwar/2026-05-06-modernbert_base_onnx_en.md @@ -0,0 +1,125 @@...
[ "docs/_posts/AbdullahMubeenAnwar/2026-05-06-modernbert_base_onnx_en.md" ]
[]
true
JohnSnowLabs/spark-nlp
14,767
issue_to_patch
[SPARKNLP-1359] Implement BiEncoderMultimodalEmbeddings
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> This PR adds `BiEncoderMultimodalEmbeddings`, a new Spark NLP annotator for dual-encoder multimodal embedding workflows. The annotator accepts aligned `DOCUMENT` and `IMAGE` annotation...
cca0c97cc04c303bccc86ef0d6deede103e393e1
e0eee4c7ef22fdadfeb092dc182474d6c933b617
diff --git a/python/sparknlp/annotator/embeddings/__init__.py b/python/sparknlp/annotator/embeddings/__init__.py index ec2ac50c0363a1..e4539cb90ae080 100644 --- a/python/sparknlp/annotator/embeddings/__init__.py +++ b/python/sparknlp/annotator/embeddings/__init__.py @@ -43,4 +43,5 @@ from sparknlp.annotator.embeddings...
[ "python/sparknlp/annotator/embeddings/__init__.py", "python/sparknlp/annotator/embeddings/bi_encoder_multimodal_embeddings.py", "python/sparknlp/internal/__init__.py", "python/test/annotator/embeddings/bi_encoder_multimodal_embeddings_test.py", "src/main/scala/com/johnsnowlabs/ml/ai/BiEncoderMultimodal.scal...
[]
diff --git a/python/test/annotator/embeddings/bi_encoder_multimodal_embeddings_test.py b/python/test/annotator/embeddings/bi_encoder_multimodal_embeddings_test.py new file mode 100644 index 00000000000000..aa350c4c386cc7 --- /dev/null +++ b/python/test/annotator/embeddings/bi_encoder_multimodal_embeddings_test.py @@ -0...
true
JohnSnowLabs/spark-nlp
14,764
issue_to_patch
Add LateChunkEmbeddings annotator
<!--- Provide a general summary of your changes in the Title above --> ## Description Implements a new `LateChunkEmbeddings` annotator based on the Late Chunking technique described in [Jin et al. (2024), arXiv:2409.04701](https://arxiv.org/abs/2409.04701). Unlike `ChunkEmbeddings`, which embeds each chunk in is...
cca0c97cc04c303bccc86ef0d6deede103e393e1
c0f2bd40a0f52d1afe855bf76cab3ad0b31b3fbe
diff --git a/docs/en/annotator_entries/LateChunkEmbeddings.md b/docs/en/annotator_entries/LateChunkEmbeddings.md new file mode 100644 index 00000000000000..7a84b07b4bea71 --- /dev/null +++ b/docs/en/annotator_entries/LateChunkEmbeddings.md @@ -0,0 +1,193 @@ +{%- capture title -%} +LateChunkEmbeddings +{%- endcapture -%...
[ "docs/en/annotator_entries/LateChunkEmbeddings.md", "docs/en/annotators.md", "examples/python/annotation/text/english/embeddings/LateChunkEmbeddings.ipynb", "python/sparknlp/annotator/embeddings/__init__.py", "python/sparknlp/annotator/embeddings/late_chunk_embeddings.py", "python/test/annotator/embedding...
[]
diff --git a/python/test/annotator/embeddings/late_chunk_embeddings_test.py b/python/test/annotator/embeddings/late_chunk_embeddings_test.py new file mode 100644 index 00000000000000..0ec27ef398aed0 --- /dev/null +++ b/python/test/annotator/embeddings/late_chunk_embeddings_test.py @@ -0,0 +1,294 @@ +# Copyright 2017-2...
true
JohnSnowLabs/spark-nlp
14,763
issue_to_patch
[SPARKNLP-1369] Fix cloud pretrained cache handling for large models
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> This PR fixes failures when `cache_pretrained` points to cloud storage and pretrained resources are downloaded directly into S3, GCS, or Azure-backed cache locations. It also adds a de...
cca0c97cc04c303bccc86ef0d6deede103e393e1
f39870e1b09cc5c5a48c777daa867dcb55462a35
diff --git a/docs/api/com/johnsnowlabs/nlp/annotators/ner/dl/NerDLGraphChecker.html b/docs/api/com/johnsnowlabs/nlp/annotators/ner/dl/NerDLGraphChecker.html index fbe4ffe9a35f10..7c1da9df92f403 100644 --- a/docs/api/com/johnsnowlabs/nlp/annotators/ner/dl/NerDLGraphChecker.html +++ b/docs/api/com/johnsnowlabs/nlp/annota...
[ "docs/api/com/johnsnowlabs/nlp/annotators/ner/dl/NerDLGraphChecker.html", "docs/api/com/johnsnowlabs/nlp/annotators/ner/dl/index.html", "docs/api/python/_api/sparknlp.annotator.ner.ner_dl_graph_checker.html", "docs/api/python/modules/sparknlp/annotator/ner/ner_dl_graph_checker.html", "docs/api/python/refere...
[]
true
JohnSnowLabs/spark-nlp
14,762
issue_to_patch
updated GetFewShotexamples to handle multiple cases in MedicalLLMEnti…
There is an issue when pasing exmaple sentences in colab to the annotator since the scala doesn't handle all type of inputs , this PR imporves upon the ability to handle different input cases for GetFewShotExamples
cca0c97cc04c303bccc86ef0d6deede103e393e1
eb9d3f0d562eea13d46eb66f53962adbc7a52586
diff --git a/src/main/scala/com/johnsnowlabs/nlp/annotators/ner/dl/LLMEntityExtractor.scala b/src/main/scala/com/johnsnowlabs/nlp/annotators/ner/dl/LLMEntityExtractor.scala index ed9ee612731788..cdba97e11cff6e 100644 --- a/src/main/scala/com/johnsnowlabs/nlp/annotators/ner/dl/LLMEntityExtractor.scala +++ b/src/main/sca...
[ "src/main/scala/com/johnsnowlabs/nlp/annotators/ner/dl/LLMEntityExtractor.scala" ]
[]
true
JohnSnowLabs/spark-nlp
14,760
issue_to_patch
Add multimodal image support to VectorDBConnector
<!--- Provide a general summary of your changes in the Title above --> ## Description Introduces a `modalityMode` parameter (`text` | `image`) to `VectorDBConnector`, enabling IMAGE + SENTENCE_EMBEDDINGS pipelines alongside the existing DOCUMENT + SENTENCE_EMBEDDINGS flow. ## Motivation and Context VectorDBCo...
cca0c97cc04c303bccc86ef0d6deede103e393e1
4932af117ba38ad69d090624e195323a3fd3bdb5
diff --git a/docs/en/annotator_entries/VectorDBConnector.md b/docs/en/annotator_entries/VectorDBConnector.md index a3348a6001b041..8123e0aeae1645 100644 --- a/docs/en/annotator_entries/VectorDBConnector.md +++ b/docs/en/annotator_entries/VectorDBConnector.md @@ -5,39 +5,34 @@ VectorDBConnector {%- capture description ...
[ "docs/en/annotator_entries/VectorDBConnector.md", "python/sparknlp/annotator/vector_db/vector_db_connector.py", "src/main/scala/com/johnsnowlabs/ml/ai/VectorDBConnector.scala", "src/test/scala/com/johnsnowlabs/ml/ai/VectorDBConnectorMultimodalTest.scala" ]
[]
diff --git a/src/test/scala/com/johnsnowlabs/ml/ai/VectorDBConnectorMultimodalTest.scala b/src/test/scala/com/johnsnowlabs/ml/ai/VectorDBConnectorMultimodalTest.scala new file mode 100644 index 00000000000000..1135db2210f6a4 --- /dev/null +++ b/src/test/scala/com/johnsnowlabs/ml/ai/VectorDBConnectorMultimodalTest.scala...
true
JohnSnowLabs/spark-nlp
14,756
issue_to_patch
Update llama_cpp_in_Spark_NLP_LLMEntityExtractor.ipynb
cca0c97cc04c303bccc86ef0d6deede103e393e1
b6b181d17a07a4f881c308e0d8d402b2a282aafa
diff --git a/docs/en/annotator_entries/LLMEntityExtractor.md b/docs/en/annotator_entries/LLMEntityExtractor.md index 3383aea73603d2..2b5f2dfdae13b0 100644 --- a/docs/en/annotator_entries/LLMEntityExtractor.md +++ b/docs/en/annotator_entries/LLMEntityExtractor.md @@ -46,7 +46,7 @@ according to your hardware to avoid out...
[ "docs/en/annotator_entries/LLMEntityExtractor.md", "examples/python/llama.cpp/llama_cpp_in_Spark_NLP_LLMEntityExtractor.ipynb" ]
[]
true
JohnSnowLabs/spark-nlp
14,695
issue_to_patch
fix tags
Ensured that each Markdown file’s engine tag matches the value specified in its engine field. Removed any extra engine tags from the tags section. Limitations Most model cards (60k+) do not have an engine field defined in their YAML front matter.
cca0c97cc04c303bccc86ef0d6deede103e393e1
14d67c732a6f2ea7cea0b128d4d10efab21f1574
diff --git a/docs/_posts/ahmedlone127/2024-08-30-camembert_base_qa_fquad_fr.md b/docs/_posts/ahmedlone127/2024-08-30-camembert_base_qa_fquad_fr.md index 268914282fb94f..a7ba9a85ad0630 100644 --- a/docs/_posts/ahmedlone127/2024-08-30-camembert_base_qa_fquad_fr.md +++ b/docs/_posts/ahmedlone127/2024-08-30-camembert_base_...
[ "docs/_posts/ahmedlone127/2024-08-30-camembert_base_qa_fquad_fr.md", "docs/_posts/ahmedlone127/2024-09-10-distilbert_token_classifier_base_uncased_finetuned_conll03_english_en.md", "docs/_posts/ahmedlone127/2024-09-12-mpnet_base_question_answering_squad2_en.md", "docs/_posts/ahmedlone127/2024-09-12-mpnet_sequ...
[]
diff --git a/docs/_posts/ahmedlone127/2025-05-22-twitter_roberta_base_sentiment_latest_en.md b/docs/_posts/ahmedlone127/2025-05-22-twitter_roberta_base_sentiment_latest_en.md index 2962f3cf35ea0a..48cad2f48e2760 100644 --- a/docs/_posts/ahmedlone127/2025-05-22-twitter_roberta_base_sentiment_latest_en.md +++ b/docs/_pos...
true
JohnSnowLabs/spark-nlp
14,689
issue_to_patch
Adding perfered engine to pretrained and minor fixes
This Pr introduces two new mechanisms for pretrained models: 1. Pretrained models will be filtered by annotator class first, before downloading (in case there are duplicate names for different annotators) 2. a new parameter for .pretrained() called `engine` it will allow users to specify which enigne they would per...
cca0c97cc04c303bccc86ef0d6deede103e393e1
59ee31ed77bc42a0a3917bc72a422cef23f27c89
diff --git a/python/sparknlp/annotator/classifier_dl/deberta_for_sequence_classification.py b/python/sparknlp/annotator/classifier_dl/deberta_for_sequence_classification.py index 9ca03167f9ed7b..c61c09d97975bb 100755 --- a/python/sparknlp/annotator/classifier_dl/deberta_for_sequence_classification.py +++ b/python/spark...
[ "python/sparknlp/annotator/classifier_dl/deberta_for_sequence_classification.py", "python/sparknlp/annotator/classifier_dl/xlm_roberta_for_sequence_classification.py", "python/sparknlp/annotator/cv/florence2_transformer.py", "python/sparknlp/annotator/cv/gemma3_for_multimodal.py", "python/sparknlp/annotator...
[]
diff --git a/python/test/annotator/embeddings/camembert_embeddings_test.py b/python/test/annotator/embeddings/camembert_embeddings_test.py index a9795b7c68c550..a6d72a797eb4a8 100644 --- a/python/test/annotator/embeddings/camembert_embeddings_test.py +++ b/python/test/annotator/embeddings/camembert_embeddings_test.py @...
true
JohnSnowLabs/spark-nlp
14,752
issue_to_patch
[SPARKNLP-1328] Handle HTML/image fetch failures
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> This PR improves reader robustness for batch workloads. In large ETL and document processing jobs, a single unreachable HTML page or broken remote image should not fail the entire batch....
3fefe862ee2fd007d03c1122020766b8d6e32a85
a9c4e6b770ff2d5a519c59c289a17fb3f8045d81
diff --git a/python/sparknlp/reader/__init__.py b/python/sparknlp/reader/__init__.py index 963b397134c3d4..be550810f6d120 100644 --- a/python/sparknlp/reader/__init__.py +++ b/python/sparknlp/reader/__init__.py @@ -16,3 +16,5 @@ from sparknlp.reader.reader_assembler import * from sparknlp.reader.layout_aligner_for_vi...
[ "python/sparknlp/reader/__init__.py", "src/main/scala/com/johnsnowlabs/partition/HasHTMLReaderProperties.scala", "src/main/scala/com/johnsnowlabs/reader/HTMLReader.scala", "src/main/scala/com/johnsnowlabs/reader/Reader2Image.scala", "src/main/scala/com/johnsnowlabs/reader/SparkNLPReader.scala", "src/test/...
[]
diff --git a/src/test/resources/reader/html/example-broken-image.html b/src/test/resources/reader/html/example-broken-image.html new file mode 100644 index 00000000000000..294082387683d2 --- /dev/null +++ b/src/test/resources/reader/html/example-broken-image.html @@ -0,0 +1,12 @@ +<!DOCTYPE html> +<html> +<head> + <...
true
JohnSnowLabs/spark-nlp
14,751
issue_to_patch
[SPARKNLP-1344] Adding DocumentTitleSplitter annotator
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> This PR adds a new `DocumentTitleSplitter` annotator that creates semantic DOCUMENT chunks from element level reader output by splitting on _**Title**_ elements. It is designed to work wi...
0469ab1502e5236c6079b663829ad4db6c8543a7
1cd632c0a39cd1835173c774150d549c06e13992
diff --git a/docs/en/annotator_entries/DocumentTitleSplitter.md b/docs/en/annotator_entries/DocumentTitleSplitter.md new file mode 100644 index 00000000000000..854721b3fd7571 --- /dev/null +++ b/docs/en/annotator_entries/DocumentTitleSplitter.md @@ -0,0 +1,147 @@ +{%- capture title -%} +DocumentTitleSplitter +{%- endca...
[ "docs/en/annotator_entries/DocumentTitleSplitter.md", "docs/en/annotators.md", "examples/python/data-preprocessing/SparkNLP_DocumentTitleSplitter_Demo.ipynb", "python/sparknlp/annotator/__init__.py", "python/sparknlp/annotator/document_title_splitter.py", "python/test/annotator/document_title_splitter_tes...
[]
diff --git a/python/test/annotator/document_title_splitter_test.py b/python/test/annotator/document_title_splitter_test.py new file mode 100644 index 00000000000000..48c673fda581d6 --- /dev/null +++ b/python/test/annotator/document_title_splitter_test.py @@ -0,0 +1,60 @@ +# Copyright 2017-2026 John Snow Labs +# +# Li...
true
JohnSnowLabs/spark-nlp
14,755
issue_to_patch
Readers Support Files Enhancements
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> Merged PRs: - https://github.com/JohnSnowLabs/spark-nlp/pull/14749 - https://github.com/JohnSnowLabs/spark-nlp/pull/14750 ## Motivation and Context <!--- Why is this change required...
3fefe862ee2fd007d03c1122020766b8d6e32a85
07bbaa36927ed71df2694212801c81260e9f9ff5
diff --git a/docs/en/unstructured_data_extraction.md b/docs/en/unstructured_data_extraction.md index c998b0ac1ce21b..d3bc32f00cadc7 100644 --- a/docs/en/unstructured_data_extraction.md +++ b/docs/en/unstructured_data_extraction.md @@ -5,7 +5,7 @@ seotitle: Unstructured Data Extraction title: Unstructured Data Extracti...
[ "docs/en/unstructured_data_extraction.md", "python/sparknlp/reader/sparknlp_reader.py", "python/test/reader/reader2doc_test.py", "src/main/scala/com/johnsnowlabs/partition/Partition.scala", "src/main/scala/com/johnsnowlabs/partition/util/PartitionHelper.scala", "src/main/scala/com/johnsnowlabs/reader/Epub...
[]
diff --git a/python/test/reader/reader2doc_test.py b/python/test/reader/reader2doc_test.py index 05ad27b32bea77..8eef402e566e8d 100644 --- a/python/test/reader/reader2doc_test.py +++ b/python/test/reader/reader2doc_test.py @@ -92,6 +92,31 @@ def runTest(self): self.assertTrue(result_df.select("document").count...
true
JohnSnowLabs/spark-nlp
14,750
issue_to_patch
[SPARKNLP-1347] Adding Support for Rich Text Format
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> - Add a new `RTFReader` to parse `.rtf` files into Spark NLP reader elements. - Wire `.rtf` / `text/rtf` support through `SparkNLPReader`, `Reader2Doc`, and `ReaderAssembler`. ## ...
e47cd804ac4f539b48a3a2489043a6bf1765083c
07bbaa36927ed71df2694212801c81260e9f9ff5
diff --git a/docs/en/unstructured_data_extraction.md b/docs/en/unstructured_data_extraction.md index 28852d238b6680..d3bc32f00cadc7 100644 --- a/docs/en/unstructured_data_extraction.md +++ b/docs/en/unstructured_data_extraction.md @@ -5,7 +5,7 @@ seotitle: Unstructured Data Extraction title: Unstructured Data Extracti...
[ "docs/en/unstructured_data_extraction.md", "python/test/reader/reader2doc_test.py", "src/main/scala/com/johnsnowlabs/partition/Partition.scala", "src/main/scala/com/johnsnowlabs/partition/util/PartitionHelper.scala", "src/main/scala/com/johnsnowlabs/reader/HasReaderContent.scala", "src/main/scala/com/john...
[]
diff --git a/python/test/reader/reader2doc_test.py b/python/test/reader/reader2doc_test.py index 05ad27b32bea77..8eef402e566e8d 100644 --- a/python/test/reader/reader2doc_test.py +++ b/python/test/reader/reader2doc_test.py @@ -92,6 +92,31 @@ def runTest(self): self.assertTrue(result_df.select("document").count...
true
JohnSnowLabs/spark-nlp
14,749
issue_to_patch
[SPARKNLP-1346] Adding support for Epub files to readers
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> This PR adds high-level EPUB support to the reader stack and wires it into the existing ingestion APIs. At a high level, the change introduces a new EpubReader that: - Opens EPUB...
3fefe862ee2fd007d03c1122020766b8d6e32a85
e47cd804ac4f539b48a3a2489043a6bf1765083c
diff --git a/docs/en/unstructured_data_extraction.md b/docs/en/unstructured_data_extraction.md index c998b0ac1ce21b..28852d238b6680 100644 --- a/docs/en/unstructured_data_extraction.md +++ b/docs/en/unstructured_data_extraction.md @@ -5,7 +5,7 @@ seotitle: Unstructured Data Extraction title: Unstructured Data Extracti...
[ "docs/en/unstructured_data_extraction.md", "python/sparknlp/reader/sparknlp_reader.py", "src/main/scala/com/johnsnowlabs/partition/Partition.scala", "src/main/scala/com/johnsnowlabs/reader/EpubReader.scala", "src/main/scala/com/johnsnowlabs/reader/HasReaderContent.scala", "src/main/scala/com/johnsnowlabs/...
[]
diff --git a/src/test/resources/reader/epub/sample.epub b/src/test/resources/reader/epub/sample.epub new file mode 100644 index 00000000000000..b8bf4efb100589 Binary files /dev/null and b/src/test/resources/reader/epub/sample.epub differ diff --git a/src/test/scala/com/johnsnowlabs/partition/PartitionTest.scala b/src/t...
true
JohnSnowLabs/spark-nlp
14,748
issue_to_patch
[SPARKNLP-1342] Adding support for TSV files to readers
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> This PR adds TSV support to the reader flow so tab-separated files can be ingested in the same general way as CSV files. It also expands test coverage around structured file ingestion to...
12605cbd7afe2124b2e67547d419eefda1d604c9
3fefe862ee2fd007d03c1122020766b8d6e32a85
diff --git a/docs/en/annotator_entries/Reader2Doc.md b/docs/en/annotator_entries/Reader2Doc.md index a2d4b8d0f38565..29f89f4d228766 100644 --- a/docs/en/annotator_entries/Reader2Doc.md +++ b/docs/en/annotator_entries/Reader2Doc.md @@ -8,6 +8,7 @@ The Reader2Doc annotator enables seamless integration of document reading...
[ "docs/en/annotator_entries/Reader2Doc.md", "docs/en/annotator_entries/Reader2Table.md", "docs/en/annotator_entries/ReaderAssembler.md", "docs/en/unstructured_data_extraction.md", "src/main/scala/com/johnsnowlabs/partition/Partition.scala", "src/main/scala/com/johnsnowlabs/partition/util/PartitionHelper.sc...
[]
diff --git a/src/test/resources/reader/tsv/stanley-cups.tsv b/src/test/resources/reader/tsv/stanley-cups.tsv new file mode 100644 index 00000000000000..049b11def9db84 --- /dev/null +++ b/src/test/resources/reader/tsv/stanley-cups.tsv @@ -0,0 +1,4 @@ +Team Location Stanley Cups +Blues STL 1 +Flyers PHI 2 +Maple Leafs TO...
true
JohnSnowLabs/spark-nlp
14,747
issue_to_patch
[SPARKNLP-1342] Adding support for ODT files to readers
<!--- Provide a general summary of your changes in the Title above --> ## Description <!--- Describe your changes in detail --> This PR adds first-class support for ODT (OpenDocument Text) files in the document reader stack. - Added a dedicated `ODTReader` with the same high level behavior as `WordReader`. -...
0469ab1502e5236c6079b663829ad4db6c8543a7
b6aff6811981f5b80988588f57e05d6dee1cde44
diff --git a/docs/en/annotator_entries/Reader2Doc.md b/docs/en/annotator_entries/Reader2Doc.md index 86818f556c1b16..a2d4b8d0f38565 100644 --- a/docs/en/annotator_entries/Reader2Doc.md +++ b/docs/en/annotator_entries/Reader2Doc.md @@ -9,11 +9,14 @@ Supported File Formats: - Text: `.txt` - HTML: `.html`, `.htm` -...
[ "docs/en/annotator_entries/Reader2Doc.md", "docs/en/annotator_entries/Reader2Image.md", "docs/en/annotator_entries/Reader2Table.md", "docs/en/annotator_entries/ReaderAssembler.md", "docs/en/unstructured_data_extraction.md", "python/sparknlp/partition/partition.py", "python/sparknlp/partition/partition_t...
[]
diff --git a/python/test/partition/partition_test.py b/python/test/partition/partition_test.py index 3f11a650c9acb7..8bd428ce5864cc 100644 --- a/python/test/partition/partition_test.py +++ b/python/test/partition/partition_test.py @@ -45,6 +45,20 @@ def runTest(self): self.assertTrue(doc_file_df.select("doc")....
true