io.shift

Results 15 comments of io.shift

After coming back and reviewing I think the tests are actually pretty good, but the benchmarks could be expanded for sure. Also: I did mention getting this library portable, but,...

@phmarek What are your thoughts on adding CSV logging and/or graphing for benchmarks in cl-messagepack? The idea would be to log the benchmark results as CSV. Then, for visualization, we...

Im in the process of updating roswell's install-clasp-bin.lisp file to use the koga build system. I got it working for 2.7.0 mostly, but right now I'm in the process of...

> We only use clang. Don't use g++. I should add some detection to ensure that someone doesn't attempt that. Aha! That makes sense, I'll update the dependency checks

Hey yitzchak, while working on the Roswell script to support Clasp 2.6.0, I ran into a build failure on Linux. It looks like clasps internal build system hardcodes -fuse-ld=gold, which...

right now my main concern is getting 2.6 to work. I started without touching llvm-config because the resulting errors were useful diagnostics for understanding the build system, now (now im...

i was hoping llvm-config --libs would show the dependencies, and I thought it would, but I guess not all llvm-configs are packaged in a way we need them to be...

After some time away, and then coming back to touch base, I've realized I had forgotten the initial objective to use the clasp binaries first, and then to worry about...

Update: Looking at my workload, even with chemistry and mathematics classes, I should have enough time to finish the source install much much sooner. Especially when we account for Koga

The issue is presumably because clasp's build system has been updated to use "koga" which is a lisp script that generates a ninja file for ninja to built. I'm in...