-
Notifications
You must be signed in to change notification settings - Fork 323
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
engine-runner and language-server are separate JPMS modules #10823
Merged
Merged
Changes from all commits
Commits
Show all changes
275 commits
Select commit
Hold shift + click to select a range
d43e3f2
Merge remote-tracking branch 'refs/remotes/origin/wip/akirathan/impro…
Akirathan ed5cfc5
Use moduleDependencies instead of modulePath
Akirathan c5a1296
Fix compilation of editions
Akirathan 98896da
Fix compilation of distribution-manager
Akirathan 7cc3e69
polyglot-api needs to explicitly compile module-info
Akirathan ba5d2da
Fix compilationOrder in library-manager and edition-updater
Akirathan fb9f009
engine-runner-common is module
Akirathan f7a53c1
JPMSPlugin provides default implementation of compileModuleInfo
Akirathan 7c55887
Remove unused setting key from JPMSUtils.compileModuleInfo
Akirathan 16bb900
JPMSPlugin has internalModuleDependencies and exportedModule tasks.
Akirathan b61a7b7
Use BuildVersion instead of buildInfo
Akirathan ac46ecd
Manual compilation of module-info.java is reported as warning
Akirathan 218ab07
Define org.enso.scalalibs.wrapper meta project.
Akirathan 50585fc
Fix module check in JPMSPlugin.
Akirathan de46229
version-output is a module
Akirathan 949fe5e
ydoc-server uses internalModuleDependencies
Akirathan 9b63064
persistance is module
Akirathan 0ea8b11
engine-common uses internalModuleDependencies
Akirathan 55ea57f
polyglot-api does not override compileModuleInfo task
Akirathan 25f8ec3
runtime-parser uses internalModuleDependencies
Akirathan 9ce91f8
edition-updater is module
Akirathan 32b36c0
Update moduleDependencies for distribution-manager
Akirathan 702a5ad
editions is module
Akirathan afe261b
Fix some dependencies of modules
Akirathan b00fcfa
scala-yaml is a module
Akirathan d640342
Add scala-compiler to scala-libs-wrapper
Akirathan 38e8a0a
cli depends on scala-library module
Akirathan 80a7d94
Add dependencies for distribution-manager module
Akirathan 3fd51fb
Add some scala-library dependencies in some modules
Akirathan 1b37040
engine-runner uses internalModuleDependencies
Akirathan 0820a43
Fix module dependencies of library-manager
Akirathan 7feaf03
Rename org.enso.scalalibs.wrapper to org.enso.scala.wrapper
Akirathan 8d60965
Add jsoniter-scala-macros to org.enso.scala.wrapper fat module
Akirathan 9db3799
Fix dependencies of some projects
Akirathan b89c113
polyglot-api does not depend on truffle-api
Akirathan 479fa2f
Fix dependencies of some projects
Akirathan 94b37b8
runtime does not use com.google.common
Akirathan e9d558b
runtime is a module
Akirathan 21dc341
text-buffer is a module
Akirathan efdb8aa
refactoring-utils is a module
Akirathan c0f1ae7
runtime-compiler is a module
Akirathan a218661
runtime-instrument-common is a module
Akirathan d84fbf5
connected-lock-manager is a module
Akirathan beb1cf3
JPMSUtils reports project name in some error messages
Akirathan 5ea093a
Modularize some instruments
Akirathan 28f417a
module-info compilation is cached
Akirathan 861c9f0
runtime-instrument-runtime-server is module
Akirathan eb734fa
runtime-language-epb is module
Akirathan 2bc70d4
Remove runtime-fat-jar
Akirathan 76d21cc
engine-runner is not a fat jar
Akirathan f0dac21
JPMSPlugin defines exportedModuleBin task
Akirathan a04254b
Redefine componentModulesPaths task
Akirathan 58ec090
interpreter-dsl is module
Akirathan e106c34
Redefine componentModulesPaths task
Akirathan 047a258
fmt sbt
Akirathan 5d8565f
scala-libs-wrapper is a modular fat jar
Akirathan aa61993
Add some module deps to org.enso.runtime
Akirathan c6ac4a3
engine-runner is not a fat jar
Akirathan 1618e9b
Rename package in logging-config
Akirathan 56c9fe8
Rename package in logging-service
Akirathan f6b529d
Rename package in logging-service-logback
Akirathan 0e736cb
Fix dependencies of exportedModuleBin task
Akirathan 42fe736
Mixed projects have own compileJava task
Akirathan b508d00
Fix definition of exportedModule task.
Akirathan e814ccc
Remove usages of non-existing buildInfo and replace it with BuildVersion
Akirathan 4e78e46
Fix some dependencies of org.enso.runtime module
Akirathan b13c45b
module-info compilation is handled directly by FrgaalCompiler
Akirathan 103c9c3
module-info compilation is forced for projects that has only Scala so…
Akirathan 426146b
Fix compilation of org.enso.runtime
Akirathan 4b1f0d6
manual module-info compilation is not a warning
Akirathan c7b51da
Rename packages in logging-utils-akka
Akirathan 0632194
Create org.enso.language.server.deps.wrapper module
Akirathan 1674eed
language-server is module
Akirathan 44a9352
Creat akka-wrapper modular fat jar
Akirathan 538c658
fmt
Akirathan 7079e0b
Define common settings for modularFatJarWrapper
Akirathan 98e1cfc
Fix compilation of json-rpc-server
Akirathan 66b61b4
Use akka and zio wrappers
Akirathan a520859
language-server depends on org.eclipse.jgit
Akirathan 8dfc76e
Fix some dependencies - update library manifests works now!
Akirathan a714886
update library manifests invokes runner directly
Akirathan d945129
buildEngineDistribution does not copy runner.jar
Akirathan d3e57e4
Remove EngineRunnerBootLoader
Akirathan 71ff6fd
Fix compilation of std libs
Akirathan 3acc382
--patch-module and --add-exports are also passed to javac
Akirathan dc727e3
Rename package in runtime-integration-tests.
Akirathan b98da46
Remove usage of buildInfo
Akirathan 037c68d
FrgaalJavaCompiler can deal with non-existing module-info.java when s…
Akirathan 9712a56
Revert AliasAnalysisTest.scala
Akirathan 10c2505
Fix dependencies and java cmdline options for runtime-integration-tests
Akirathan becb3cf
Rename test package
Akirathan 4c33dda
runtime-integration-test depends on logging-service-logback/Test/compile
Akirathan f1bf7c8
Rename package in logging-service-logback/Test
Akirathan 9c73d73
Fix FrgaalJavaCompiler creation for projects
Akirathan d8ac435
Sanitize Test/javaOptions arguments
Akirathan 39d0129
Sanitize Test/javaOptions arguments
Akirathan 1048916
All the JPMSPlugin settings are scoped
Akirathan 545334a
Remove unused sbt tasks
Akirathan 5c18e66
modularFatJarWrapperSettings do not override javacOptions
Akirathan 5091df8
Resolve issue "Cannot find TestLoggerProvider" in runtime-integration…
Akirathan 56665fc
org.enso.runtime module is open
Akirathan f84f444
Test that test classes are unconditionally opened and exported
Akirathan be361dc
polyglot-api-macros is a module
Akirathan 108e721
JPMSPlugin handles --add-opens cmdline option
Akirathan 3261d99
RuntimeServerTest ensures instruments are initialized
Akirathan b9f100e
Add some exports to org.enso.runtime.compiler
Akirathan 16124d9
Add instruments on module-path to runtime-integration-tests
Akirathan c55cd50
Replace TestLogProviderOnClassPath with TestLogProviderOnModulePath
Akirathan 4fe2997
Replace buildInfo with BuildVersion
Akirathan 732b342
Add jpms-wrapper-scalatest
Akirathan 5572b60
ReportLogsOnFailure is in non-modular testkit project
Akirathan ee61079
Add necessary dependencies to testkit project
Akirathan 99dfd97
Revert "Add jpms-wrapper-scalatest"
Akirathan 9d8b564
modularize filewatcher and wrap its dependencies
Akirathan 8da4a42
Initial fix for language-server/test
Akirathan 7934e39
frgaal compiler setting are scoped for Compile and Test
Akirathan 09cd2f4
Rename package in language-server/test
Akirathan 6de5bb6
Exclude com.sun.jna from wrapper jars
Akirathan 4fe7e7e
Rename package in library-manager-test
Akirathan f235b1a
testkit is an automatic module
Akirathan 96d6fb8
process-utils is module
Akirathan ab062a0
akka-wrapper contains akka-http
Akirathan ec6bb6a
Some fixes for library-manager-test
Akirathan 5625428
Fix dependencies for akka-wrapper
Akirathan 4d4ced4
scala-libs-wrapper exports shapeless
Akirathan 155eb40
lang server deps wrapper exports pureconfig
Akirathan 5bb3130
json-rpc-server requires org.slf4j
Akirathan 607a9ee
Add some dependencies
Akirathan 5a70148
lang server deps wrapper exports pureconfig.generic
Akirathan 0f3ee8b
language server test requires bouncycastle provider
Akirathan a11691a
language server depends on cli
Akirathan 39b3a24
directory-watcher wrapper requires org.slf4j
Akirathan 716ccc7
WatcherAdapter logs unsuccessful initialization errors
Akirathan d05af75
Fix error reporting in WatcherAdapter
Akirathan 3f1ac64
Fix rest of the language-server tests
Akirathan 0e8ce68
language-server-deps-wrapper depends on scala-libs-wrapper
Akirathan 354fe1c
Fix rest of the language-server tests
Akirathan 43c15a4
Missing module-info.class in an internal project is a warning, not an…
Akirathan 7b6cf31
Rename jpms-methvin-directory-watcher-wrapper to a simpler name
Akirathan 6484050
compileOrder has to be specified before libraryDependencies
Akirathan c1119c1
exclude module-info.java from polyglot-api-macros
Akirathan aebb1b9
Remove temporary logging in customFrgaalCompilerSettings
Akirathan 9e716d5
Fix compilation of logging-service-logback
Akirathan 5b68a64
Fix compilation of runtime-benchmarks
Akirathan d5f8444
Fix runtime-benchmarks/run
Akirathan 426c212
HostClassLoader delegates to org.graalvm.polyglot class loader if org…
Akirathan 3e62dda
org.enso.runtime.lnaguage.epb module must be opened to allow it to be…
Akirathan 0b746cf
fmt
Akirathan 595028c
Merge branch 'develop' into wip/akirathan/10157-lang-server-module
Akirathan 4dacbaa
Fix afetr merge
Akirathan 754c712
Add module deps after merge
Akirathan e52724d
Print stack trace of the uncaught exception from the annotation proce…
Akirathan ebf8c0f
Merge branch 'develop' into wip/akirathan/10157-lang-server-module
Akirathan 1927048
Remove akka-actor-typed from akka-wrapper
Akirathan acc41b7
runtime-instrument-common depends on slf4j
Akirathan c43797b
Fix module-path for runtime-instrument-repl-debugger
Akirathan e187538
runtime-benchmarks depends on runtime-language-arrow
Akirathan da63f66
--module-path is passed directly to frgaal
Akirathan f64cc2e
Fix some module-related cmd line options for std-benchmarks
Akirathan 1fc6924
Revert "--module-path is passed directly to frgaal"
Akirathan 33032cc
Avoid closing of System.err when closing Context
JaroslavTulach acb3308
Avoid processing altogether when requested annotations are empty
JaroslavTulach 71563e4
Pass shouldNotLimitModules opt to frgaal
Akirathan 0871cab
Pass module-path and add-modules options with -J prefix to frgaal
Akirathan ddb46f6
BenchProcessor annotation processor creates its own truffle module layer
Akirathan bca316f
bench-processor and benchmarks-common are modules
Akirathan 2c65cb8
fmt
Akirathan f8e8902
Merge branch 'develop' into wip/akirathan/10157-lang-server-module
Akirathan f3347ca
Fix after mege
Akirathan 70c1d43
Enable JMH annotation processor
Akirathan 259cc9c
Fix compileOrder in some projects
Akirathan 5be420c
Insert TruffleBoundary to QualifiedName.
Akirathan f63b0e7
Fix building of engine-runner native image
Akirathan dcef5e5
Add more deps to the native image
Akirathan 40770f4
Force module-info compilation in instruments.
Akirathan a7ddd02
Don't run engine-runner/assembly from Rust build script
Akirathan 64aa1e1
Merge branch 'develop' into wip/akirathan/10157-lang-server-module
Akirathan 04495ec
Update docs of JPMSPlugin
Akirathan c897666
fmt
Akirathan 432d708
runtime-benchmarks depends on benchmarks-common module
Akirathan 5f3fc68
Fix benchmark report writing
Akirathan f6aa7ac
std-benchmarks annot processing does not take settings from runtime-b…
Akirathan 9af6e9f
Suppress interpreter only warning in annotation processor
Akirathan 672fbeb
Runtime version manager does not expect runtime.jar fat jar
Akirathan 9cb6b77
fmt
Akirathan b8e2737
Fix module entry point
Akirathan 059daec
Move some polyglot tests to runtime-integration-tests.
Akirathan 59f3f45
pkg has no dependency on org.graalvm.truffle
Akirathan a37952c
Fix compiler dependencies test
Akirathan 1dbe76f
Rename all runtime.jar in fake releases
Akirathan ff464ed
Add language-server with dependencies to component dir
Akirathan 8a4082f
No module-info.class in target dir is warning not error
Akirathan 12607ca
language-server does not depend on netbeans lookup uitl
Akirathan cf3c810
Declare LanguageServerApi service provider in module-info
Akirathan 67f975a
connected-lock-manager-server is JPMS module
Akirathan d55f444
task-progress-notifications is module
Akirathan cdf9b3a
Add fansi-wrapper module
Akirathan 9e0ea14
Fix compilation of connected-lock-manager-server
Akirathan cb98940
Define correct Test/internalModuleDependencies for project-manager
Akirathan 6c9c935
fmt
Akirathan 70ad753
Fix LauncherRunnerSpec - no runtime.jar
Akirathan 9418a8b
Add fansi-wrapper to runtime-integration-tests and runtime-benchmarks
Akirathan 55ecdf9
Fix engine-runner native image build
Akirathan fafa7de
Use newer JNA version - fixes running of hyperd
Akirathan 3ac8b87
DRY
hubertp 9af0a28
scala-compiler DRY
hubertp 927f236
fmt
hubertp fba7b69
More build.sbt refactoring
hubertp e774f3a
Include runtime-instrument-id-execution in engine-runner native image
Akirathan b1d0898
TruffleBoundary for QualifiedName.toString
Akirathan 6be2ff4
Finding a needle in a haystack
hubertp 9421e29
More scala-library DRY
hubertp 7d349c1
more mixed-java/scala goodies
hubertp 4e58344
Merge branch 'develop' into wip/akirathan/10157-lang-server-module
Akirathan 31290d1
Fix compilation of syntax-rust-definition
Akirathan 83ef8ae
Test that engine-runner does not depend on language-server
Akirathan 38ad13c
Append rather than assign `moduleDependencies`
hubertp cf99104
Replace : with File.pathSeparator
Akirathan 427428e
[WIP] Make logging in ProjectService more verbose
Akirathan 6dd405d
language-server/test didn't start because of missing lookup and fansi…
JaroslavTulach c5404eb
Formatting
JaroslavTulach 3c9dd94
org.enso.cli.task.notifications needs Akka and Circe to link
JaroslavTulach a7b9b05
project-manager/test depends on buildEngineDistribution
hubertp fc6f53d
[WIP] Even more verbose logging for creating projects
Akirathan 1774870
Merge remote-tracking branch 'origin/wip/akirathan/10157-lang-server-…
Akirathan a7067c8
[WIP] Even more verbose logging for creating projects
Akirathan 939e452
Revert "[WIP] Even more verbose logging for creating projects"
Akirathan 63bc656
Revert "[WIP] Even more verbose logging for creating projects"
Akirathan fb7b7d8
Revert "[WIP] Make logging in ProjectService more verbose"
Akirathan d21c0d3
All the project with JPMSPlugin has stripped artifact names
Akirathan eebe4f4
Revert all placeholder fake release components to runtime.jar without…
Akirathan 8861dab
Eliminate a cross version hack
hubertp 57be99e
Address SBT lint warnings
hubertp edaa436
Revert "Eliminate a cross version hack"
Akirathan b823946
logging-service-logback is mixedJavaScalaProject
Akirathan 6f1b855
fmt
Akirathan 8eb3ea4
Stripped artifact name contains classifier.
Akirathan cb6b732
Don't use LocalProject unless really needed
hubertp dbae910
Add more logging when BenchProcessor fails
Akirathan bcfb6d7
logging-service-logback is not mixed project
Akirathan 10dc148
Work with java.io.File.getPath to avoid mixing slash and backslash on…
JaroslavTulach 09713bd
Reapply "Eliminate a cross version hack"
hubertp 97d941c
Pass scalaBinaryVersion correctly
hubertp 8b043b4
Remove scala-compiler from the distribution
Akirathan 4b6bbf3
Fix IllegalAccessErrors from serde
Akirathan f439835
typos
Akirathan a281746
License review
Akirathan d689e6c
fmt
Akirathan 78b7b53
Move testLogProviderOnModulePath to TestJPMSConfiguration
Akirathan 7266b9a
logging-service-logback is not a mixed project
Akirathan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
COMP_PATH=$(dirname "$0")/../component | ||
|
||
JAVA_OPTS="--add-opens=java.base/java.nio=ALL-UNNAMED $JAVA_OPTS" | ||
exec java --module-path $COMP_PATH $JAVA_OPTS -m org.enso.runtime/org.enso.EngineRunnerBootLoader "$@" | ||
exec java --module-path $COMP_PATH $JAVA_OPTS -m org.enso.runner/org.enso.runner.Main "$@" | ||
Akirathan marked this conversation as resolved.
Show resolved
Hide resolved
|
||
exit |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
@echo off | ||
set comp-dir=%~dp0\..\component | ||
set JAVA_OPTS=%JAVA_OPTS% --add-opens=java.base/java.nio=ALL-UNNAMED | ||
java --module-path %comp-dir% -Dpolyglot.compiler.IterativePartialEscape=true %JAVA_OPTS% -m org.enso.runtime/org.enso.EngineRunnerBootLoader %* | ||
java --module-path %comp-dir% -Dpolyglot.compiler.IterativePartialEscape=true %JAVA_OPTS% -m org.enso.runner/org.enso.runner.Main %* | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Same comment about auto-generation |
||
exit /B %errorlevel% |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
distribution/engine/THIRD-PARTY/io.github.java-diff-utils.java-diff-utils-4.12/NOTICES
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Copyright (C) 2009 - 2017 java-diff-utils | ||
|
||
Copyright 2009-2017 java-diff-utils. | ||
|
||
Copyright 2017 java-diff-utils. | ||
|
||
Copyright 2018 java-diff-utils. | ||
|
||
Copyright 2019 java-diff-utils. | ||
|
||
Copyright 2020 java-diff-utils. | ||
|
||
Copyright 2021 java-diff-utils. |
29 changes: 29 additions & 0 deletions
29
distribution/engine/THIRD-PARTY/net.java.dev.jna.jna-5.14.0/NOTICES
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
Copyright (c) 2007 Timothy Wall, All Rights Reserved | ||
|
||
Copyright (c) 2007 Wayne Meissner, All Rights Reserved | ||
|
||
Copyright (c) 2007-2008 Timothy Wall, All Rights Reserved | ||
|
||
Copyright (c) 2007-2012 Timothy Wall, All Rights Reserved | ||
|
||
Copyright (c) 2007-2013 Timothy Wall, All Rights Reserved | ||
|
||
Copyright (c) 2007-2015 Timothy Wall, All Rights Reserved | ||
|
||
Copyright (c) 2009 Timothy Wall, All Rights Reserved | ||
|
||
Copyright (c) 2011 Timothy Wall, All Rights Reserved | ||
|
||
Copyright (c) 2012 Timothy Wall, All Rights Reserved | ||
|
||
Copyright (c) 2017 Matthias Bläsing, All Rights Reserved | ||
|
||
Copyright (c) 2018 Matthias Bläsing | ||
|
||
Copyright (c) 2019 Matthias Bläsing, All Rights Reserved | ||
|
||
Copyright (c) 2021, Matthias Bläsing, All Rights Reserved | ||
|
||
Copyright (c) 2022 Carlos Ballesteros, All Rights Reserved | ||
|
||
Copyright 2007 Timothy Wall |
13 changes: 13 additions & 0 deletions
13
distribution/engine/THIRD-PARTY/org.graalvm.sdk.jniutils-24.0.0/NOTICES
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
|
||
Copyright (c) 2018, 2023, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2021, 2023, Oracle and/or its affiliates. All rights reserved. | ||
|
||
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. | ||
|
||
The above copyright notice and either this complete permission notice or at a | ||
|
||
copyright rights in the Software, and any and all patent rights owned or |
43 changes: 43 additions & 0 deletions
43
distribution/engine/THIRD-PARTY/org.graalvm.tools.chromeinspector-tool-24.0.0/NOTICES
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,43 @@ | ||
Copyright (c) 2010-2020 Nathan Rajlich | ||
|
||
Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2017, 2021, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2017, 2022, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2018, 2019, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2018, 2020, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2018, 2021, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2018, 2022, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2019, 2019, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2019, 2020, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2019, 2021, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2019, 2022, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2019, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2020, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2021, Oracle and/or its affiliates. All rights reserved. | ||
|
||
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. | ||
|
||
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT | ||
|
||
The above copyright notice and this permission notice shall be |
17 changes: 17 additions & 0 deletions
17
distribution/engine/THIRD-PARTY/org.graalvm.truffle.truffle-compiler-24.0.0/NOTICES
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
|
||
Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2018, 2023, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2023, 2023, Oracle and/or its affiliates. All rights reserved. | ||
|
||
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. | ||
|
||
The above copyright notice and either this complete permission notice or at a | ||
|
||
copyright rights in the Software, and any and all patent rights owned or |
31 changes: 31 additions & 0 deletions
31
distribution/engine/THIRD-PARTY/org.graalvm.truffle.truffle-runtime-24.0.0/NOTICES
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | ||
|
||
Copyright (c) 2013, 2023, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2014, 2023, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2015, 2023, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2016, 2023, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2017, 2023, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2018, 2023, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2019, 2023, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2020, 2023, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2021, 2023, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2022, 2023, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2023, 2023, Oracle and/or its affiliates. All rights reserved. | ||
|
||
Copyright (c) 2023, Oracle and/or its affiliates. All rights reserved. | ||
|
||
DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. | ||
|
||
The above copyright notice and either this complete permission notice or at a | ||
|
||
copyright rights in the Software, and any and all patent rights owned or |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This file could be auto-generated so that we don't hardcode here the name of the module. Not for this PR, though.