-
I think we should ensure that deprecated methods are in deprecated packages to make their removal easier.
I propose to correct it for all current deprecated methods and then add a release test.
…
-
**Bug description**
When doing a step over on a message send that is returning self (it is a quick primitive it hangs). Maybe it is the same for other quick primitives.
**To Reproduce**
Steps to …
-
Here is how to reproduce the problem
- open a method pane
- type canBeRun and a space
- place the caret after the space
- press command-M
-
We talk a lot about coding in the debugger (which is fab) - but why can't we reformat the code in the debugger? The menu item is mising.
macta updated
3 years ago
-
A few weeks back it was discussed on Discord and Pharo ML what would be minimal costs to run a Pharo web application online.
So I wanted to check on Azure cloud from Microsoft with a minimal Linux VM…
-
In a fresh P7 image on OSX - I loaded GT via metacello and ran through some of the examples, clicking on things and flipping to another application (notes) to record my observations. Over time, the m…
macta updated
3 years ago
-
the clip_raster_to_polygon tool fail to execute returning:
```
**********************************
* Welcome to ClipRasterToPolygon *
**********************************
Reading data...
thread '…
mlavy updated
4 years ago
-
We have from time to time these fleaky tests in the CI:
![image](https://user-images.githubusercontent.com/708322/77048332-87bd6980-69c6-11ea-91a6-7c573e0f8c0a.png)
They make noise in the run.
-
Errors in FXHelloCVController.java
Image imagetoshow = Utils.mat2Image(frame);
updateImageView(currentFrame, imagetoshow);
Error: The method mat2Image(Mat) is undefined for the type…
-