-
Notifications
You must be signed in to change notification settings - Fork 542
Comparing changes
Open a pull request
base repository: aeron-io/simple-binary-encoding
base: master
head repository: writeoncereadmany/simple-binary-encoding
compare: master
- 9 commits
- 7 files changed
- 1 contributor
Commits on Jul 27, 2022
-
Test to replicate compiler errors in decoders on JDK17 when a field i…
…s called "yield" #910
tom.johnson committedJul 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 0669f50 - Browse repository at this point
Copy the full SHA 0669f50View commit details -
#910 Start fixing unqualified yield errors
This now generates code that compiles in Java 17 for groups, composites and fields named "yield", and demonstrates the need for each of these. There are many paths through the JavaGenerator I have not yet tested (or implemented).
tom.johnson committedJul 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 7b783c4 - Browse repository at this point
Copy the full SHA 7b783c4View commit details -
#910 Finish(?) fixing unqualified yield errors
This now generates code that compiles in Java 17 for all the paths through writeTokenDisplay I can find, and I think that's all that's needed here?
tom.johnson committedJul 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 9f3a8f5 - Browse repository at this point
Copy the full SHA 9f3a8f5View commit details -
#910 Add a test to ensure we handle both groups called yield and grou…
…ps with a field called yield, ie that recursive rendering works the way I'd hope and expect.
tom.johnson committedJul 27, 2022 Configuration menu - View commit details
-
Copy full SHA for 3779a25 - Browse repository at this point
Copy the full SHA 3779a25View commit details
Commits on Jul 28, 2022
-
#910 Use a unit test to highlight compilation errors rather than an e…
…ntry in the build file. Note: this only fails when running with a Java 17 toolchain, not on Java 8 or 11.
tom.johnson committedJul 28, 2022 Configuration menu - View commit details
-
Copy full SHA for d4539a8 - Browse repository at this point
Copy the full SHA d4539a8View commit details -
#910 Restrict test to run only on JRE17, and generate updated IR codecs
tom.johnson committedJul 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 46e9ee1 - Browse repository at this point
Copy the full SHA 46e9ee1View commit details -
tom.johnson committed
Jul 28, 2022 Configuration menu - View commit details
-
Copy full SHA for 8de9605 - Browse repository at this point
Copy the full SHA 8de9605View commit details -
#910 Remove unnecessary property from unit test
tom.johnson committedJul 28, 2022 Configuration menu - View commit details
-
Copy full SHA for e0e1e87 - Browse repository at this point
Copy the full SHA e0e1e87View commit details -
tom.johnson committed
Jul 28, 2022 Configuration menu - View commit details
-
Copy full SHA for ea019c4 - Browse repository at this point
Copy the full SHA ea019c4View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master