Skip to content

issues Search Results · repo:puffnfresh/roy language:JavaScript

Filter by

146 results
 (57 ms)

146 results

inpuffnfresh/roy (press backspace or delete to remove)

not sure where else to report this
  • WuTheFWasThat
  • 7
  • Opened 
    on Jun 8, 2016
  • #206

Hi, I was just curious about the current status of Roy. Does it have any roadmap in mind?
  • gilbert
  • 1
  • Opened 
    on Feb 6, 2015
  • #205

Example to reproduce: let f a = a.x + a.y f {x: 1, z: 2} Version 0.2.2 from npm compiles this to var f = function (a) { return a.x + a.y; }; f({ x : 1, z : 2 });//@ sourceMappingURL=test.js.map ...
  • spion
  • Opened 
    on Feb 3, 2014
  • #204

e.g. this won t work let show (el:DomElement) = el.style.display = block
  • mfrawley
  • 1
  • Opened 
    on Nov 4, 2013
  • #202

For example it s impossible to access the foo/bar field on the following object let a = { foo/bar : 42 } // It s impossible to access a[ foo/bar ] In general you can t access the fields if you 1. ...
  • reynir
  • Opened 
    on Oct 1, 2013
  • #200

So it seems that windows has an issue with the tests. Files that have to be read are read with the \r\n line ending rather than \n. This causes any of the tests with more than one line of output to fail, ...
bug
  • joneshf
  • Opened 
    on Sep 18, 2013
  • #199

type Pair a b = { left: a, right: b }
  • kennknowles
  • Opened 
    on Aug 30, 2013
  • #197

For example: roy let f = 3 roy let g x = x roy :s f f = 3 roy :s g g is not defined. Haven t looked at this, so not sure what s going on, just something I noticed today.
bug
  • joneshf
  • Opened 
    on Aug 8, 2013
  • #192

The canonical example of JS interop is console.log, which returns nothing. We have a test showing that we can coerce console to Number if need be. But what about handling return values from calls to JS ...
  • rtfeldman
  • Opened 
    on Aug 1, 2013
  • #191

Just looking at the JSHint options. Chuck the following under grunt.initConfig: jshint: { options: { //onevar: true, es3: true, indent: 4, noarg: true, node: ...
bug
  • puffnfresh
  • 1
  • Opened 
    on Jul 29, 2013
  • #190
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! 
Press the
/
key to activate the search input again and adjust your query.
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