PY-2021.3 <debuggerx@debuggerx Merge branch 'master'

master
DebuggerX 3 years ago
commit cd4ea21840

@ -0,0 +1,5 @@
<application>
<component name="DockerSettings">
<option name="dockerPath" value="/usr/bin/docker" />
</component>
</application>

@ -7,6 +7,7 @@
<mapping pattern="parse_args.dart" type="PLAIN_TEXT" />
<mapping pattern=".config" type="PLAIN_TEXT" />
<mapping pattern=".gitkeep" type="PLAIN_TEXT" />
<mapping pattern=".dev" type="PLAIN_TEXT" />
<mapping pattern="ChangeLog" type="PLAIN_TEXT" />
<mapping pattern=".test" type="PLAIN_TEXT" />
<mapping ext="inf" type="PLAIN_TEXT" />

@ -1,10 +1,14 @@
<application>
<component name="FindSettings">
<option name="customScope" value="All Places" />
<option name="defaultScopeName" value="All Places" />
<option name="customScope" value="所有位置" />
<option name="defaultScopeName" value="所有位置" />
<option name="localRegularExpressions" value="true" />
<option name="LOCAL_REGULAR_EXPRESSIONS" value="true" />
<option name="WITH_SUBDIRECTORIES" value="false" />
<option name="SEARCH_SCOPE" value="All Places" />
<option name="SEARCH_SCOPE" value="所有位置" />
<mask>*.css</mask>
<mask>*.html</mask>
<mask>*.xml</mask>
<mask>*.pyw</mask>
<mask>*.py</mask>
</component>
</application>

@ -0,0 +1,9 @@
<application>
<component name="RemoteServers">
<remote-server name="Docker" type="docker">
<configuration>
<option name="apiUrl" value="unix:///var/run/docker.sock" />
</configuration>
</remote-server>
</component>
</application>

@ -4,6 +4,12 @@
<option name="newTranslationDialogX" value="957" />
<option name="newTranslationDialogY" value="660" />
<histories>
<item value="NOTE: By default, the Runner class does not use the `MirrorsReflector`, or any reflector, by default. If your application is using any sort of functionality reliant on annotations or reflection, either include the MirrorsReflector, or use a static reflector variant. The following use cases require reflection: Use of Controllers, via @Expose() or @ExposeWS() Use of dependency injection into constructors, whether in controllers or plain `container.make` calls Use of the `ioc` function in any route The `MirrorsReflector` from `package:angel_containermirrors.dart` is by far the most convenient pattern, so use it if possible. However, the following alternatives exist: Generation via `package:angel_container_generator` Creating an instance of `StaticReflector` Manually implementing the `Reflector` interface (cumbersome; not recommended) As of January 4th, 2018, the documentation has not yet been updated to state this, so in the meantime, visit the Angel chat for further questions: https:gitter.imangel_dartdiscussion" />
<item value="ext" />
<item value="map" />
<item value="concurrency" />
<item value="Modifies a package on the filesystem in order to remove dart:mirrors from the package. A copy of this compiler's package will be written to [destinationDirectory]. This method is overridden to modify the contents of that directory to remove all uses of dart:mirrors. Packages should export their [Compiler] in their main library file and only import mirrors in files directly or transitively imported by the Compiler file. This method should remove that export statement and therefore remove all transitive mirror imports." />
<item value="deflect Package" />
<item value="feat: use more compile thread to speed up build." />
<item value="commented" />
<item value="_unary Operations" />
@ -37,12 +43,12 @@
</histories>
<option name="languageScores">
<map>
<entry key="CHINESE" value="12" />
<entry key="ENGLISH" value="13" />
<entry key="CHINESE" value="19" />
<entry key="ENGLISH" value="20" />
</map>
</option>
</component>
<component name="Cache">
<option name="lastTrimTime" value="1627981789340" />
<option name="lastTrimTime" value="1638427045988" />
</component>
</application>
Loading…
Cancel
Save