Skip to content

Commit

Permalink
[lang] Implicitly imported functions in MapExtensions are moved from …
Browse files Browse the repository at this point in the history
…SARL to Xtext.

Signed-off-by: Stéphane Galland <galland@arakhne.org>
  • Loading branch information
gallandarakhneorg committed Aug 17, 2018
1 parent 18501d8 commit 9847295
Show file tree
Hide file tree
Showing 7 changed files with 1 addition and 2,912 deletions.
Expand Up @@ -174,8 +174,7 @@ The following functions are provided for extended the standard collection API:
org.eclipse.xtext.xbase.lib.IterableExtensions,
org.eclipse.xtext.xbase.lib.IteratorExtensions,
org.eclipse.xtext.xbase.lib.ListExtensions,
org.eclipse.xtext.xbase.lib.MapExtensions,
io.sarl.lang.scoping.batch.SARLMapExtensions)}
org.eclipse.xtext.xbase.lib.MapExtensions)}


### Number Category
Expand Down

This file was deleted.

Expand Up @@ -28,7 +28,6 @@
import com.google.inject.Singleton;
import org.eclipse.xtext.xbase.scoping.batch.ImplicitlyImportedFeatures;

import io.sarl.lang.scoping.batch.SARLMapExtensions;
import io.sarl.lang.scoping.batch.SARLTimeExtensions;
import io.sarl.lang.scoping.numbers.NumberCastImplicitlyImportedFeatures;
import io.sarl.lang.scoping.numbers.NumberOperatorImplicitlyImportedFeatures;
Expand Down Expand Up @@ -60,7 +59,6 @@ public SARLImplicitlyImportedFeatures() {
protected List<Class<?>> getExtensionClasses() {
final List<Class<?>> xtextList = super.getExtensionClasses();
// Insert at the beginning for ensuring the SARL extension is selected before any Xtext extension.
xtextList.add(0, SARLMapExtensions.class);
xtextList.add(0, SARLTimeExtensions.class);

// Add features related to numbers.
Expand Down

0 comments on commit 9847295

Please sign in to comment.