Skip to content

Commit

Permalink
Un-future submoduleCloser
Browse files Browse the repository at this point in the history
---
Signed-off-by: Michael Ferguson <[email protected]>
  • Loading branch information
mppf committed Oct 5, 2023
1 parent 83bb557 commit 8f62ff3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 10 deletions.
6 changes: 0 additions & 6 deletions test/visibility/import/submoduleCloser.bad

This file was deleted.

2 changes: 0 additions & 2 deletions test/visibility/import/submoduleCloser.future

This file was deleted.

8 changes: 6 additions & 2 deletions test/visibility/import/submoduleCloser.good
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
whatev
whatev
submoduleCloser.chpl:11: In function 'main':
submoduleCloser.chpl:14: warning: potentially surprising shadowing for 'Details'
submoduleCloser.chpl:13: note: it refers to a symbol found through the 'use' of 'ExternalLib1' here
submoduleCloser.chpl:2: note: leading to 'Details' defined here
submoduleCloser.chpl:6: note: but, there is a shadowed symbol 'Details' defined here
submoduleCloser.chpl:15: error: cannot find 'do_my_impl' in module 'Details'

0 comments on commit 8f62ff3

Please sign in to comment.