mirror of
https://github.com/enso-org/enso.git
synced 2024-11-23 08:08:34 +03:00
660c5e7a9d
Closes #8836. Atom constructors can be declared as private (project-private). project-private constructors can be called only from the same project. See the encapsulation.md docs for more info. --------- Co-authored-by: Jaroslav Tulach <jaroslav.tulach@enso.org> Co-authored-by: Radosław Waśko <radoslaw.wasko@enso.org> Co-authored-by: Hubert Plociniczak <hubert.plociniczak@gmail.com> Co-authored-by: Kaz Wesley <kaz@lambdaverse.org>
10 lines
259 B
YAML
10 lines
259 B
YAML
name: Base_Tests
|
|
namespace: enso_dev
|
|
enso-version: default
|
|
version: 0.0.1
|
|
license: MIT
|
|
author: enso-dev@enso.org
|
|
maintainer: enso-dev@enso.org
|
|
# Base_Tests import stuff from Helpers sibling project. So we need this property here.
|
|
prefer-local-libraries: true
|