sweepai-dev / enso

Hybrid visual and textual functional programming.
https://enso.org
Apache License 2.0
0 stars 0 forks source link

[DRAFT] Rename `Decimal` type to `Float` #6

Open sweep-ai[bot] opened 11 months ago

sweep-ai[bot] commented 11 months ago

Description

This PR renames the Decimal type to Float in the Enso codebase. It also updates error messages, documentation, and references to the Decimal type in the Java engine code. Additionally, utilities in the Java engine, such as nodes and packages, are renamed accordingly. Finally, tests are updated to reflect the renaming of Decimal to Float.

Summary of Changes

Fixes #1.

To checkout this PR branch, run the following command in your terminal:

git checkout sweep/rename-decimal-to-float