Skip to content

issues Search Results · repo:plum-umd/rtc language:Ruby

Filter by

56 results
 (81 ms)

56 results

inplum-umd/rtc (press backspace or delete to remove)

When auto-wrapping a class the original new method is invoked with the given args and then the receiver is wrapped. If there’s a typesig for the initialize method it would be great to enforce that the ...
  • keithduncan
  • Opened 
    on Mar 17, 2015
  • #56

Currently only trailing block arguments are supported leaving blocks passed as explicit arguments to be typed as Proc. It would be great to support the proxy block type checking on explicit arguments too. ...
  • keithduncan
  • Opened 
    on Mar 17, 2015
  • #55

module Rose module Proxy class Row rtc_annotated typesig(...) rtc/lib/rtc/runtime/method_wrapper.rb:145:in `module_eval : method_wrapper.rb:17: syntax error, unexpected tCOLON2 (SyntaxError) alias Rose_Proxy::Row__rtc_column ...
  • j2ren
  • Opened 
    on Apr 4, 2013
  • #53

stuff like ^(String or Fixnum) cannot be parsed
  • j2ren
  • Opened 
    on Jan 22, 2013
  • #52

typesig( ord : () - Integer ) If a method name starts with the word or , then parsing the typesig will generate an exception. This has to do with the token K_OR
  • j2ren
  • Opened 
    on Jan 21, 2013
  • #51

We need rtc_annotate and rtc_cast to become no-ops when Rtc is globally disabled. Further, the upcoming rtc_instantiate must likewise return a proc that simply forwards arguments to the true underlying ...
  • jtoman
  • 2
  • Opened 
    on Nov 18, 2012
  • #50

We had a lot test cases that did a pretty good job of ensuring that changes made to Rtc did not break functionality. These test cases are very old and don t cover a lot of the newer features of Rtc. In ...
  • jtoman
  • 1
  • Opened 
    on Oct 19, 2012
  • #49

While we can do Enumerators over a single type initially to get support rolling, I imagine that for Enumerators (and things like Tuples), in the long run we eventually want support for something akin to ...
  • sstrickl
  • 2
  • Opened 
    on Oct 2, 2012
  • #48

A lot of our type signatures lose their expressiveness because we only support plain Enumerators. We should add support for Enumerators that are parameterized over a type. So Array Fixnum #each called ...
  • jtoman
  • 1
  • Opened 
    on Oct 2, 2012
  • #47
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub