Skip to content

Commit

Permalink
low fix
Browse files Browse the repository at this point in the history
  • Loading branch information
FibonacciFox committed Feb 25, 2020
1 parent ac86b97 commit f5565df
Show file tree
Hide file tree
Showing 33 changed files with 25 additions and 10 deletions.
Binary file modified .gradle/5.1.1/executionHistory/executionHistory.bin
Binary file not shown.
Binary file modified .gradle/5.1.1/executionHistory/executionHistory.lock
Binary file not shown.
Binary file modified .gradle/5.1.1/fileHashes/fileHashes.bin
Binary file not shown.
Binary file modified .gradle/5.1.1/fileHashes/fileHashes.lock
Binary file not shown.
Binary file modified .gradle/5.1.1/fileHashes/resourceHashesCache.bin
Binary file not shown.
Binary file modified .gradle/5.1.1/javaCompile/classAnalysis.bin
Binary file not shown.
Binary file modified .gradle/5.1.1/javaCompile/jarAnalysis.bin
Binary file not shown.
Binary file modified .gradle/5.1.1/javaCompile/javaCompile.lock
Binary file not shown.
Binary file modified .gradle/5.1.1/javaCompile/taskHistory.bin
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/buildOutputCleanup.lock
Binary file not shown.
Binary file modified .gradle/buildOutputCleanup/outputFiles.bin
Binary file not shown.
8 changes: 7 additions & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
{
"java.configuration.updateBuildConfiguration": "disabled"
"java.configuration.updateBuildConfiguration": "disabled",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
}
}
Binary file modified bin/main/org/fibonaccifox/graaljs/GraalJsExtension.class
Binary file not shown.
Binary file modified bin/main/org/fibonaccifox/graaljs/classes/BuilderWrapper.class
Binary file not shown.
Binary file modified bin/main/org/fibonaccifox/graaljs/classes/ClassMediator.class
Binary file not shown.
Binary file not shown.
Binary file modified bin/main/org/fibonaccifox/graaljs/classes/ContextWrapper.class
Binary file not shown.
Binary file modified bin/main/org/fibonaccifox/graaljs/classes/EngineWrapper.class
Binary file not shown.
Binary file modified bin/main/org/fibonaccifox/graaljs/classes/ValueWrapper.class
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file modified bundle/jphp-graaljs-ext-1.0.0.dnbundle
Binary file not shown.
Binary file modified jars/x-jphp-graaljs-ext-1.0.0.jar
Binary file not shown.
6 changes: 3 additions & 3 deletions package-lock.php.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
jphp-runtime:
version: 1.1.2
version: 1.1.5
info:
sha256: 99f843aae7d40e4c1454717779cd93a4229f80726ce7ef45d828114844178049
size: 1820121
sha256: ec23d1ea7e6046b8e12be830e8c4627c276d70a846150b77bbcb3a30a3999b05
size: 1821137
repo: http://api.develnext.org
dn-bundle-plugin:
version: 1.0.2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

public class GraalJsExtension extends Extension {

public static final String NS = "graaljs";
public static final String NS = "php\\graaljs";

@Override
public Status getStatus() {
Expand Down
4 changes: 2 additions & 2 deletions vendor/jphp-runtime/api-docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
---

## jphp-runtime
> version 1.1.2, created by JPPM.
> version 1.1.5, created by JPPM.
Runtime for JPHP + Standard library.

### Install
```
jppm add jphp-runtime@1.1.2
jppm add jphp-runtime@1.1.5
```

### API
Expand Down
4 changes: 2 additions & 2 deletions vendor/jphp-runtime/api-docs/README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
---

## jphp-runtime
> версия 1.1.2, создано с помощью JPPM.
> версия 1.1.5, создано с помощью JPPM.
Runtime for JPHP + Standard library.

### Установка
```
jppm add jphp-runtime@1.1.2
jppm add jphp-runtime@1.1.5
```

### АПИ
Expand Down
Binary file modified vendor/jphp-runtime/jars/jphp-runtime-1.0.3.jar
Binary file not shown.
11 changes: 10 additions & 1 deletion vendor/jphp-runtime/package.php.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

name: jphp-runtime
version: 1.1.2
version: 1.1.5
description: Runtime for JPHP + Standard library.

plugins: [Doc, Hub]
Expand All @@ -14,6 +14,15 @@ config:
ignore: ['/package.hub.yml']

history:
1.1.5:
- Arrow Functions, add static and return refs.
- Allow a trailing comma in function calls.
- Fix Closure var dumps.
- Weak References.
- Fix Invalid escape in string literals.
- Fix Empty Heredoc string causes syntax error.
1.1.4:
- Fix array long keys.
1.1.2:
- Improve call stack performance.
1.1.1:
Expand Down

0 comments on commit f5565df

Please sign in to comment.