Skip to content

Commit

Permalink
Revert "Add Meta.engine_version" (#11336)
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd authored Oct 16, 2024
1 parent b36fd1c commit 069e236
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 56 deletions.
6 changes: 0 additions & 6 deletions distribution/lib/Standard/Base/0.0.0-dev/src/Meta.enso
Original file line number Diff line number Diff line change
Expand Up @@ -688,9 +688,3 @@ type Instrumentor
- fqn: fully qualified name.
find_type_by_qualified_name : Text -> Any
find_type_by_qualified_name fqn = @Builtin_Method "Meta.find_type_by_qualified_name"

## PRIVATE
ADVANCED
Returns the version of the currently running Enso engine.
engine_version : Text
engine_version = @Builtin_Method "Meta.engine_version"

This file was deleted.

5 changes: 0 additions & 5 deletions test/Base_Tests/src/Semantic/Meta_Spec.enso
Original file line number Diff line number Diff line change
Expand Up @@ -476,11 +476,6 @@ add_specs suite_builder =
typ = Meta.Type.find fqn
typ . should_equal meta_type

suite_builder.group "Engine Metadata" group_builder->
group_builder.specify "should return engine version" <|
version = Meta.engine_version
version.should_contain "Enso Engine Version:"

main filter=Nothing =
suite = Test.build suite_builder->
add_specs suite_builder
Expand Down

0 comments on commit 069e236

Please sign in to comment.