Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-compiler-and-rts
compiler
Commits
3ae2db06
Commit
3ae2db06
authored
Feb 05, 2018
by
John van Groningen
Browse files
fix explicit import of macro containing a generic function call
parent
7f965920
Changes
1
Hide whitespace changes
Inline
Side-by-side
frontend/explicitimports.icl
View file @
3ae2db06
...
...
@@ -808,6 +808,8 @@ instance check_completeness SymbIdent where
->
check_completeness_for_local_dcl_macro
symb_ident
global_index
cci
ccs
SK_OverloadedFunction
{
glob_module
,
glob_object
}
->
check_whether_ident_is_imported
symb_ident
glob_module
glob_object
STE_Member
cci
ccs
SK_Generic
{
glob_module
,
glob_object
}
_
->
check_whether_ident_is_imported
symb_ident
glob_module
glob_object
STE_Generic
cci
ccs
where
check_completeness_for_function
symb_ident
{
glob_object
,
glob_module
}
cci
ccs
=
check_whether_ident_is_imported
symb_ident
glob_module
glob_object
(
STE_FunctionOrMacro
[])
cci
ccs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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