Some checks failed
Periodic Merges (6h) / master → staging-nixos (push) Failing after 12m50s
Periodic Merges (6h) / master → staging-next (push) Failing after 12m54s
Periodic Merges (24h) / merge-base(master,staging) → haskell-updates (push) Failing after 11m54s
Periodic Merges (6h) / staging-next → staging (push) Failing after 12m13s
Periodic Merges (24h) / staging-next-25.05 → staging-25.05 (push) Failing after 13m24s
Periodic Merges (24h) / release-25.05 → staging-next-25.05 (push) Failing after 14m28s
13 lines
441 B
Diff
13 lines
441 B
Diff
diff -Naur source-old/bqn.js source-new/bqn.js
|
|
--- source-old/bqn.js 1969-12-31 21:00:01.000000000 -0300
|
|
+++ source-new/bqn.js 2021-10-03 01:28:00.268998916 -0300
|
|
@@ -4,7 +4,7 @@
|
|
let path = require('path');
|
|
let fs = require('fs');
|
|
|
|
-let bqn = require("./docs/bqn.js");
|
|
+let bqn = require("@libbqn@");
|
|
module.exports = bqn;
|
|
let {fmt,fmtErr,sysvals,sysargs,makebqn,makerepl}=bqn;
|
|
let {has,list,str,unstr,dynsys,req1str,makens}=bqn.util;
|