-
I believe you are considering (or actively) deprecating the `info` argument to many `expect` functions. I understand the value of using NSE for `label`, but it has a length limitation I'm butting my h…
-
In a previous edit of this issue, I suggested that there was an error when parsing sys.calls from `mapply`. However, this was incorrect and I have now realized how to do **parametric** or **parameteri…
-
It has not infrequently seemed a shame to me that Markdown has trained us all to quote code by wrapping it in backticks. ``a + b`` is how we want to write the quoted expression `a + b`. That's conside…
-
We don't have yet a good way to know which type the program expects for a given quasiquotation, therefore, the implementation assumes that all generated java stubs return `java.lang.Object`. At runtim…
-
First of all, thanks for this great package! I'm migrating some of my internal R pkg functions from `sprintf`, but found some scoping issues and decided to ask for some help here. I'm pretty sure it's…
-
This is already working with `lazyeval::f_list()` and `lazyeval::f_new()`, but should be replaced by equivalent functions in rlang (`quos()`, `new_quosure()`, resp.).
egnha updated
7 years ago
-
Hi!
I tried your plugin and everything was working pretty fine until I started lurking on the Yesod framework.
There is a problem with the very first example program given [here](http://www.yeso…
-
GHC is very slow compiling modules with long literals, e.g. src/Text/TeXMath/Unicode/ToTeX.hs, especially with profiling enabled. (And this seems worse with ghc 8.0.*.)
We're currently working aro…
-
Rationale: One cannot write a portable library to implement syntax parameters so support by the core system is needed.
-
I spoke with Dr. Farmer this morning about an operation called isConstruction that would verify that an epsilon term construction represents a quoted term. The example I was shown where to apply this …