mothacehe

mothacehe pushed to master at guile-lzlib/guile-lzlib

  • 3fd524d1f0 build: Support gcc-14. * configure.ac: When compiling natively declare LZ_decompress_open before using it in conftest.c. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
  • 9504990562 build: Support gcc-14. * configure.ac: When compiling natively declare LZ_decompress_open before using it in conftest.c.
  • View comparison for these 2 commits »

2 weeks ago

mothacehe pushed to master at guile-lzlib/guile-lzlib

  • 9504990562 build: Support gcc-14. * configure.ac: When compiling natively declare LZ_decompress_open before using it in conftest.c.

2 weeks ago

mothacehe pushed to master at guile-lzlib/guile-lzlib

  • 333ed21d95 build: Support the 64bit Hurd. * configure.ac: When cross-compiling declare LZ_decompress_open before using it in conftest.c.

1 month ago

mothacehe commented on issue cwebber/guile-squee#6

Use PQexec for queries without arguments.

Friendly ping :)

2 years ago

mothacehe reopened pull request cwebber/guile-squee#6

Use PQexec for queries without arguments.

2 years ago

mothacehe closed pull request cwebber/guile-squee#6

Use PQexec for queries without arguments.

2 years ago

mothacehe created pull request cwebber/guile-squee#6

Use PQexec for queries without arguments.

3 years ago

mothacehe pushed to master at mothacehe/guile-squee

  • e0614273ad Use PQexec for queries without arguments. PQexecParams allows at most one SQL command in the given string. When loading an SQL file, it forces the user to parse the commands beforehand, using semi-colons. When dealing with trigger functions that may contains nested semi-colons the parsing is problematic. The PQexec function accepts multiple queries and process them is a single transaction. It is more suited to load an SQL command file. Adapt exec-query procedure so that it uses PQexec function when no arguments are passed and PQexecParams otherwise. * squee.scm (%PQexec): New procedure. (exec-query): Using when no arguments are passed.
  • c1497a216e Merge branch 'master' of mothacehe/guile-squee into master
  • View comparison for these 2 commits »

3 years ago

mothacehe pushed to master at mothacehe/cuirass

  • c52b4c5354 css: Remove horizontal padding. * src/static/css/cuirass.css (.content): Remove horizontal padding.

3 years ago

mothacehe deleted branch fix-1 at mothacehe/cuirass

3 years ago

mothacehe pushed to master at mothacehe/cuirass

3 years ago

mothacehe pushed to master at mothacehe/cuirass

3 years ago

mothacehe pushed to master at mothacehe/cuirass

  • a0d42b171f Add a footer. * src/cuirass/templates.scm (html-page): Add a footer. * src/static/css/cuirass.css (body, footer): New sections.

3 years ago

mothacehe pushed to master at mothacehe/cuirass

  • ff3f25d287 http: Rename respond-gzipped-file. * src/cuirass/http (respond-gzipped-file): Rename it to ... (respond-compressed-file): ... this new procedure. Add support for bzip2 compressed files. (url-handler): Adapt it.
  • d5724217d9 base: Record the log file. * src/cuirass/base.scm (handle-build-event): Add a store argument and use it to record the log file. (spawn-builds): Adapt it.
  • a6e7d85610 base: Remove unused argument. * src/cuirass/base.scm (set-build-successful!): Remove log argument.
  • View comparison for these 3 commits »

3 years ago

mothacehe pushed to master at mothacehe/cuirass

  • eb5786a2ea css: Set the search box z-index. * src/static/css/cuirass.css (#search): Set z-index to 1.

3 years ago

mothacehe pushed to master at mothacehe/cuirass

  • f5a2eeae18 Fix single checkout update. When a new evaluation is triggered by a single channel update, the matching specification can have other channels that are not updated. In that case, "db-get-checkouts" will only return the checkout corresponding to the channel update. This cause "channel-instances->profile" to fail this way: In guix/channels.scm: 911:32 3 (channel-instances->derivation _) 871:36 2 (channel-instances->manifest (#<<channel-instance> cha?>)) 759:6 1 (channel-instance-derivations (#<<channel-instance> ch?>)) In ice-9/boot-9.scm: 1669:16 0 (raise-exception _ #:continuable? _) ice-9/boot-9.scm:1669:16: In procedure raise-exception: ERROR: 1. &message: "'guix' channel is lacking" 2. &fix-hint: "Make sure your list of channels\ncontains one channel named @code{guix} providing the core of Guix." 3. &error-location: #<<location> file: "guix/channels.scm" line: 557 column: 18> Introduce a db-get-latest-checkout procedure that returns the last checkout of a given channel. Use it to request the checkouts of all the channels before creating the profile. * src/cuirass/database.scm (db-get-latest-checkout): New procedure. * tests/database.scm ("db-get-latest-checkout"): New test. * src/cuirass/scripts/evaluate.scm (latest-checkouts): New procedure. (cuirass-evaluate): Use it.

3 years ago

mothacehe pushed to master at mothacehe/cuirass

  • c3a9e9c79f Add pagination button on evaluation page.

3 years ago

mothacehe pushed to master at mothacehe/cuirass

3 years ago

mothacehe pushed to master at mothacehe/cuirass

3 years ago

mothacehe pushed to master at mothacehe/cuirass

3 years ago