radhika reddy

Results 8 issues of radhika reddy

Hi Huy, I've committed three changes to my fork of bashmarks, all related to how it operates in the global interactive shell environment: - When the mktemp invocation fails (as...

This behaviour seems to be unexpected: > > (quasiquote "str") > # (#\s #\t #\r) String arguments passed to `transform-quasiquote-arguments` satisfy `vectorp`, so are handled as vectors. Instead, passing through...

It seems includeRequire has been broken for a while, since pull request #5 wasn't merged fully (I guess the JS bits were lost in converting to r.js for that release)....

When an Optimus+Ring uberjar is run using `java -jar foo-standalone.jar`, it can fail to start if the jar is under a directory path that includes spaces in the name. The...

An issue and a thought regarding installing npm dependencies for the first time. The repository doesn't include a `node_modules/` directory or `package.json`, and `build-js-sources.sh` doesn't create either of them. So...

The v8wrapper native object only needs to be loaded once; in fact, it must not be reloaded (see magnars/optimus#47). In Java-land, I understand the loading sequence is usually protected by...

Hi, Following on from #10, I've attempted to add support for building and using clj-v8 with RHEL5 distros. This is an older but still stable and widely-used platform, and it...

The published [`pom.xml` on Maven Central](https://search.maven.org/artifact/com.eclipsesource.j2v8/j2v8/5.0.103/aar.asc) for j2v8 from versions 3.x through 5.0.103 all have this declaration: ``` … aar.asc … ``` I expected the `packaging` value to be `aar`,...