This website requires JavaScript.
Explore
Help
Register
Sign In
JavaTX
/
JavaCompilerCore
Watch
2
Star
0
Fork
3
You've already forked JavaCompilerCore
Code
Issues
99
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
All Workflows
build_and_test.yml
Actor
All actors
dholle
i21023
pl
RubenKraft
stan
Status
All status
success
failure
waiting
running
Merge branch 'targetBytecode' of https://gitea.hb.dhbw-stuttgart.de/JavaTX/JavaCompilerCore into targetBytecode
build_and_test.yml #78
:
Commit
662756ac18
pushed by
dholle
targetBytecode
2024-05-10 14:56:44 +00:00
5m25s
Implementierungen von Interfaces eingefuegt und Overriding ersetzt durch implementierung
build_and_test.yml #77
:
Commit
2221b559ca
pushed by
pl
targetBytecode
2024-05-10 12:25:00 +00:00
6m2s
Bei diesem und vorigen Commit wurde der Bug #328
build_and_test.yml #76
:
Commit
71dfe5d9e1
pushed by
pl
targetBytecode
2024-05-02 15:03:11 +00:00
11m55s
mathStrucInteger.jav funktioniert gerade nicht
build_and_test.yml #75
:
Commit
58110c474a
pushed by
pl
targetBytecode
2024-05-01 22:28:12 +00:00
12m21s
Fix #326, convert captures to correct types
build_and_test.yml #74
:
Commit
df2ec4b1ba
pushed by
dholle
targetBytecode
2024-04-30 14:58:58 +00:00
3m9s
add class file
build_and_test.yml #73
:
Commit
2c66a1d6e6
pushed by
dholle
targetBytecode
2024-04-29 08:31:29 +00:00
3m58s
Add bug for #328
build_and_test.yml #72
:
Commit
c76ee355d8
pushed by
dholle
targetBytecode
2024-04-29 08:27:27 +00:00
2m20s
Fix #328
build_and_test.yml #71
:
Commit
a5c314c5c5
pushed by
dholle
targetBytecode
2024-04-28 17:28:17 +00:00
2m50s
Don't load source files twice
build_and_test.yml #70
:
Commit
cba35a4bec
pushed by
dholle
targetBytecode
2024-04-27 21:11:21 +00:00
2m51s
Don't load source files twice
build_and_test.yml #69
:
Commit
d31eadc277
pushed by
dholle
targetBytecode
2024-04-27 20:47:36 +00:00
2m55s
Add Ternary, fix #324
build_and_test.yml #68
:
Commit
b774281cbb
pushed by
dholle
targetBytecode
2024-04-22 10:20:48 +00:00
2m49s
Fix package weirdness? See #322
build_and_test.yml #67
:
Commit
9358130468
pushed by
dholle
targetBytecode
2024-04-18 09:54:17 +00:00
3m3s
Fix current directory not being added to path
build_and_test.yml #66
:
Commit
708aa64283
pushed by
dholle
targetBytecode
2024-04-18 08:34:08 +00:00
2m51s
Fix #323
build_and_test.yml #65
:
Commit
c21e5202d6
pushed by
dholle
targetBytecode
2024-04-18 08:23:55 +00:00
3m15s
Fix tests
build_and_test.yml #64
:
Commit
b3bd5cde10
pushed by
dholle
targetBytecode
2024-04-15 14:48:38 +00:00
3m58s
Fix test case a bit
build_and_test.yml #63
:
Commit
df78937ef3
pushed by
dholle
targetBytecode
2024-04-15 14:22:06 +00:00
3m36s
Add modulo, fix #319
build_and_test.yml #62
:
Commit
7fb4824f8d
pushed by
dholle
targetBytecode
2024-04-12 13:43:20 +00:00
2m53s
fix console
build_and_test.yml #61
:
Commit
e0d71a6003
pushed by
dholle
targetBytecode
2024-04-12 12:19:59 +00:00
2m37s
Fix optional parameters
build_and_test.yml #60
:
Commit
49803385cf
pushed by
dholle
targetBytecode
2024-04-12 12:01:02 +00:00
2m45s
Deal with multiple source files properly, don't throw all the constraints together
build_and_test.yml #59
:
Commit
39d02f792c
pushed by
dholle
targetBytecode
2024-04-12 08:50:40 +00:00
2m21s
More poking around
build_and_test.yml #58
:
Commit
4fc78f494c
pushed by
dholle
targetBytecode
2024-04-10 12:38:51 +00:00
3m18s
Throw exception if class doesn't exist
build_and_test.yml #57
:
Commit
b752219d8c
pushed by
dholle
targetBytecode
2024-04-10 08:16:37 +00:00
2m40s
Don't trim stack trace because some tests randomly fail and we need to know why
build_and_test.yml #56
:
Commit
ec890356e4
pushed by
dholle
targetBytecode
2024-04-10 08:01:05 +00:00
2m59s
Merge branch 'targetBytecode' of ssh://gitea.hb.dhbw-stuttgart.de:2222/JavaTX/JavaCompilerCore into targetBytecode
build_and_test.yml #55
:
Commit
d405b0c3a2
pushed by
dholle
targetBytecode
2024-04-10 07:51:00 +00:00
2m54s
modified: src/main/java/de/dhbwstuttgart/parser/SyntaxTreeGenerator/SyntacticSugar.java
build_and_test.yml #54
:
Commit
bcce4cee19
pushed by
pl
targetBytecode
2024-04-09 16:29:13 +00:00
2m21s
Fix bytecode error when calling interface functions
build_and_test.yml #53
:
Commit
e6cd4038e2
pushed by
dholle
targetBytecode
2024-04-09 13:55:42 +00:00
2m48s
Merge branch 'targetBytecode' of ssh://gitea.hb.dhbw-stuttgart.de:2222/JavaTX/JavaCompilerCore into targetBytecode
build_and_test.yml #52
:
Commit
e50f941b79
pushed by
dholle
targetBytecode
2024-04-09 13:02:11 +00:00
2m33s
modified: ../src/main/java/de/dhbwstuttgart/typeinference/unify/Match.java
build_and_test.yml #51
:
Commit
0d5be89310
pushed by
pl
targetBytecode
2024-04-08 23:53:54 +00:00
2m51s
Fix #313
build_and_test.yml #50
:
Commit
0b7f07108f
pushed by
dholle
targetBytecode
2024-04-08 14:50:19 +00:00
2m43s
Add test for #309
build_and_test.yml #49
:
Commit
6b0816c1c4
pushed by
dholle
targetBytecode
2024-04-08 12:05:52 +00:00
2m47s
First
Previous
...
2
3
4
5
6
Next
Last