|
f182d55d05
|
build(deps): bump the gradle-updates group across 1 directory with 6 updates
Bumps the gradle-updates group with 5 updates in the / directory:
| Package | From | To |
| --- | --- | --- |
| [com.github.jnr:jffi](https://github.com/jnr/jffi) | `1.3.12` | `1.3.13` |
| [com.charleskorn.kaml:kaml](https://github.com/charleskorn/kaml) | `0.83.0` | `0.92.0` |
| [com.gradleup.shadow](https://github.com/GradleUp/shadow) | `8.3.8` | `9.0.2` |
| org.jetbrains.intellij.platform | `2.6.0` | `2.7.2` |
| [org.jetbrains.kotlin:kotlin-gradle-plugin](https://github.com/JetBrains/kotlin) | `2.2.0` | `2.2.10` |
Updates `com.github.jnr:jffi` from 1.3.12 to 1.3.13
- [Commits](https://github.com/jnr/jffi/compare/jffi-1.3.12...jffi-1.3.13)
Updates `com.charleskorn.kaml:kaml` from 0.83.0 to 0.92.0
- [Release notes](https://github.com/charleskorn/kaml/releases)
- [Changelog](https://github.com/charleskorn/kaml/blob/main/.releaserc.yml)
- [Commits](https://github.com/charleskorn/kaml/compare/0.83.0...0.92.0)
Updates `com.gradleup.shadow` from 8.3.8 to 9.0.2
- [Release notes](https://github.com/GradleUp/shadow/releases)
- [Commits](https://github.com/GradleUp/shadow/compare/8.3.8...9.0.2)
Updates `org.jetbrains.intellij.platform` from 2.6.0 to 2.7.2
Updates `org.jetbrains.kotlin:kotlin-gradle-plugin` from 2.2.0 to 2.2.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.0...v2.2.10)
Updates `org.jetbrains.kotlin:kotlin-serialization` from 2.2.0 to 2.2.10
- [Release notes](https://github.com/JetBrains/kotlin/releases)
- [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md)
- [Commits](https://github.com/JetBrains/kotlin/compare/v2.2.0...v2.2.10)
---
updated-dependencies:
- dependency-name: com.github.jnr:jffi
dependency-version: 1.3.13
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: gradle-updates
- dependency-name: com.charleskorn.kaml:kaml
dependency-version: 0.92.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-updates
- dependency-name: com.gradleup.shadow
dependency-version: 9.0.2
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: gradle-updates
- dependency-name: org.jetbrains.intellij.platform
dependency-version: 2.7.2
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: gradle-updates
- dependency-name: org.jetbrains.kotlin:kotlin-gradle-plugin
dependency-version: 2.2.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: gradle-updates
- dependency-name: org.jetbrains.kotlin:kotlin-serialization
dependency-version: 2.2.10
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: gradle-updates
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2025-08-19 07:45:09 +00:00 |
|
|
ce8ddb6dc1
|
java go byebye
|
2025-07-26 15:55:09 -07:00 |
|
|
08f9b6f2ae
|
code cleanup
|
2025-07-26 15:49:44 -07:00 |
|
|
17b1aa44c0
|
upgrade dependencies
|
2025-07-03 03:18:11 -07:00 |
|
|
b1c6aac335
|
swap to jdk 21
|
2025-03-16 23:57:48 -07:00 |
|
|
4100752f1c
|
upgrade to java 22 and fix miscompile of variable loads
|
2025-03-15 21:16:48 -07:00 |
|
|
4ec5624be4
|
upgrade everything to modern versions
|
2024-11-30 19:48:07 -05:00 |
|
|
d079244fd7
|
gradle: update dependencies
|
2023-12-27 17:57:24 -08:00 |
|
|
8c48c93663
|
language: prepare for struct support
|
2023-11-06 21:37:27 -08:00 |
|
|
73a458b673
|
parser: various code and quality enhancements
|
2023-10-08 04:46:23 -07:00 |
|
|
0d8c6723de
|
Merge remote-tracking branch 'origin/jlf'
|
2023-10-06 16:14:30 -07:00 |
|
|
945ba85c98
|
ast: move gay.pizza.pork.ast to gay.pizza.pork.ast.gen
|
2023-10-06 15:52:34 -07:00 |
|
|
a292449b6a
|
ast: fix codegen of equals to not produce warnings
|
2023-09-23 15:53:54 -07:00 |
|
|
e31566f0d6
|
ffi: migrate to java.lang.foreign and require Java 21
|
2023-09-23 15:45:01 -07:00 |
|
|
c340cfb86d
|
idea: significant enhancements to ide experience
|
2023-09-22 22:38:06 -07:00 |
|
|
d12aadf18c
|
idea: brace matching and function resolution
|
2023-09-21 21:08:20 -07:00 |
|
|
1a759b9746
|
gradle: improve performance of ast codegen
|
2023-09-20 18:58:05 -07:00 |
|
|
21ff33f776
|
gradle: make ast generation faster using kaml and coroutines
|
2023-09-20 15:13:33 -07:00 |
|
|
3b101bd48a
|
global: idea generation support
|
2023-09-17 00:38:47 -07:00 |
|
|
2307fdc0ed
|
parser: rewrite to be able to parse any node type on demand
|
2023-09-13 19:40:29 -07:00 |
|
|
1b363dcf56
|
parser: implement long literal and handle overflow
|
2023-09-12 00:25:13 -04:00 |
|
|
b64c7fb259
|
parser: use ast user data to store attribution
|
2023-09-11 20:13:15 -04:00 |
|
|
f6d2fc5165
|
idea: comment highlighting support
|
2023-09-10 22:07:38 -04:00 |
|
|
7b4257d719
|
ast: default value support in generation
|
2023-09-10 20:54:48 -04:00 |
|
|
033da5b2ea
|
stdlib: generate stdlib.manifest
|
2023-09-10 20:47:50 -04:00 |
|
|
1cfb197a7f
|
ensure new lines exist on all files
|
2023-09-10 04:37:30 -04:00 |
|
|
f433ba2776
|
ast: generate graph
|
2023-09-10 02:34:02 -04:00 |
|
|
e8766323ee
|
language: floating point support
|
2023-09-09 00:08:30 -04:00 |
|
|
236f812caf
|
while loop support, and native functions (including ffi!)
|
2023-09-06 19:07:28 -07:00 |
|
|
073ea09b13
|
ast codegen: optional support for inlining visit
|
2023-09-05 18:59:42 -07:00 |
|
|
9f90e05d8a
|
ast: utilize extension functions to prevent larger stack frames from default interface methods
|
2023-09-05 17:06:52 -07:00 |
|
|
174d51ca1c
|
Auto-generate the AST.
|
2023-09-04 22:13:58 -07:00 |
|