James Onnen

Results 27 issues of James Onnen

The `this.maxRadius` variable is a misleading variable. For one thing, it is only used in 2 calculations, both of which are state checks: ``` javascript get isOpacityFullyDecayed() { return this.opacity...

cleanup
breaking-change
p2 - icebox

msys2 is a fork of cygwin but the error message for magic_versions is cygwin specific. Removing this message may remove a lot of documentation for users searching online. However, the...

Stable releases should be tagged so we can track incremental changes and big release changes

enhancement

There's no way to mark a test as currently pending. This makes it hard to indicate functionality that _should_ work, while it doesn't. While SKIP is effectively the same behavior,...

enhancement

Trying to assign script.Parent results in an error: ``` selene: error incorrect_standard_library_use - standard library global `script.Parent` is not writable ``` ![image](https://user-images.githubusercontent.com/1774409/128660324-cc2a7cba-50ab-47e5-83f5-c2fae42fd50a.png) This is not expected, since script.Parent is writable...

A-standard-library
C-bug
A-roblox

It would be really nice to support long file paths. Right now, selene just errors out if it hits file paths that are too long. See this pull request for...

C-enhancement
A-bin

![image](https://user-images.githubusercontent.com/1774409/37250622-7d24cb72-24c6-11e8-9e65-31172b556e11.png)

bug

ROBLOX's parser for remote functions and the DataStore cannot handle multiple pointers to the same object. ## Repro Run this on the server: ``` Lua Instance.new("RemoteEvent", Workspace) ``` ![image](https://cloud.githubusercontent.com/assets/1774409/2557126/810d1452-b6f1-11e3-9f4a-f19bad6d7ca0.png) Run...

Engine
bug