Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow users to reply to messages without codeblocks #145

Merged
merged 1 commit into from
Apr 21, 2022

Conversation

Headline
Copy link
Owner

This was a common headache for some - previously we assumed that replying to messages only made sense if that replied message served a purpose for us. We operated under the assumption that any compilation with a reply means that the reply message contains code. Here we dismantle that assumption.

If the replied to message does have a codeblock and the executor's message also has one we will continue to assume that the executor's codeblock is stdin and the reply message codeblock is the code.

@Headline Headline added bug Something isn't working enhancement New feature or request labels Apr 21, 2022
@Headline Headline merged commit cd74583 into master Apr 21, 2022
@Headline Headline deleted the fix-compile-replies branch April 21, 2022 00:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant