Anton Sviridov

Results 177 issues of Anton Sviridov

Admittedly, this doesn't make the identifier grammar any more complete (according to EBNF), but it fixes the "infinite recursion of doom" ![image](https://user-images.githubusercontent.com/1052965/172361046-56fade9a-da20-4016-8a2e-6b7dcc4ec042.png) (To see it for yourself, open this file:...

At this third PR I'm starting to think I should've merged them all in one because of PR conflicts :-/ - This adds very basic support for `'{` and '${'...

Same as #44 - I'm still figuring out Tree Sitter (reading docs) so please do tell how to do this better. I think adding two conflicts severely affected the parser...

There are some non-trivial changes that I had to make, so let's have a discussion here. 1. Add Scala 3 to cross build 2. Exclude Scala 3 Native combination from...

Additionally, 1. bring in scala-java-time for Native 2. Bump refined to 0.10.1 3. Add all native modules to root aggregate 4. Remove custom build step for native artifacts (now that...

As you can see [here](https://dwarfstd.org/Languages.php), DWARF has registered language codes, which needs to go in the required field in the `DICompilationUnit` metadata. I believe a request needs to be submitted...

Let's bikeshed on the name! The purpose of this command is to be able to run ``` sbt> publish-local-dev 3.2.0 ``` And get everything published for a project to use...

Current user experience is not great: ``` [error] Found 2 missing definitions while linking [error] Not found Top(java.security.SecureRandom) [error] at /home/wmazur/projects/scalacenter/scala-native/scala-native/javalib/src/main/scala/java/util/UUID.scala:140 [error] Not found Member(Top(java.security.SecureRandom),RE) [error] at /home/wmazur/projects/scalacenter/scala-native/scala-native/javalib/src/main/scala/java/util/UUID.scala:138 ``` I...

In light of recent news, a document 1. describing key differences 2. providing some examples of how to the routing and client DSLs work 3. how to test http code...

Objects ending with `_` that have a body are parsed in a surprising way. I only narrowed it down accidentally, but the symptoms were lots of compiler errors because of...

itype:bug
area:parser