Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-ide
Commits
d00adb46
Commit
d00adb46
authored
Jan 21, 2009
by
John van Groningen
Browse files
Pass World to QuitCleanCompiler
parent
90a47350
Changes
2
Hide whitespace changes
Inline
Side-by-side
Mac/PmCleanSystem.dcl
View file @
d00adb46
...
...
@@ -21,7 +21,7 @@ NoCompilerProcessIds :: CompilerProcessIds
ClearCompilerCache
::
!
String
!
String
!.
a
->
(!
Int
,!.
a
)
ClearCompilerCaches
::
!
CompilerProcessIds
!.
a
->
(!
Int
,!.
a
)
QuitCleanCompiler
::
!
Bool
!
CompilerProcessIds
!*
(
IOSt
.
l
)
->
*(
IOSt
.
l
)
QuitCleanCompiler
::
!
Bool
!
CompilerProcessIds
!*
World
->
*
World
::
CompileClearCache
=
ClearCache
|
Don`tClearCache
instance
==
CompileClearCache
...
...
Mac/PmCleanSystem.icl
View file @
d00adb46
...
...
@@ -821,7 +821,7 @@ Execute` execpath env
//--- OTHER STUFF
QuitCleanCompiler
::
!
Bool
!
CompilerProcessIds
!*
(
IOSt
.
l
)
->
*(
IOSt
.
l
)
QuitCleanCompiler
::
!
Bool
!
CompilerProcessIds
!*
World
->
*
World
// want to quit all launched Compilers in any env...???
// means we need to keep track of these somehow.
QuitCleanCompiler
False
_
io
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment