unity 2018.3.2f linux build
Nobody has claimed this yet.
- Dominant language
- Objective-C++
- Stars
- 2.7k
- Forks
- 734
- Avg merge
- 11h 39m
- Merged PRs (30d)
- 1
Description
WebViewObject.cs(555,16): error CS0161: 'WebViewObject.Progress()': not all code paths return a value
WebViewObject.cs(574,17): error CS0161: 'WebViewObject.CanGoBack()': not all code paths return a value
WebViewObject.cs(593,17): error CS0161: 'WebViewObject.CanGoForward()': not all code paths return a value
WebViewObject.cs(708,19): error CS0161: 'WebViewObject.GetCustomHeaderValue(string)': not all code paths return a value
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Inspect WebViewObject.cs around lines 555, 574, 593, and 708, then reproduce the Unity 2018.3.2f Linux build. Trace Progress(), CanGoBack(), CanGoForward(), and GetCustomHeaderValue(string) to identify the paths reported by CS0161, and verify that the build completes without those errors.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- csharp, unity
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100