You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current Nim support works but it is painfully slow in files longer than 20loc. I am trying to add support to the improved llvm backend. Well, Codi recognizes the output in the repl, but it does not seem to call CodiUpdatePost.
So here are last lines of current implementation:
[11:41:55.541652] <SNR>74_codi_handle_data[14]: Matched prompt
[11:41:56.775971] <SNR>74_codi_handle_data[9]: [DATA] 55 == type int
[11:41:56.777490] <SNR>74_codi_handle_data[9]: [DATA] nim>
[11:41:56.778554] <SNR>74_codi_handle_data[14]: Matched prompt
[11:41:56.779706] <SNR>74_codi_handle_data[17]: All prompts received
[11:41:56.781799] <SNR>74_stop_job_for_buf[8]: Stopping job for buffer 10
[11:41:56.787800] <SNR>74_user_au[1]: Doing autocommand CodiUpdatePost
Hi,
Current Nim support works but it is painfully slow in files longer than 20loc. I am trying to add support to the improved llvm backend. Well, Codi recognizes the output in the repl, but it does not seem to call CodiUpdatePost.
So here are last lines of current implementation:
The new configuration:
And the final lines of the log:
It seems Codi is updating with the matched prompts.
The text was updated successfully, but these errors were encountered: