Dean Wampler

Results 47 comments of Dean Wampler

I updated the project to use Ruby 2.6.3 and rehosted the docs here: https://deanwampler.github.io/open-source/aquarium/index.html (since RubyForge is dead). You can download a new 0.7.1 gem from rubygems.org.

It's only used within TypeFinder at two point to weed out empty strings and regular expressions. It should never be called on other types or objects that you might be...

It's true that no type checking is done. With ":on_types => self", are you trying to match all instances of the enclosing type or just the current instance? If the...

It looks like there is a space in the method name. Could you confirm that you didn't introduce the space accidentally? If not, I'll see what I can figure out.

Oh, interesting. I guess I could handle spaces in names, too! I'll add that to my list...

I'll take a look later this week. dean Dean Wampler, Ph.D. Typesafe "Functional Programming for Java Developers", "Programming Scala", and "Programming Hive" - all from O'Reilly twitter: @deanwampler, @chicagoscala http://typesafe.com...

I need to move the list of issues from rubyforge to here. This is a known problem: http://rubyforge.org/tracker/index.php?func=detail&aid=13395&group_id=4281&atid=16494. Using :types would affect all strings. When using :objects, I have no...

Yea, I wasn't clear; I got your point ;) Sorry. I'm fine with your recommendations for transferring the issues.

Sounds like a good example. I won't have time for a bit to do this, but I welcome pull requests! ;)

Sure thing. Thanks for taking an interest. You could start with this example from the home page, which does tracing: class ServiceTracer 2 http://aquarium.rubyforge.org/#n2 include Aquarium::DSL 3 http://aquarium.rubyforge.org/#n3 # jp...