Skip to content

feat: implement parsing of floats#54

Merged
Koloss0 merged 1 commit into
devfrom
feat/33-implement-parsing-of-floats
Jun 30, 2026
Merged

feat: implement parsing of floats#54
Koloss0 merged 1 commit into
devfrom
feat/33-implement-parsing-of-floats

Conversation

@Koloss0

@Koloss0 Koloss0 commented Jun 30, 2026

Copy link
Copy Markdown
Member

Changes:

  • Refactors the parsing code to be more modular for future type additions
  • Adds a new float type with a dedicated parser class
  • Fix: Display "invalid-args=True" when a received message has invalid arguments. This is better than the original behaviour of crashing, but it hides what's wrong with the arguments

Closes #33.

Changes:
 * Refactors the parsing code to be more modular for future type
   additions
 * Adds a new float type with a dedicated parser class
 * Fix: Display "invalid-args=True" when a received message has invalid
   arguments. This is better than the original behaviour of crashing,
   but it hides what's wrong with the arguments
@Koloss0 Koloss0 added the enhancement New feature or request label Jun 30, 2026
@Koloss0 Koloss0 self-assigned this Jun 30, 2026
@Koloss0 Koloss0 merged commit cfb5086 into dev Jun 30, 2026
1 check failed
@Koloss0 Koloss0 deleted the feat/33-implement-parsing-of-floats branch June 30, 2026 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant