Skip to content

Conversation

@pushkarm029
Copy link
Contributor

@pushkarm029 pushkarm029 commented Sep 6, 2025

  • Added CompilerService to the EditorComponent for handling code compilation and testing.
  • Updated onCompile and onTest methods to utilize the CompilerService for API calls, replacing previous timeout-based simulation.
  • Included HttpClient in app configuration for improved HTTP handling.

Closes #20

- Added CompilerService to the EditorComponent for handling code compilation and testing.
- Updated onCompile and onTest methods to utilize the CompilerService for API calls, replacing previous timeout-based simulation.
- Included HttpClient in app configuration for improved HTTP handling.

Signed-off-by: Pushkar Mishra <pushkarmishra029@gmail.com>
@salazarsebas
Copy link
Member

please resolve conflict

Signed-off-by: Pushkar Mishra <pushkarmishra029@gmail.com>
- Cleaned up the EditorComponent by removing duplicate outputMessage and outputType properties.
- Streamlined the code for better readability and maintainability.

Signed-off-by: Pushkar Mishra <pushkarmishra029@gmail.com>
@pushkarm029
Copy link
Contributor Author

@salazarsebas fixed

Copy link
Member

@salazarsebas salazarsebas left a comment

Choose a reason for hiding this comment

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

LGTM

@salazarsebas salazarsebas merged commit 2fea8fa into ScaffoldRust:main Sep 8, 2025
1 check passed
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.

Implement CompilerService for API Communication [frontend]

2 participants