Questions tagged [commaide]

Questions about the Comma IDE for the Raku language.

Questions about the Comma IDE for the Raku language.

29 questions
5
votes
1 answer

Log::Timeline Visualisation in IntelliJ

Is the Log::Timeline Visualization also supported with the Comma IDEA Plugin for IntelliJ or is it only part of the standalone Comma IDE? And if it is supported with IntelliJ, are there additional components needed in IntelliJ?
LuVa
  • 2,288
  • 2
  • 10
  • 20
4
votes
1 answer

Comma Community release 2020.07.0 sun/javafx/PlatformUtil problem

Update (2020-11-03) The issue described in the original post is resolved. I have no problems running Raku scripts with: IntelliJ IDEA 2020.2.3 Comma Community release 2020.10.0 Original post I program in Raku and I am trying to use Comma Community…
4
votes
0 answers

Cannot debug with Comma IDE

I'm not able to debug any raku script/module with Comma IDE. I created a new 'hello world'-like project and set up according the this manual. But the debugger does not stop on breakpoints. If the "Start Suspended" property is unchecked, then the…
Julio
  • 5,208
  • 1
  • 13
  • 42
4
votes
0 answers

Comma says "test file died" while zef test . passes

In some cases, and I'm not sure why, comma indicates "test file died" while, apparently, all tests have passed and zef does not indicate any problem. Happens for instance in this file where the only only quirk seems to be that plan * is being…
jjmerelo
  • 22,578
  • 8
  • 40
  • 86
4
votes
1 answer

How can you change the perl 6 version you are using or install a new module for the one Comma uses?

When I start a new project in Comma, it pops up the version I am going to use. Instead of allowing me to select from every version in my rakudobrew list, there's a single option, which is not the one I have selected on the command line. When I run a…
jjmerelo
  • 22,578
  • 8
  • 40
  • 86
3
votes
1 answer

Comma 2022.07 Complete Edition not loading environment

When I try to run bin commands in a project with the Complete Edition, comma isn't understanding the #!/usr/bin/env raku line and the commands are failing I've run into this problem before. See…
StevieD
  • 6,925
  • 2
  • 25
  • 45
3
votes
0 answers

Grammar Preview feature no longer working in Comma IDE CP (paid version)

I recently upgraded to v 2022.05 of Comma IDE (Complete Edition), Build #CP-221.5591.1, built on May 26, 2022 I can no longer get the Grammar Viewer to show on a project that it used to work in. I click on Tools -> "Preview Raku Grammar" and nothing…
StevieD
  • 6,925
  • 2
  • 25
  • 45
3
votes
1 answer

"SDK is not set" in comma IDE

I'm trying to debug using Comma IDE, but I have run into this problem: 9:20 Error running 'Primera': SDK is not set Primera is a configuration I have created (with defaults, mostly). I have looked through the menus, but I haven't found where I…
jjmerelo
  • 22,578
  • 8
  • 40
  • 86
2
votes
1 answer

Why can't Comma IDE find `raku` binary after a reboot?

I have a test that I'm running in Comma IDE from a Raku distro downloaded from github. The tests passed last night. But after rebooting this morning, the test no longer passes. The test runs the raku on the machine. After some investigation, I…
StevieD
  • 6,925
  • 2
  • 25
  • 45
2
votes
0 answers

Task logging (apparently) not working in Comma IDE using Log::Timeline

After I got to see the actual timeline, now it's time to try and run tasks and log them. I'm using again a default configuration for a task logger, and calling it with: my $promise = start react whenever $channel-one -> @crew { …
jjmerelo
  • 22,578
  • 8
  • 40
  • 86
2
votes
1 answer

"Could not get Timeline data" when using Timeline Visualization with Comma IDE

After implementing the answer to this question on how to set up a script for time visualization in this project (which uses a small extension to the published Log::Timeline that allows me to set the logging file from the program itself), I still get…
jjmerelo
  • 22,578
  • 8
  • 40
  • 86
1
vote
1 answer

Do we need to modify a script to be able to use the timeline visualization of CommaIDE

I am running a concurrent script from CommaIDE, and it shows only "Waiting for timeline data" while the status line shows "Timeline connection error: Could not get timeline data: java.net.ConnectException: refused connection" Is there any additional…
jjmerelo
  • 22,578
  • 8
  • 40
  • 86
0
votes
0 answers

IntelliJ not showing lines that begin with '#' in test output

I'm using InelliJ for the first time. Just to get familiar with it, I have a test that dumps the output of a markdown file to STDOUT. While it does work, all lines beginning with the '#' sign don't show up, as if it thinks it should be treated as a…
StevieD
  • 6,925
  • 2
  • 25
  • 45
0
votes
1 answer

Empty output after clicking 'run'

I do not see the result after I click the "Run" button "C:\Program Files\Edument Central Europe\Comma Community Edition 2020.01\bin\runnerw64.exe" C:\rakudo\bin\perl6.bat -Ilib C:\Users\quest\CommaProjects\monkey\monkey.p6 Process finished with…
Shniperson
  • 549
  • 4
  • 9
1
2