• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1---
2name: Bug fix
3about: Fix a bug in minimal-lexical.
4title: "[BUG]"
5labels: bug
6assignees: Alexhuszagh
7
8---
9
10**NOTE:**
11- If you have made non-trivial changes to the code, please make sure to run unittests prior to committing.
12- If you have made any changes to parsing algorithms, please run at least `test-parse-golang` or `test-parse-unittests` with `feature =
13comprehensive_float_test"` enabled prior to committing, to ensure there are no regressions.
14- Please run `cargo fmt` on nightly prior to committing.
15
16## Optional Debugging Information
17
18If applicable to the issue, here are a few things you should provide to help me understand the issue:
19
20- Rust version: `rustc -V`
21- minimal-lexical version:
22
23## Description
24Please include a clear and concise description of the changes made.
25
26## Additional Context
27Add any other context or screenshots about the bug fix here.
28