Skip to content

Fixing partial float detection - #46

Merged
svenvc merged 3 commits into
svenvc:masterfrom
nextTukanos:nextTukanos-floatFix
Jun 19, 2026
Merged

Fixing partial float detection#46
svenvc merged 3 commits into
svenvc:masterfrom
nextTukanos:nextTukanos-floatFix

Conversation

@nextTukanos

Copy link
Copy Markdown
Contributor

In GemStone Float fmin = 5E-324. In Pharo it is 5.0E-324. The issue is that both are floats and need to be detected as such. This fix allows for both to be recognized as floats.

In GemStone `Float fmin` = `5E-324`.  In Pharo it is `5.0E-324`.  The issue is that both are floats and need to be detected as such.  This fix allows for both to be recognized as floats.
Pharo does not recognize <int>E<int> format only with lower case e.
@svenvc

svenvc commented Jun 19, 2026

Copy link
Copy Markdown
Owner

Nice catch, thank you !

@svenvc
svenvc merged commit e0830f6 into svenvc:master Jun 19, 2026
7 checks passed
@nextTukanos
nextTukanos deleted the nextTukanos-floatFix branch June 19, 2026 13:59
@tukanos

tukanos commented Jun 22, 2026

Copy link
Copy Markdown

Nice catch, thank you !

My pleasure! I was scratching my had when I had the first result of this one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants