Skip to content

Commit

Permalink
Bump ark to 0.1.158 (#5665)
Browse files Browse the repository at this point in the history
Waiting on https://github.com/posit-dev/ark/actions/runs/12239460144

- posit-dev/ark#642
- posit-dev/ark#638

### Positron Release Notes

#### New Features

- N/A

#### Bug Fixes

- `Cmd/Ctrl + Enter` now works as expected with expressions separated by
semi-colons on a single line.
   #4317

### Positron QA Notes

Cmd/Ctrl + Enter on that line (or an empty preceding line) should run
the entire line:

```r
1; 2; 3
```

A semi-colon following a multiline expression is also supported, so for
instance this should also evaluate everything if you put your cursor on
the `{` and hit Cmd + Enter

```r
{
  1
}; 2
```
  • Loading branch information
DavisVaughan authored Dec 9, 2024
1 parent 500c0b5 commit 7df9dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/positron-r/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@
},
"positron": {
"binaryDependencies": {
"ark": "0.1.157"
"ark": "0.1.158"
},
"minimumRVersion": "4.2.0",
"minimumRenvVersion": "1.0.9"
Expand Down

0 comments on commit 7df9dfe

Please sign in to comment.