Skip to content

Conversation

@robalar
Copy link
Collaborator

@robalar robalar commented Jul 26, 2023

No description provided.

} else {
cells.push(Cell::new(current_selection.clone()));
current_selection = String::new();
for char in row.chars() {
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is the old version not required anymore? Was there not a reason why you did it like that?

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not that I can see, writing comments for it made me realise a lot of the conditions were unnecessary. This was actually just transliterated from your original code in python, I didn't really touch this bit of logic

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tests pass :D

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👀 🤨

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

can remove the changes if you prefer

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you check it works in onboarding portal as well, if yes, sure, it can stay

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

all onboarding tests pass

@robalar robalar merged commit dbe2c99 into main Jul 27, 2023
@robalar robalar deleted the chore/docs branch July 27, 2023 16:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

3 participants