Paula Gearon
Paula Gearon
Just that a fresh checkout from github (i.e. without my PR) doesn't complete tests cleanly. ``` Leiningen 2.9.5 on Java 11.0.6 Java HotSpot(TM) 64-Bit Server VM $ lein test lein...
I've had a lot happening for some time now, and let Mulgara suffer some real bitrot. But I have a few weeks to myself at the moment, so this would...
JDK 1.8 introduced a handful of new methods to java.util.Map. Unfortunately, one of those methods uses the same name (as shown above). It's not too hard to rename the method....
Have this done. Needs proper testing. More importantly, we need to address #36 before I'll consider closing this issue.
Added a keyword type. Right now they are not namespaced, since we don't have a multiple arity constructor. When they get namespaces, then I suggest just storing/splitting them on the...
Perl may not always be available. One of the reasons for Gherkin is for those environments where you don't know what you may have (Bash 4 is a bit of...
When Craig reported this, I couldn't run: ``` ./gherkin -l fib.gk ``` After the change, this runs for me. However, the original problem still fails to run for me: ```...
This would be an awesome feature, and reiterates the point you made about wanting to keep the main program small. OTOH, keeping the main program small may be tricky if...
I feel your pain. I'm on a Mac as well. Bash 4 was easy to install, but it kind of defeats the purpose of Gherkin if you need to install...
This has occurred to me as well. Part of the reason I've been pushing things into core is to test out what I'm doing. Stacking functions on top of each...