Alex Bertram

Results 31 issues of Alex Bertram

I'm still trying to get the plugin to complete the configuration phase without requiring mono, and found another case where mono gets invoked during the configuration phase: when AssemblyInfoVersionPatcher is...

When flipping CSS from LTR to RTL, the transform property also needs to be mirrored, mostly by reversing the sign of translations and rotations: ``` transform: translateX(35px); ``` should become:...

Renjin currently depends on GCC 4.7, which is now quite old. PR #505 is ready for upgrading to 4.8, but it would be a nice project to upgrade to the...

* getNamespaceInfo returns names instead of an environment * .getNamespaceInfo is relies on GNU R internals and needs to be replaced or updated * getExportedValue relies on .getNamespaceInfo

bug

Attempting to detach a loaded package namespace will display the message ``` ERROR: Sorry! detach not yet implemented! ``` and spit out a Java stack trace.

missing

This extends the GlobalVarRewriter to automatically transform the remaining global variables in C and Fortran code in the stats package to use Session-scoped values so that it can be safely...

Changes to Renjin's ScriptEngine implementation to bring it closer to correctness with the API documentation and with the reference Javascript implementation.