Skip to content

Commit 6e59372

Browse files
committed
Replace dependency ciaodbg_extra by profilercc (when needed)
Src-commit: c5f1362417e5b6baf98a817a2fb7fd65d1f2d264
1 parent f73e235 commit 6e59372

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

Manifest/Manifest.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
% An ISO Prolog test suite for Ciao
33
version('1.23.0'). % (same as 'core')
44
depends([
5-
ciaodbg_extra
5+
core
66
]).
77
alias_paths([
88
iso_tests = src

doc/SETTINGS.pl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44

55
:- include(core_docsrc(docpaths)).
66

7-
filepath := at_bundle(ciaodbg_extra, 'lib').
87
filepath := ~ciaofilepath_common.
98

109
output_name := 'iso_tests'.

playground/iso_tests.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
// Query for loading code
2424
var toplevelCfg = {
2525
// Bundles required for this playground
26-
init_bundles: ['ciaowasm', 'core', 'builder', 'ciaodbg_extra', 'iso_tests'],
26+
init_bundles: ['ciaowasm', 'core', 'builder', 'iso_tests'],
2727
// Initialization queries
2828
init_queries: [
2929
]

0 commit comments

Comments
 (0)