Skip to content

Commit 4b61943

Browse files
develarintellij-monorepo-bot
authored andcommitted
IJ-MR-175479 IJ-CR-146078 IJPL-209476 fast-util
GitOrigin-RevId: 87af2a3aad6e264a9b332c20ff572ec735f741f2
1 parent 0272d6a commit 4b61943

File tree

325 files changed

+420
-392
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

325 files changed

+420
-392
lines changed

.idea/modules.xml

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

RegExpSupport/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jvm_library(
2525
"//platform/lang-impl",
2626
"//platform/refactoring",
2727
"//xml/xml-psi-api:psi",
28-
"@lib//:fastutil-min",
28+
"//libraries/fastutil",
2929
"//platform/ide-core-impl",
3030
"//platform/core-ui",
3131
"//platform/util/jdom",
@@ -53,7 +53,7 @@ jvm_library(
5353
"//platform/testFramework",
5454
"//platform/testFramework:testFramework_test_lib",
5555
"//xml/xml-psi-api:psi",
56-
"@lib//:fastutil-min",
56+
"//libraries/fastutil",
5757
"//platform/ide-core-impl",
5858
"//platform/core-ui",
5959
"//platform/util/jdom",

RegExpSupport/intellij.regexp.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<orderEntry type="module" module-name="intellij.platform.refactoring" />
2626
<orderEntry type="module" module-name="intellij.platform.testFramework" scope="TEST" />
2727
<orderEntry type="module" module-name="intellij.xml.psi" />
28-
<orderEntry type="library" name="fastutil-min" level="project" />
28+
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
2929
<orderEntry type="module" module-name="intellij.platform.ide.core.impl" />
3030
<orderEntry type="module" module-name="intellij.platform.core.ui" />
3131
<orderEntry type="module" module-name="intellij.platform.util.jdom" />

build/bazel-generated-file-list.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -348,6 +348,7 @@ libraries/compose-foundation-desktop-junit
348348
libraries/compose-runtime-desktop
349349
libraries/detekt-compose-rules
350350
libraries/dokka
351+
libraries/fastutil
351352
libraries/grpc
352353
libraries/grpc-netty-shaded
353354
libraries/gson
@@ -393,8 +394,6 @@ libraries/testcontainers
393394
libraries/testng
394395
libraries/winp
395396
libraries/xerces
396-
libraries/xml-rpc
397-
libraries/xstream
398397
libraries/xz
399398
notebooks/notebook-ui
400399
notebooks/visualization

build/jvm-rules/dependency-graph/intellij.platform.jps.build.dependencyGraph.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<orderEntry type="module" module-name="intellij.libraries.caffeine" />
3131
<orderEntry type="module" module-name="intellij.libraries.asm" />
3232
<orderEntry type="module" module-name="intellij.libraries.hash4j" />
33-
<orderEntry type="library" name="fastutil-min" level="project" />
33+
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
3434
<orderEntry type="library" scope="PROVIDED" name="kotlin-stdlib" level="project" />
3535
</component>
3636
</module>

build/jvm-rules/zip/intellij.idea.community.build.zip.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<orderEntry type="sourceFolder" forTests="false" />
1010
<orderEntry type="library" name="kotlin-stdlib" level="project" />
1111
<orderEntry type="library" name="netty-buffer" level="project" />
12-
<orderEntry type="library" name="fastutil-min" level="project" />
12+
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
1313
<orderEntry type="module" module-name="intellij.libraries.hash4j" />
1414
</component>
1515
</module>

build/tasks/BUILD.bazel

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jvm_library(
1212
"//libraries/kotlinx/serialization/json",
1313
"//platform/util/zip",
1414
"@lib//:kotlinx-collections-immutable",
15-
"@lib//:fastutil-min",
15+
"//libraries/fastutil",
1616
"@lib//:opentelemetry",
1717
"@lib//:opentelemetry-semconv",
1818
"//libraries/jackson/jr-objects:libraries-jackson-jr-objects",
@@ -50,7 +50,7 @@ jvm_library(
5050
"//libraries/kotlinx/serialization/json",
5151
"//platform/util/zip",
5252
"@lib//:kotlinx-collections-immutable",
53-
"@lib//:fastutil-min",
53+
"//libraries/fastutil",
5454
"@lib//:opentelemetry",
5555
"@lib//:opentelemetry-semconv",
5656
"//libraries/jackson/jr-objects:libraries-jackson-jr-objects",

build/tasks/intellij.idea.community.build.tasks.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
<orderEntry type="module" module-name="intellij.libraries.kotlinx.serialization.json" />
3636
<orderEntry type="module" module-name="intellij.platform.util.zip" />
3737
<orderEntry type="library" name="kotlinx-collections-immutable" level="project" />
38-
<orderEntry type="library" name="fastutil-min" level="project" />
38+
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
3939
<orderEntry type="library" name="opentelemetry" level="project" />
4040
<orderEntry type="library" name="opentelemetry-semconv" level="project" />
4141
<orderEntry type="module" module-name="intellij.libraries.jackson.jr.objects" />

grid/core-impl/BUILD.bazel

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jvm_library(
3030
"//platform/editor-ui-api:editor-ui",
3131
"//platform/projectModel-api:projectModel",
3232
"//platform/analysis-api:analysis",
33-
"@lib//:fastutil-min",
33+
"//libraries/fastutil",
3434
]
3535
)
3636
### auto-generated section `build intellij.grid.core.impl` end

grid/core-impl/intellij.grid.core.impl.iml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@
2525
<orderEntry type="module" module-name="intellij.platform.editor.ui" />
2626
<orderEntry type="module" module-name="intellij.platform.projectModel" />
2727
<orderEntry type="module" module-name="intellij.platform.analysis" />
28-
<orderEntry type="library" name="fastutil-min" level="project" />
28+
<orderEntry type="module" module-name="intellij.libraries.fastutil" />
2929
</component>
3030
</module>

0 commit comments

Comments
 (0)