File tree Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Expand file tree Collapse file tree 2 files changed +5
-7
lines changed Original file line number Diff line number Diff line change 6
6
julia :
7
7
- 0.7
8
8
- 1.0
9
+ - nightly
10
+ matrix :
11
+ allow_failures :
12
+ - julia : nightly
9
13
notifications :
10
14
email : false
11
15
git :
12
16
depth : 99999999
13
17
14
- # # uncomment the following lines to allow failures on nightly julia
15
- # # (tests will run but not make your overall status red)
16
- # matrix:
17
- # allow_failures:
18
- # - julia: nightly
19
-
20
18
# # uncomment and modify the following lines to manually install system packages
21
19
# addons:
22
20
# apt: # apt-get for linux
Original file line number Diff line number Diff line change 303
303
return next_continued (s, i, u)
304
304
end
305
305
306
- function Base . next_continued (s:: IOString , i:: Int , u:: UInt32 )
306
+ function next_continued (s:: IOString , i:: Int , u:: UInt32 )
307
307
u < 0xc0000000 && (i += 1 ; @goto ret)
308
308
n = ncodeunits (s)
309
309
# first continuation byte
You can’t perform that action at this time.
0 commit comments