-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RDS writer #16
RDS writer #16
Conversation
- requires java 21 at least - requires to have npm installed
Type should be written as int not byte!
…riter # Conflicts: # .settings/org.eclipse.jdt.core.prefs # src/main/java/org/prlprg/bc/BcCode.java # src/main/java/org/prlprg/sexp/ListSXP.java # src/main/java/org/prlprg/sexp/NamespaceEnvSXP.java # src/main/java/org/prlprg/sexp/RegSymSXP.java # src/main/java/org/prlprg/sexp/SEXP.java # src/main/java/org/prlprg/sexp/UserEnvSXP.java # src/test/java/org/prlprg/util/GNUR.java
…riter # Conflicts: # src/main/java/org/prlprg/sexp/BaseEnvSXP.java # src/main/java/org/prlprg/sexp/EmptyEnvSXP.java # src/main/java/org/prlprg/sexp/EnvSXP.java # src/main/java/org/prlprg/sexp/GlobalEnvSXP.java # src/main/java/org/prlprg/sexp/ListSXP.java # src/main/java/org/prlprg/sexp/RegSymSXP.java # src/main/java/org/prlprg/sexp/SEXP.java # src/main/java/org/prlprg/sexp/UserEnvSXP.java
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I feel like the design of adding desc
to write/read methods create too much coupling between the writer and the logger.
Several tests are not yet passing because character encodings are not fully implemented
Note that not all of the tests are passing yet, since there are still issues with encoding for characters more than 1 byte. I'll be fixing those today, and also working on the logger to decouple it from the input and output streams (or removing it entirely) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great!
Two more things:
- does this PR need to change the .idea / LSP files?
- there are some IDEA warnings that you might want to address
No description provided.