fprettify icon indicating copy to clipboard operation
fprettify copied to clipboard

Support the letters q and Q.

Open kohei-noda-qcrg opened this issue 2 years ago • 6 comments

It is the implementation and its testing to resolve #144

Supports quadruple_precision expressions such as r = 1.0Q-10

kohei-noda-qcrg avatar Feb 13 '23 08:02 kohei-noda-qcrg

@gnikit @awvwgk Could you review if this feature is needed and its implementation?

kohei-noda-qcrg avatar Mar 10 '23 04:03 kohei-noda-qcrg

@awvwgk Some CIs failed, but the reason is due to the version of the ubuntu OS used in the test.

OS version

https://github.com/pseewald/fprettify/actions/runs/4161587117/jobs/7669164318#step:1:4 ubuntu-latest means ubuntu-22.04 LTS

Requirements for the failed test

https://github.com/pseewald/fprettify/blob/f5061b53459e1910c39a2b295c937624763ab15e/.github/workflows/test.yml#L88 pip workflows requires python 3.5 and 3.6.

Reasons for failure

https://github.com/actions/setup-python/issues/544 However, according to this issue, ubuntu-22.04 LTS no longer supports python version ≤ 3.6.

Solution

I think there are two options to solve this problem

  1. Temporary use ubuntu-20.04 image for CI.
  2. use python version ≥ 3.7 for CI.

How should we solve this problem?

kohei-noda-qcrg avatar Mar 14 '23 00:03 kohei-noda-qcrg

We have some PRs in the pipeline updating the CI.

gnikit avatar Mar 14 '23 03:03 gnikit

@gnikit I see. I checked #135 is the pipeline upgrade pull request.

kohei-noda-qcrg avatar Mar 14 '23 11:03 kohei-noda-qcrg

Sure. I will rebase this pr to the latest master branch.

kohei-noda-qcrg avatar Mar 31 '23 04:03 kohei-noda-qcrg

@gnikit I rebased this pull request to the latest master branch.

kohei-noda-qcrg avatar Mar 31 '23 13:03 kohei-noda-qcrg