Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FIX] fixed the crashing of app when folder or file contains non-English characters #1381

Merged
merged 1 commit into from Mar 16, 2021

Conversation

ghost
Copy link

@ghost ghost commented Feb 18, 2021

issue can be found at #1375

@codecov-io
Copy link

Codecov Report

Merging #1381 (9a12d8d) into develop (6325183) will decrease coverage by 0.85%.
The diff coverage is 48.91%.

@@             Coverage Diff             @@
##           develop    #1381      +/-   ##
===========================================
- Coverage    45.45%   44.59%   -0.86%     
===========================================
  Files           58       42      -16     
  Lines         9889     6516    -3373     
===========================================
- Hits          4495     2906    -1589     
+ Misses        5394     3610    -1784     
Impacted Files Coverage Δ
src/core/libmaven/EIC.h 75.00% <ø> (ø)
src/core/libmaven/Fragment.cpp 11.01% <0.00%> (ø)
src/core/libmaven/Peak.h 40.00% <0.00%> (ø)
src/core/libmaven/PeakGroup.h 42.10% <ø> (-19.44%) ⬇️
src/core/libmaven/classifier.cpp 1.35% <ø> (ø)
src/core/libmaven/classifierNeuralNet.cpp 54.08% <ø> (-0.09%) ⬇️
src/core/libmaven/datastructures/adduct.cpp 53.57% <ø> (+7.27%) ⬆️
src/core/libmaven/datastructures/isotope.cpp 52.63% <ø> (ø)
src/core/libmaven/datastructures/isotope.h 100.00% <ø> (ø)
src/core/libmaven/datastructures/mzSlice.cpp 64.10% <ø> (-17.72%) ⬇️
... and 46 more

@ghost ghost requested review from saif-el and sakshikukreja14 February 19, 2021 14:53
Copy link
Contributor

@sakshikukreja14 sakshikukreja14 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice Fix, Works fine.

@saif-el
Copy link
Contributor

saif-el commented Mar 15, 2021

@MdAzmatAli Thanks for fixing. Didn't realize it would be this simple. Unicode magic. Can you rebase this branch on the latest develop? I will merge it then.

@saif-el saif-el merged commit cfd254e into ElucidataInc:develop Mar 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants