-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'fe--library-feature-current,-use-thisType-of-selfType' …
…into wip_frontend_reset
- Loading branch information
Showing
3 changed files
with
13 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ | |
|
||
/** | ||
* A Module represents a Fuzion module independently of whether this is loaded | ||
* from source code, library from a .mir file or downloaded from the web. | ||
* from source code, library from a .fum file or downloaded from the web. | ||
* | ||
* @author Fridtjof Siebert ([email protected]) | ||
*/ | ||
|
@@ -159,7 +159,7 @@ protected static void add(SortedMap<FeatureName, List<AbstractFeature>> s, Featu | |
|
||
|
||
/** | ||
* Create SourceModule for given options and sourceDirs. | ||
* Create Module for given options and sourceDirs. | ||
*/ | ||
Module(LibraryModule[] dependsOn) | ||
{ | ||
|