Fix for ansi-test SXHASH.8#1
Merged
Merged
Conversation
easye
reviewed
Oct 7, 2016
Collaborator
easye
left a comment
There was a problem hiding this comment.
Fine for one commit, but I would prefer "best practice" conventions for Java code that separates the IF condition with whitespace and uses an explicit block with curly braces.
i.e. instead of
if(capacity == 0) return 0;
if (capacity == 0) {
return 0;
}
easye
pushed a commit
that referenced
this pull request
Oct 13, 2016
launchctl setenv PATH /opt/local/bin:/opt/local/sbin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin illin:~$ ssh mevenson@abcl.org Linux lisp.not.org 3.16.0-0.bpo.4-amd64 #1 SMP Debian 3.16.36-1+deb8u1~bpo70+1 (2016-09-08) x86_64 The programs included with the Debian GNU/Linux system are free software; the exact distribution terms for each program are described in the individual files in /usr/share/doc/*/copyright. Debian GNU/Linux comes with ABSOLUTELY NO WARRANTY, to the extent permitted by applicable law. Last login: Mon Oct 10 13:57:49 2016 from 84-115-198-249.cable.dynamic.surfer.at mevenson@lisp:~$ screen -DR Fix CL:OPEN for :DIRECTION :INPUT (pipping) Elias Pipping via #abcl <http://dpaste.com/2KYD7RV.txt> If you take a look at open.lisp, you'll see that for :direction :probe, if-does-not-exist :error/:create is handledyet for :direction :input, only :error is, and for any other key, nothing happens (the code uses `case` rather than `ecase`)
alanruttenberg
added a commit
to alanruttenberg/abcl
that referenced
this pull request
Feb 14, 2017
….subclass(Object.class,t).method(ElementMatchers.named("toString"))"
alanruttenberg
added a commit
to alanruttenberg/abcl
that referenced
this pull request
Feb 14, 2017
….subclass(Object.class,t).method(ElementMatchers.named("toString"))"
easye
pushed a commit
that referenced
this pull request
Jun 9, 2017
JAVAPARSER now "stacks" its macro definition on the existing one it
inherits from JSS.
Refactor all tests to just pollute CL-USER where necessary (strictly
speaking it shouldn't be necessary as all PROVE tests should be able
to use lexical bindings.
Document existence of Java field access via SHARPSIGN-QUOTATION_MARK,
e.g.
(#"{java.lang.System}.{fileSeparator}")
and the new Java DSL
(asdf:make :javaparser)
(#"'#1"new ByteBuddy()
.subclass(Object.class,t)
.method(ElementMatchers.named("toString"))
.intercept(FixedValue.value("Hello World!"))
.make()
.load(getClass().getClassLoader())
.getLoaded()"
Ferada
pushed a commit
to Ferada/abcl
that referenced
this pull request
May 2, 2019
Update to asdf-3.3.3
alanruttenberg
added a commit
to alanruttenberg/abcl
that referenced
this pull request
Dec 17, 2019
…the armedbear#1".." reader, which allows java expressions e.g. armedbear#1"System.out.printLn("foo")"
alanruttenberg
added a commit
to alanruttenberg/abcl
that referenced
this pull request
Nov 5, 2021
Other minor fixes in invoke.lisp Engage the armedbear#1".." reader, which allows java expressions e.g. armedbear#1"System.out.printLn("foo")"
Closed
alanruttenberg
added a commit
to alanruttenberg/abcl
that referenced
this pull request
Feb 22, 2022
alanruttenberg
added a commit
to alanruttenberg/abcl
that referenced
this pull request
Apr 6, 2022
…able. Have invoke load javaparser first time armedbear#1 is used.
easye
pushed a commit
that referenced
this pull request
Apr 6, 2022
…able. Have invoke load javaparser first time #1 is used.
Merged
alejandrozf
pushed a commit
to alejandrozf/abcl
that referenced
this pull request
Sep 2, 2023
…. literals - added related unit test
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.