IRC channel logs

2018-03-31.log

back to list of logs

<daviid>lloda: i lost the link where you patched guile-cairo, please post it again here, thank!
<dadinn>amz3: sorry for the delay, the example output would be an all uppercase partition GUID of the $2th partition of the $2 device
<dadinn>amz3: but the main point is the piping between the output of one shell command, and some grep and sed and uppercasing transformations (the later steps could potentially be done inside the guile proccess, but nevertheless for testing of the pipes)
<xelkarin>I'm trying to read a file with scm_c_primitive_load that uses some custom functions defined with scm_c_define_gsubr.
<xelkarin>If I pass an invalid data type to one of these functions, I get an exception, but the line number of the file where they occur is not included in the stack trace.
<xelkarin>I tried following the directions in the manual under '6.25.3.2 Capturing the full error stack' but it still doesn't seem to include the line number.
<xelkarin>Using guile 2.0.14
<amz3>o/
<amz3>what's up?
<mwette>ACTION 
<mwette>ACTION is working on ffi-helper, dealing with vector data passed to c functions as an address. I have added a `define-fh-unsized-vector-type' macro, providing definitions via `(define data (make-foo_t-vec 10))' and pass to c library functions via `(bar (pointer-to data) 10)'
<amz3>ACTION is working on unit tests for neon database
<civodul>mwette: the dbus bindings you posted are quite impressive, BTW!
<Franciman>Hi
<Franciman>how can I create a temporary directory in guile scheme?
<mwette>civodul: thanks much for the recognition . I think the ffi-helper is really useful now
<amz3>Franciman: look up mkstemp in the procedure index https://www.gnu.org/software/guile/manual/html_node/Procedure-Index.html