Skip to content

Commit

Permalink
update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
gregsh committed Oct 7, 2022
1 parent 676d041 commit 967171e
Show file tree
Hide file tree
Showing 19 changed files with 93 additions and 43 deletions.
1 change: 1 addition & 0 deletions .idea/artifacts/intellij_scripting_javascript_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/artifacts/intellij_scripting_ruby_jar.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions .idea/libraries/org_clojure_clojure_Release.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions .idea/libraries/org_graalvm_js_js_Release.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions .idea/libraries/org_graalvm_js_js_launcher_Release.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/libraries/org_graalvm_js_js_scriptengine_Release.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

36 changes: 36 additions & 0 deletions .idea/libraries/org_jruby_jruby_Release.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 0 additions & 10 deletions .idea/libraries/org_jruby_jruby_complete_Release.xml

This file was deleted.

2 changes: 1 addition & 1 deletion .idea/libraries/org_python_jython_standalone_Release.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion .idea/misc.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ Clojure
=======

* [Plugin page](https://plugins.jetbrains.com/plugin/12469-intellij-scripting-clojure)
* Script engine: `org.clojars.ato:clojure-jsr223:1.5.1`, `org.clojure:clojure:1.10.1`
* Script engine: `org.clojars.ato:clojure-jsr223:1.5.1`, `org.clojure:clojure:1.12.0-alpha1`

Add `-Didea.mimic.jar.url.connection=true` VM option the IDE via `Help | Edit Custom VM Options`.


JavaScript
==========

* [Plugin page](https://plugins.jetbrains.com/plugin/12548-intellij-scripting-javascript)
* [Script engine](https://github.com/graalvm/graaljs): `org.graalvm.js:js-scriptengine:19.0.0`, `org.graalvm.js:js:19.0.0`
* [Script engine](https://github.com/graalvm/graaljs): `org.graalvm.js:js-scriptengine:22.2.0`, `org.graalvm.js:js:22.2.0`

Add `-Dpolyglot.js.nashorn-compat=true` VM option the IDE via `Help | Edit Custom VM Options`.

Expand All @@ -33,14 +35,16 @@ Python
======

* [Plugin page](https://plugins.jetbrains.com/plugin/12471-intellij-scripting-python)
* [Script engine](https://github.com/jythontools/jython): `org.python:jython-standalone:2.7.0`
* [Script engine](https://github.com/jythontools/jython): `org.python:jython-standalone:2.7.3`

Add `-Didea.mimic.jar.url.connection=true` VM option the IDE via `Help | Edit Custom VM Options`.


Ruby
====

* [Plugin page](https://plugins.jetbrains.com/plugin/12549-intellij-scripting-ruby)
* [Script engine](https://github.com/jruby/jruby): `org.jruby:jruby-complete:9.2.7.0`
* [Script engine](https://github.com/jruby/jruby): `org.jruby:jruby:9.3.8.0`

Add `-Dorg.jruby.embed.localcontext.scope=threadsafe` VM option the IDE via `Help | Edit Custom VM Options`.

Expand Down
2 changes: 1 addition & 1 deletion intellij-scripting-clojure.iml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="org.clojure:clojure:1.10.1" level="project" />
<orderEntry type="library" name="org.clojure:clojure:Release" level="project" />
<orderEntry type="library" name="org.clojars.ato:clojure-jsr223:Release" level="project" />
</component>
</module>
3 changes: 2 additions & 1 deletion intellij-scripting-javascript.iml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="org.graalvm.js:js:Release" level="project" />
<orderEntry type="library" name="org.graalvm.js:js-scriptengine:19.0.0" level="project" />
<orderEntry type="library" name="org.graalvm.js:js-scriptengine:Release" level="project" />
<orderEntry type="library" name="org.graalvm.js:js-launcher:Release" level="project" />
</component>
</module>
2 changes: 1 addition & 1 deletion intellij-scripting-ruby.iml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="org.jruby:jruby-complete:Release" level="project" />
<orderEntry type="library" name="org.jruby:jruby:Release" level="project" />
</component>
</module>
2 changes: 1 addition & 1 deletion intellij-scripting.iml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/src" isTestSource="false" />
</content>
<orderEntry type="jdk" jdkName="1.6" jdkType="JavaSDK" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
</component>
</module>
9 changes: 6 additions & 3 deletions resources-clojure/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<idea-plugin use-idea-classloader="true">
<id>org.jetbrains.intellij.scripting-clojure</id>
<name>IntelliJ Scripting: Clojure</name>
<version>1.1</version>
<version>1.2</version>
<vendor email="[email protected]">Greg Shrago</vendor>
<idea-version since-build="173.0"/>
<idea-version since-build="222.0"/>

<description><![CDATA[Clojure engine for IntelliJ-based tools scripting.
<br>
Add <code>-Didea.mimic.jar.url.connection=true</code> VM option the IDE via <code>Help | Edit Custom VM Options</code>.
<br>
<br>
<a href="https://github.com/gregsh/intellij-scripting-plugins#clojure">IntelliJ Scripting homepage</a>
]]>
Expand All @@ -16,7 +19,7 @@

<change-notes><![CDATA[
<ul>
<li>org.clojure:clojure:1.11.0-alpha1</li>
<li>org.clojure:clojure:1.12.0-alpha1</li>
<li>org.clojars.ato:clojure-jsr223:1.5.1</li>
</ul>
]]>
Expand Down
8 changes: 4 additions & 4 deletions resources-javascript/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<idea-plugin use-idea-classloader="true">
<id>org.jetbrains.intellij.scripting-javascript</id>
<name>IntelliJ Scripting: JavaScript</name>
<version>1.1</version>
<version>1.2</version>
<vendor email="[email protected]">Greg Shrago</vendor>
<idea-version since-build="192.0"/>
<idea-version since-build="222.0"/>

<description><![CDATA[JavaScript engine for IntelliJ-based tools scripting.
<br>
Expand All @@ -20,8 +20,8 @@

<change-notes><![CDATA[
<ul>
<li>org.graalvm.js:js:21.1.0</li>
<li>org.graalvm.js:js-scriptengine:21.1.0</li>
<li>org.graalvm.js:js:22.2.0</li>
<li>org.graalvm.js:js-scriptengine:22.2.0</li>
</ul>
]]>
</change-notes>
Expand Down
9 changes: 6 additions & 3 deletions resources-python/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
<idea-plugin use-idea-classloader="true">
<id>org.jetbrains.intellij.scripting-python</id>
<name>IntelliJ Scripting: Python</name>
<version>1.1</version>
<version>1.2</version>
<vendor email="[email protected]">Greg Shrago</vendor>
<idea-version since-build="173.0"/>
<idea-version since-build="222.0"/>

<description><![CDATA[Python engine for IntelliJ-based tools scripting.
<br>
Add <code>-Didea.mimic.jar.url.connection=true</code> VM option the IDE via <code>Help | Edit Custom VM Options</code>.
<br>
<br>
<a href="https://github.com/jythontools/jython">Jython homepage</a>
<br>
Expand All @@ -17,7 +20,7 @@

<change-notes><![CDATA[
<ul>
<li>org.python:jython-standalone:2.7.2</li>
<li>org.python:jython-standalone:2.7.3</li>
</ul>
]]>
</change-notes>
Expand Down
6 changes: 3 additions & 3 deletions resources-ruby/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<idea-plugin use-idea-classloader="true">
<id>org.jetbrains.intellij.scripting-ruby</id>
<name>IntelliJ Scripting: Ruby</name>
<version>1.1</version>
<version>1.2</version>
<vendor email="[email protected]">Greg Shrago</vendor>
<idea-version since-build="173.0"/>
<idea-version since-build="222.0"/>

<description><![CDATA[Ruby engine for IntelliJ-based tools scripting.
<br>
Expand All @@ -20,7 +20,7 @@

<change-notes><![CDATA[
<ul>
<li>org.jruby:jruby-complete:9.2.19.0</li>
<li>org.jruby:jruby:9.3.8.0</li>
</ul>
]]>
</change-notes>
Expand Down

0 comments on commit 967171e

Please sign in to comment.