Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
anmonteiro committed Jul 22, 2023
1 parent 2613c01 commit d9d4009
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 8 deletions.
5 changes: 2 additions & 3 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
melange-compiler-libs = {
# this changes rarely, and it's better than having to rely on nix's poor
# support for submodules
url = "github:melange-re/melange-compiler-libs/51c7c7c101ba5fab487b3889ddcbe39a63c41af4";
url = "github:melange-re/melange-compiler-libs";
inputs.flake-utils.follows = "flake-utils";
inputs.nixpkgs.follows = "nixpkgs";
};
Expand Down
5 changes: 2 additions & 3 deletions test/blackbox-tests/inline-functor-open.t/run.t
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@
> (melange.emit
> (target _out)
> (modules)
> (promote (until-clean))
> (libraries samplelib_test))
> EOF
$ dune build @melange
$ cat _out/samplelib_test.js
$ cat _build/default/_out/samplelib_test.js
// Generated by Melange
'use strict';
Expand All @@ -42,4 +41,4 @@
exports.test3 = test3;
/* Not a pure module */
$ node _out/samplelib_test.js
$ node _build/default/_out/samplelib_test.js
2 changes: 1 addition & 1 deletion vendor/melange-compiler-libs

0 comments on commit d9d4009

Please sign in to comment.